add KuCoin Community Chain(KCC) testnet (#233)

* add kcc testnet

* fix explorers

* add EIP3091

* Update _data/chains/eip155-322.json

Co-authored-by: ligi <ligi@ligi.de>

Co-authored-by: nly <nly@nlys-MacBook-Pro.local>
Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Leandre 2021-04-29 22:08:30 +08:00 committed by GitHub
parent fd465f1092
commit 27d1a6b20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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