mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
9087b1fc0c
commit
4dd19dab86
26
_data/chains/eip155-74.json
Normal file
26
_data/chains/eip155-74.json
Normal 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
8
_data/icons/idchain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmZVwsY6HPXScKqZCA9SWNrr4jrQAHkPhVhMWi6Fj1DsrJ",
|
||||
"width":162,
|
||||
"height":129,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user