mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
576 B
JSON
26 lines
576 B
JSON
{
|
|
"name": "IDChain Mainnet",
|
|
"chain": "IDChain",
|
|
"network": "mainnet",
|
|
"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"
|
|
}]
|
|
} |