2020-10-21 16:42:50 +02:00
|
|
|
const networkConfig = {
|
2021-06-02 11:47:40 +02:00
|
|
|
netId56: {
|
2020-10-21 16:42:50 +02:00
|
|
|
rpcCallRetryAttempt: 15,
|
2021-06-02 11:47:40 +02:00
|
|
|
gasPrices: { instant: 21, fast: 5, standard: 5, low: 5 },
|
|
|
|
currencyName: 'BNB',
|
2020-10-21 16:42:50 +02:00
|
|
|
explorerUrl: {
|
2021-06-02 11:47:40 +02:00
|
|
|
tx: 'https://bscscan.com/tx/',
|
|
|
|
address: 'https://bscscan.com/address/',
|
2020-10-21 16:42:50 +02:00
|
|
|
},
|
2021-06-02 11:47:40 +02:00
|
|
|
networkName: 'bsc',
|
2020-10-21 16:42:50 +02:00
|
|
|
rpcUrls: {
|
|
|
|
Infura: {
|
|
|
|
name: 'Infura',
|
2021-06-02 11:47:40 +02:00
|
|
|
url:
|
|
|
|
'https://wandering-sparkling-shadow.bsc.quiknode.pro/00115b17f97c1f4c374ac309858015da1cab3e02/',
|
2020-10-21 16:42:50 +02:00
|
|
|
},
|
|
|
|
},
|
|
|
|
pollInterval: 200,
|
|
|
|
},
|
|
|
|
}
|
|
|
|
|
|
|
|
export default networkConfig
|