From 5038dbeceb8c7107af255a6abb35526588d08182 Mon Sep 17 00:00:00 2001 From: Parinthorn Panya Date: Tue, 21 Feb 2023 11:58:50 +0700 Subject: [PATCH] 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 --- _data/chains/eip155-96.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-96.json diff --git a/_data/chains/eip155-96.json b/_data/chains/eip155-96.json new file mode 100644 index 00000000..b4599cec --- /dev/null +++ b/_data/chains/eip155-96.json @@ -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"] +}