chains/_data/chains/eip155-74.json
tgoerke 4dd19dab86
Add IDChain to chainlist (#828)
* Add IDChain to chainlist

* Remove icon ref

* Add idchain icon ref to ipfs

* Add icon ref to config

Co-authored-by: T Goerke <t.goerke@mailbox.org>
2022-02-04 15:35:10 +01:00

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"
}]
}