chains/src/test/resources/test_chains/valid/withexplorer/eip155-2.json

27 lines
499 B
JSON
Raw Normal View History

{
"name": "Ethereum Mainnet",
"shortName": "eth",
"chain": "ETH",
"network": "mainnet",
"chainId": 2,
"networkId": 2,
"rpc": [
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
"https://api.mycryptoapi.com/eth"
],
"faucets": [],
"infoURL": "https://ethereum.org",
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"explorers": [
{
"name": "some",
"url": "https://etherscan.io",
"standard": "none"
}
]
}