mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
428 B
JSON
24 lines
428 B
JSON
{
|
|
"name": "BTCIX Network",
|
|
"chain": "BTCIX",
|
|
"rpc": [
|
|
"https://seed.btcix.org/rpc"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "BTCIX Network",
|
|
"symbol": "BTCIX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://bitcolojix.org",
|
|
"shortName": "btcix",
|
|
"chainId": 19845,
|
|
"networkId": 19845,
|
|
|
|
"explorers": [{
|
|
"name": "BTCIXScan",
|
|
"url": "https://btcixscan.com",
|
|
"standard": "none"
|
|
}]
|
|
}
|