mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add Bitci Chain * Add Bitci Chain Logo * Add Bitci Chain Icon Svg --------- Co-authored-by: ligi <ligi@ligi.de>
24 lines
460 B
JSON
24 lines
460 B
JSON
{
|
|
"name": "Bitcichain Mainnet",
|
|
"chain": "BITCI",
|
|
"icon": "bitci",
|
|
"rpc": ["https://rpc.bitci.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Bitci",
|
|
"symbol": "BITCI",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.bitcichain.com",
|
|
"shortName": "bitci",
|
|
"chainId": 1907,
|
|
"networkId": 1907,
|
|
"explorers": [
|
|
{
|
|
"name": "Bitci Explorer",
|
|
"url": "https://bitciexplorer.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|