UNPKG

ribbit-wallet-connect

Version:

Next-generation multi-chain wallet and payments app that makes crypto simple, secure, and usable in daily life.

17 lines (16 loc) 365 B
export declare const EXTENSION_ID = "aineoeiieehdbkjgkihdikidfbjkmboh"; export declare const CHAIN_TYPE: { SUPRA: string; ETHEREUM: string; }; export declare const CHAIN_IDS: { [key: number]: string; }; export declare const API_URLS: { testnet: { SUPRA_RPC_API_URL: string; }; mainnet: { SUPRA_RPC_API_URL: string; }; };