ribbit-wallet-connect
Version:
Next-generation multi-chain wallet and payments app that makes crypto simple, secure, and usable in daily life.
21 lines (20 loc) • 577 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.API_URLS = exports.CHAIN_IDS = exports.CHAIN_TYPE = exports.EXTENSION_ID = void 0;
exports.EXTENSION_ID = 'aineoeiieehdbkjgkihdikidfbjkmboh';
exports.CHAIN_TYPE = {
SUPRA: 'supra',
ETHEREUM: 'ethereum'
};
exports.CHAIN_IDS = {
6: 'testnet_supra',
8: 'mainnet_supra'
};
exports.API_URLS = {
testnet: {
'SUPRA_RPC_API_URL': 'https://rpc-testnet.supra.com/rpc/v3/',
},
mainnet: {
'SUPRA_RPC_API_URL': 'https://rpc-mainnet.supra.com/rpc/v3/',
}
};