mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
33 lines
746 B
JSON
33 lines
746 B
JSON
{
|
|
"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": {
|
|
"name": "Ropsten Ether",
|
|
"symbol": "ETH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://github.com/ethereum/ropsten",
|
|
"shortName": "rop",
|
|
"chainId": 3,
|
|
"networkId": 3,
|
|
"ens": {
|
|
"registry": "0x112234455c3a32fd11230c42e7bccd4a84e02010"
|
|
},
|
|
"explorers": [
|
|
{
|
|
"name": "etherscan",
|
|
"url": "https://ropsten.etherscan.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|