chains/_data/chains/eip155-322.json
Leandre 85c88b9f1e
KCC update info (#386)
* change kcc domain name

* kcc mainnet

* add kcc wss rpc endpoint

* update shortName of KCC

* KCC update info

Co-authored-by: lingyun92 <ly@MacBook-Pro.local>
2021-08-30 13:52:43 +02:00

27 lines
560 B
JSON

{
"name": "KCC Testnet",
"chain": "KCC",
"network": "testnet",
"rpc": [
"https://rpc-testnet.kcc.network",
"wss://rpc-ws-testnet.kcc.network"
],
"faucets": [
"https://faucet-testnet.kcc.network"
],
"nativeCurrency": {
"name": "KuCoin Testnet Token",
"symbol": "tKCS",
"decimals": 18
},
"infoURL": "https://scan-testnet.kcc.network",
"shortName": "kcst",
"chainId": 322,
"networkId": 322,
"explorers": [{
"name": "kcc-scan",
"url": "https://scan-testnet.kcc.network",
"standard": "EIP3091"
}]
}