mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
c069d4f0b0
commit
bc7d951bff
|
@ -1,11 +1,13 @@
|
||||||
{
|
{
|
||||||
"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}",
|
||||||
"wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}"
|
"wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}"
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
|
"http://fauceth.komputing.org?chain=3&address=${ADDRESS}",
|
||||||
"https://faucet.ropsten.be?${ADDRESS}"
|
"https://faucet.ropsten.be?${ADDRESS}"
|
||||||
],
|
],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
@ -19,5 +21,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