mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
525 B
JSON
26 lines
525 B
JSON
{
|
|
"name": "Altcoinchain",
|
|
"chain": "mainnet",
|
|
"rpc": ["https://rpc0.altcoinchain.org/rpc"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Altcoin",
|
|
"symbol": "ALT",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://altcoinchain.org",
|
|
"shortName": "alt",
|
|
"chainId": 2330,
|
|
"networkId": 2330,
|
|
"icon": "altcoinchain",
|
|
"status": "active",
|
|
"explorers": [
|
|
{
|
|
"name": "expedition",
|
|
"url": "http://expedition.altcoinchain.org",
|
|
"icon": "altcoinchain",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|