From 2753b6efef46a87af81f9b09cbbc2bac5947214e Mon Sep 17 00:00:00 2001 From: Roman Storm Date: Sat, 12 Dec 2020 12:21:20 -0800 Subject: [PATCH] update infura token --- networkConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/networkConfig.js b/networkConfig.js index 7a164f4..2306a2c 100644 --- a/networkConfig.js +++ b/networkConfig.js @@ -11,7 +11,7 @@ const networkConfig = { rpcUrls: { 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' }, }, @@ -29,7 +29,7 @@ const networkConfig = { rpcUrls: { Infura: { name: 'Infura', - url: 'https://goerli.infura.io/v3/da564f81919d40c9a3bcaee4ff44438d', + url: 'https://goerli.infura.io/v3/2884a3281c1d4ae8952e25c84d76bced', }, }, pollInterval: 200,