File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const NODE_CONFIGS: { [key in StaticNetworkIds]: RawNodeConfig[] } = {
2323 name : makeNodeName ( 'ETH' , 'infura' ) ,
2424 type : 'infura' ,
2525 service : 'Infura' ,
26- url : 'https://mainnet.infura.io/v3/c02fff6b5daa434d8422b8ece54c7286 '
26+ url : 'https://mainnet.infura.io/v3/ea3f0cf8fd3342a9870cdec2d1ee5381 '
2727 }
2828 ] ,
2929
@@ -32,7 +32,7 @@ export const NODE_CONFIGS: { [key in StaticNetworkIds]: RawNodeConfig[] } = {
3232 name : makeNodeName ( 'Ropsten' , 'infura' ) ,
3333 type : 'infura' ,
3434 service : 'Infura' ,
35- url : 'https://ropsten.infura.io/v3/c02fff6b5daa434d8422b8ece54c7286 '
35+ url : 'https://ropsten.infura.io/v3/ea3f0cf8fd3342a9870cdec2d1ee5381 '
3636 }
3737 ] ,
3838
@@ -50,7 +50,7 @@ export const NODE_CONFIGS: { [key in StaticNetworkIds]: RawNodeConfig[] } = {
5050 name : makeNodeName ( 'Rinkeby' , 'infura' ) ,
5151 type : 'infura' ,
5252 service : 'Infura' ,
53- url : 'https://rinkeby.infura.io/v3/c02fff6b5daa434d8422b8ece54c7286 '
53+ url : 'https://rinkeby.infura.io/v3/ea3f0cf8fd3342a9870cdec2d1ee5381 '
5454 } ,
5555 {
5656 name : makeNodeName ( 'Rinkeby' , 'ethscan' ) ,
You can’t perform that action at this time.
0 commit comments