mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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
This commit is contained in:
parent
eba9f72663
commit
5038dbeceb
25
_data/chains/eip155-96.json
Normal file
25
_data/chains/eip155-96.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"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"]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user