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
524 B
JSON
24 lines
524 B
JSON
{
|
|
"name": "Bitcichain Testnet",
|
|
"chain": "TBITCI",
|
|
"icon": "bitci",
|
|
"rpc": ["https://testnet.bitcichain.com"],
|
|
"faucets": ["https://faucet.bitcichain.com"],
|
|
"nativeCurrency": {
|
|
"name": "Test Bitci",
|
|
"symbol": "TBITCI",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.bitcichain.com",
|
|
"shortName": "tbitci",
|
|
"chainId": 1908,
|
|
"networkId": 1908,
|
|
"explorers": [
|
|
{
|
|
"name": "Bitci Explorer Testnet",
|
|
"url": "https://testnet.bitciexplorer.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|