From 27d1a6b20af965bf201a472e10850556e8b034e6 Mon Sep 17 00:00:00 2001 From: Leandre Date: Thu, 29 Apr 2021 22:08:30 +0800 Subject: [PATCH] add KuCoin Community Chain(KCC) testnet (#233) * add kcc testnet * fix explorers * add EIP3091 * Update _data/chains/eip155-322.json Co-authored-by: ligi Co-authored-by: nly Co-authored-by: ligi --- _data/chains/eip155-322.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-322.json diff --git a/_data/chains/eip155-322.json b/_data/chains/eip155-322.json new file mode 100644 index 00000000..2b4c7985 --- /dev/null +++ b/_data/chains/eip155-322.json @@ -0,0 +1,25 @@ +{ + "name": "KuCoin Community Chain Testnet", + "chain": "KCC", + "network": "testnet", + "rpc": [ + "https://rpc-testnet.kucoin.one" + ], + "faucets": [ + "https://faucet-testnet.kucoin.one" + ], + "nativeCurrency": { + "name": "KuCoin Testnet Token", + "symbol": "KCS", + "decimals": 18 + }, + "infoURL": "https://scan-testnet.kucoin.one", + "shortName": "kcc", + "chainId": 322, + "networkId": 322, + "explorers": [{ + "name": "kcc-scan", + "url": "https://scan-testnet.kucoin.one", + "standard": "EIP3091" + }] +}