UNPKG

@gemini-wallet/core

Version:

Core SDK for Gemini Wallet integration with popup communication

23 lines 960 B
export declare const SDK_BACKEND_URL = "https://keys.gemini.com"; export declare const ENS_API_URL = "https://horizon-api.gemini.com/api/ens"; export declare const SDK_VERSION = "0.2.0"; export declare const DEFAULT_CHAIN_ID = 42161; export declare const MAINNET_CHAIN_IDS: { readonly ARBITRUM_ONE: 42161; readonly BASE: 8453; readonly ETHEREUM: 1; readonly OP_MAINNET: 10; readonly POLYGON: 137; }; export declare const TESTNET_CHAIN_IDS: { readonly ARBITRUM_SEPOLIA: 421614; readonly BASE_SEPOLIA: 84532; readonly OP_SEPOLIA: 11155420; readonly POLYGON_AMOY: 80002; readonly SEPOLIA: 11155111; }; export declare const SUPPORTED_CHAIN_IDS: (1 | 10 | 42161 | 8453 | 137 | 421614 | 84532 | 11155420 | 80002 | 11155111)[]; export declare function getDefaultRpcUrl(chainId: number): string | undefined; export declare const POPUP_WIDTH = 420; export declare const POPUP_HEIGHT = 650; //# sourceMappingURL=constants.d.ts.map