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>
This commit is contained in:
tgoerke 2022-02-04 15:35:10 +01:00 committed by GitHub
parent 9087b1fc0c
commit 4dd19dab86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,26 @@
{
"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"
}]
}

8
_data/icons/idchain.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmZVwsY6HPXScKqZCA9SWNrr4jrQAHkPhVhMWi6Fj1DsrJ",
"width":162,
"height":129,
"format":"png"
}
]