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" + }] +}