mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add explorer, shorten name, add title
This commit is contained in:
parent
9e0da3a87e
commit
ddbcf085a1
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Ethereum Testnet Ropsten",
|
"name": "Ropsten",
|
||||||
|
"title": "Ethereum Testnet Ropsten",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://ropsten.infura.io/v3/${INFURA_API_KEY}",
|
"https://ropsten.infura.io/v3/${INFURA_API_KEY}",
|
||||||
|
@ -19,5 +20,10 @@
|
||||||
"networkId": 3,
|
"networkId": 3,
|
||||||
"ens": {
|
"ens": {
|
||||||
"registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010"
|
"registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010"
|
||||||
}
|
},
|
||||||
|
"explorers": [{
|
||||||
|
"name": "etherscan",
|
||||||
|
"url": "https://ropsten.etherscan.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user