Add explorer, shorten name, add title (#819)

* Add explorer, shorten name, add title

* Add FaucETH

* Update _data/chains/eip155-3.json
This commit is contained in:
ligi 2022-01-30 17:58:32 +01:00 committed by GitHub
parent c069d4f0b0
commit bc7d951bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,13 @@
{
"name": "Ethereum Testnet Ropsten",
"name": "Ropsten",
"title": "Ethereum Testnet Ropsten",
"chain": "ETH",
"rpc": [
"https://ropsten.infura.io/v3/${INFURA_API_KEY}",
"wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}"
],
"faucets": [
"http://fauceth.komputing.org?chain=3&address=${ADDRESS}",
"https://faucet.ropsten.be?${ADDRESS}"
],
"nativeCurrency": {
@ -19,5 +21,10 @@
"networkId": 3,
"ens": {
"registry":"0x112234455c3a32fd11230c42e7bccd4a84e02010"
}
},
"explorers": [{
"name": "etherscan",
"url": "https://ropsten.etherscan.io",
"standard": "EIP3091"
}]
}