update infura token
This commit is contained in:
parent
2da4abf8eb
commit
ac3f1e9096
|
@ -26,7 +26,7 @@ let DEFAULT_NETWORKS* = %* [
|
||||||
"DataDir": "/ethereum/testnet_rpc",
|
"DataDir": "/ethereum/testnet_rpc",
|
||||||
"UpstreamConfig": {
|
"UpstreamConfig": {
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"URL": "https://ropsten.infura.io/v3/f315575765b14720b32382a61a89341a"
|
"URL": "https://ropsten.infura.io/v3/d3633f237cbd4649a639067d1807584c"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -39,7 +39,7 @@ let DEFAULT_NETWORKS* = %* [
|
||||||
"DataDir": "/ethereum/rinkeby_rpc",
|
"DataDir": "/ethereum/rinkeby_rpc",
|
||||||
"UpstreamConfig": {
|
"UpstreamConfig": {
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"URL": "https://rinkeby.infura.io/v3/f315575765b14720b32382a61a89341a"
|
"URL": "https://rinkeby.infura.io/v3/d3633f237cbd4649a639067d1807584c"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -65,7 +65,7 @@ let DEFAULT_NETWORKS* = %* [
|
||||||
"DataDir": "/ethereum/mainnet_rpc",
|
"DataDir": "/ethereum/mainnet_rpc",
|
||||||
"UpstreamConfig": {
|
"UpstreamConfig": {
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"URL": "https://mainnet.infura.io/v3/f315575765b14720b32382a61a89341a"
|
"URL": "https://mainnet.infura.io/v3/d3633f237cbd4649a639067d1807584c"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -157,16 +157,16 @@ var NODE_CONFIG* = %* {
|
||||||
"MaxMessageDeliveryAttempts": 6,
|
"MaxMessageDeliveryAttempts": 6,
|
||||||
"PFSEnabled": true,
|
"PFSEnabled": true,
|
||||||
"VerifyENSContractAddress": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
|
"VerifyENSContractAddress": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
|
||||||
"VerifyENSURL": "https://mainnet.infura.io/v3/f315575765b14720b32382a61a89341a",
|
"VerifyENSURL": "https://mainnet.infura.io/v3/d3633f237cbd4649a639067d1807584c",
|
||||||
"VerifyTransactionChainID": 1,
|
"VerifyTransactionChainID": 1,
|
||||||
"VerifyTransactionURL": "https://mainnet.infura.io/v3/f315575765b14720b32382a61a89341a"
|
"VerifyTransactionURL": "https://mainnet.infura.io/v3/d3633f237cbd4649a639067d1807584c"
|
||||||
},
|
},
|
||||||
"StatusAccountsConfig": {
|
"StatusAccountsConfig": {
|
||||||
"Enabled": true
|
"Enabled": true
|
||||||
},
|
},
|
||||||
"UpstreamConfig": {
|
"UpstreamConfig": {
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"URL": "https://mainnet.infura.io/v3/f315575765b14720b32382a61a89341a"
|
"URL": "https://mainnet.infura.io/v3/d3633f237cbd4649a639067d1807584c"
|
||||||
},
|
},
|
||||||
"WakuConfig": {
|
"WakuConfig": {
|
||||||
"BloomFilterMode": nil,
|
"BloomFilterMode": nil,
|
||||||
|
|
Loading…
Reference in New Issue