Configurations
Ethereum Options:
'0x5': {
id: 0,
chainId: 5,
hexChainId: '0x5',
rpcUrls: ['https://ethereum-goerli-rpc.allthatnode.com'],
chainName: 'Ethereum Testnet',
nativeCurrency: { name: 'Ether', decimals: 18, symbol: 'Ether' },
blockExplorerUrl: ['https://goerli.etherscan.io'],
iconUrls: [],
gasPrice: '30000000000',
gasLimit: '8000000'
}
Polygon Options:
'0x13881': {
id: 0,
chainId: 80001,
hexChainId: '0x13881',
rpcUrls: ['https://rpc-mumbai.maticvigil.com'],
chainName: 'Mumbai Testnet',
nativeCurrency: { name: 'MATIC', decimals: 18, symbol: 'MATIC' },
blockExplorerUrl: ['https://mumbai.polygonscan.com/'],
iconUrls: [],
gasPrice: '30000000000',
gasLimit: '8000000'
}
Binance Smart Chain Options:
'0x61': {
id: 0,
chainId: 97,
hexChainId: '0x61',
rpcUrls: ['https://data-seed-prebsc-1-s1.binance.org:8545/'],
chainName: 'BNB Testnet',
nativeCurrency: { name: 'BNB', decimals: 18, symbol: 'Bnb' },
blockExplorerUrl: ['https://goerli.etherscan.io'],
iconUrls: [],
gasPrice: '30000000000',
gasLimit: '8000000'
}
Scallop Chain Options:
'0x2328': {
id: 1,
chainId: 9000,
hexChainId: '0x2328',
rpcUrls: ['http://43.205.223.174:8545'],
chainName: 'Scal Testnet',
nativeCurrency: { name: 'utsclp', decimals: 18, symbol: 'utsclp' },
blockExplorerUrls: ['http://52.56.60.20:4000/', 'https://52.56.60.20:4000'],
iconUrls: [],
gasPrice: '10000000000',
gasLimit: '1000000'
}
Last updated