Skip to content

Commit e6a046a

Browse files
authored
Update infura keys (#4010)
1 parent 689601f commit e6a046a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/libs/nodes/configs.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'),

0 commit comments

Comments
 (0)