Add IDChain to chainlist

This commit is contained in:
T Goerke 2022-02-02 19:55:25 +01:00
parent 9087b1fc0c
commit 5ff647868a

View File

@ -0,0 +1,26 @@
{
"name": "IDChain",
"chain": "ETH",
"network": "mainnet",
"rpc": [
"https://idchain.one/rpc/",
"wss://idchain.one/ws/"
],
"faucets": [],
"nativeCurrency": {
"name": "EIDI",
"symbol": "EIDI",
"decimals": 18
},
"infoURL": "https://idchain.one/",
"shortName": "eth",
"chainId": 74,
"networkId": 1,
"icon": "idchain",
"explorers": [{
"name": "etherscan",
"url": "https://explorer.idchain.one",
"icon": "etherscan",
"standard": "EIP3091"
}]
}