UNPKG

bounce-sdk-beta

Version:

Bounce finance quick building applications

38 lines (37 loc) 1.23 kB
"use strict"; var _a; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChainState = void 0; var types_1 = require("../types"); exports.ChainState = (_a = {}, _a[types_1.SupportChain.Mainnet] = { name: 'Ethereum Mainnet', chainId: '0x' + Number(types_1.SupportChain.Mainnet).toString(16), rpcUrls: ["https://rpc.ankr.com/eth"], nativeCurrency: { symbol: 'ETH', decimals: 18 }, blockExplorerUrls: 'https://etherscan.io/' }, _a[types_1.SupportChain.Binance] = { name: 'Binance Smart Chain', chainId: '0x' + Number(types_1.SupportChain.Binance).toString(16), rpcUrls: ["https://bsc.publicnode.com"], nativeCurrency: { symbol: 'BNB', decimals: 18 }, blockExplorerUrls: 'https://bscscan.com/' }, _a[types_1.SupportChain.Arbitrum] = { name: 'Arbitrum One', chainId: '0x' + Number(types_1.SupportChain.Arbitrum).toString(16), rpcUrls: ["https://rpc.ankr.com/arbitrum"], nativeCurrency: { symbol: 'ETH', decimals: 18 }, blockExplorerUrls: 'https://arbiscan.io' }, _a);