mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
27 lines
499 B
JSON
27 lines
499 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|