mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
536 B
JSON
26 lines
536 B
JSON
{
|
|
"name": "KCC Testnet",
|
|
"chain": "KCC",
|
|
"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"
|
|
}]
|
|
}
|