Skip to content

Commit

Permalink
Merge pull request #469 from anandrgitnirman/master
Browse files Browse the repository at this point in the history
  • Loading branch information
anandrgitnirman authored Mar 11, 2020
2 parents 990a6d2 + 456d992 commit ba510f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/blockchain_network_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"registry_address_key":"0x4e74fefa82e83e0964f0d9f53c68e03f7298a8b2"
},
"kovan":{
"ethereum_json_rpc_endpoint":"https://kovan.infura.io",
"ethereum_json_rpc_endpoint":"https://kovan.infura.io/v3/09027f4a13e841d48dbfefc67e7685d5",
"network_id":"42"
},
"ropsten":{
"ethereum_json_rpc_endpoint":"https://ropsten.infura.io/v3/09027f4a13e841d48dbfefc67e7685d5",
"network_id":"3"
},
"rinkeby":{
"ethereum_json_rpc_endpoint":"https://rinkeby.infura.io",
"ethereum_json_rpc_endpoint":"https://rinkeby.infura.io/v3/09027f4a13e841d48dbfefc67e7685d5",
"network_id":"7"
},
"main":{
"ethereum_json_rpc_endpoint":"https://mainnet.infura.io",
"ethereum_json_rpc_endpoint":"https://mainnet.infura.io/v3/09027f4a13e841d48dbfefc67e7685d5",
"network_id":"1"
}
}

0 comments on commit ba510f9

Please sign in to comment.