mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
509 B
JSON
25 lines
509 B
JSON
{
|
|
"name": "IDChain Mainnet",
|
|
"chain": "IDChain",
|
|
"rpc": ["https://idchain.one/rpc/", "wss://idchain.one/ws/"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "EIDI",
|
|
"symbol": "EIDI",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://idchain.one/begin/",
|
|
"shortName": "idchain",
|
|
"chainId": 74,
|
|
"networkId": 74,
|
|
"icon": "idchain",
|
|
"explorers": [
|
|
{
|
|
"name": "explorer",
|
|
"url": "https://explorer.idchain.one",
|
|
"icon": "etherscan",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|