Skip to content

Commit 5b8e315

Browse files
committed
re-update infura key
1 parent 08efd6f commit 5b8e315

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/status/libstatus/accounts/constants.nim

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let DEFAULT_NETWORKS* = %* [
2626
"DataDir": "/ethereum/testnet_rpc",
2727
"UpstreamConfig": {
2828
"Enabled": true,
29-
"URL": "https://ropsten.infura.io/v3/d3633f237cbd4649a639067d1807584c"
29+
"URL": "https://ropsten.infura.io/v3/7230123556ec4a8aac8d89ccd0dd74d7"
3030
}
3131
}
3232
},
@@ -39,7 +39,7 @@ let DEFAULT_NETWORKS* = %* [
3939
"DataDir": "/ethereum/rinkeby_rpc",
4040
"UpstreamConfig": {
4141
"Enabled": true,
42-
"URL": "https://rinkeby.infura.io/v3/d3633f237cbd4649a639067d1807584c"
42+
"URL": "https://rinkeby.infura.io/v3/7230123556ec4a8aac8d89ccd0dd74d7"
4343
}
4444
}
4545
},
@@ -65,7 +65,7 @@ let DEFAULT_NETWORKS* = %* [
6565
"DataDir": "/ethereum/mainnet_rpc",
6666
"UpstreamConfig": {
6767
"Enabled": true,
68-
"URL": "https://mainnet.infura.io/v3/d3633f237cbd4649a639067d1807584c"
68+
"URL": "https://mainnet.infura.io/v3/7230123556ec4a8aac8d89ccd0dd74d7"
6969
}
7070
}
7171
},
@@ -157,16 +157,16 @@ var NODE_CONFIG* = %* {
157157
"MaxMessageDeliveryAttempts": 6,
158158
"PFSEnabled": true,
159159
"VerifyENSContractAddress": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
160-
"VerifyENSURL": "https://mainnet.infura.io/v3/d3633f237cbd4649a639067d1807584c",
160+
"VerifyENSURL": "https://mainnet.infura.io/v3/7230123556ec4a8aac8d89ccd0dd74d7",
161161
"VerifyTransactionChainID": 1,
162-
"VerifyTransactionURL": "https://mainnet.infura.io/v3/d3633f237cbd4649a639067d1807584c"
162+
"VerifyTransactionURL": "https://mainnet.infura.io/v3/7230123556ec4a8aac8d89ccd0dd74d7"
163163
},
164164
"StatusAccountsConfig": {
165165
"Enabled": true
166166
},
167167
"UpstreamConfig": {
168168
"Enabled": true,
169-
"URL": "https://mainnet.infura.io/v3/d3633f237cbd4649a639067d1807584c"
169+
"URL": "https://mainnet.infura.io/v3/7230123556ec4a8aac8d89ccd0dd74d7"
170170
},
171171
"WakuConfig": {
172172
"BloomFilterMode": nil,

0 commit comments

Comments
 (0)