update infura token

This commit is contained in:
Roman Storm 2020-12-12 12:21:20 -08:00
parent b828f8fa3a
commit 2753b6efef
No known key found for this signature in database
GPG Key ID: 522F2A785F34E71F

View File

@ -11,7 +11,7 @@ const networkConfig = {
rpcUrls: { rpcUrls: {
Infura: { Infura: {
name: 'Infura', name: 'Infura',
url: 'https://mainnet.infura.io/v3/da564f81919d40c9a3bcaee4ff44438d', url: 'https://mainnet.infura.io/v3/2884a3281c1d4ae8952e25c84d76bced',
}, },
MyCrypto: { name: 'MyCrypto', url: 'https://api.mycryptoapi.com/eth' }, MyCrypto: { name: 'MyCrypto', url: 'https://api.mycryptoapi.com/eth' },
}, },
@ -29,7 +29,7 @@ const networkConfig = {
rpcUrls: { rpcUrls: {
Infura: { Infura: {
name: 'Infura', name: 'Infura',
url: 'https://goerli.infura.io/v3/da564f81919d40c9a3bcaee4ff44438d', url: 'https://goerli.infura.io/v3/2884a3281c1d4ae8952e25c84d76bced',
}, },
}, },
pollInterval: 200, pollInterval: 200,