mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
1482523282
* issues/2050 add anduschain * run prettier * change explorer standard.. * change explorer url http -> https
24 lines
527 B
JSON
24 lines
527 B
JSON
{
|
|
"name": "Anduschain Mainnet",
|
|
"chain": "anduschain",
|
|
"rpc": ["https://rpc.anduschain.io/rpc", "wss://rpc.anduschain.io/ws"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "DAON",
|
|
"symbol": "DEB",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://anduschain.io/",
|
|
"shortName": "anduschain-mainnet",
|
|
"chainId": 14288640,
|
|
"networkId": 14288640,
|
|
"explorers": [
|
|
{
|
|
"name": "anduschain explorer",
|
|
"url": "https://explorer.anduschain.io",
|
|
"icon": "daon",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|