Add explorer, shorten name, add title

This commit is contained in:
ligi 2022-01-30 17:33:38 +01:00 committed by GitHub
parent 9e0da3a87e
commit ddbcf085a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
{
"name": "Ethereum Testnet Ropsten",
"name": "Ropsten",
"title": "Ethereum Testnet Ropsten",
"chain": "ETH",
"rpc": [
"https://ropsten.infura.io/v3/${INFURA_API_KEY}",
@ -19,5 +20,10 @@
"networkId": 3,
"ens": {
"registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010"
}
},
"explorers": [{
"name": "etherscan",
"url": "https://ropsten.etherscan.io",
"standard": "EIP3091"
}]
}