chains/_data/chains/eip155-96.json
Parinthorn Panya 5038dbeceb
Add Bitkubchain Mainnet (#1629)
* add Bitkub chain mainnet and testnet, include bkc icon

* fix rpc bitkub chain mainnet

* add redFlags, follow the suggestion

* change chain name and explorer name
2023-02-21 05:58:50 +01:00

26 lines
535 B
JSON

{
"name": "Bitkub Chain",
"chain": "BKC",
"icon": "bkc",
"rpc": ["https://rpc.bitkubchain.io", "wss://wss.bitkubchain.io"],
"faucets": [],
"nativeCurrency": {
"name": "Bitkub Coin",
"symbol": "KUB",
"decimals": 18
},
"infoURL": "https://www.bitkubchain.com/",
"shortName": "bkc",
"chainId": 96,
"networkId": 96,
"explorers": [
{
"name": "Bitkub Chain Explorer",
"url": "https://bkcscan.com",
"standard": "none",
"icon": "bkc"
}
],
"redFlags": ["reusedChainId"]
}