mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
460 B
JSON
24 lines
460 B
JSON
{
|
|
"name": "KCC Mainnet",
|
|
"chain": "KCC",
|
|
"rpc": [
|
|
"https://rpc-mainnet.kcc.network",
|
|
"wss://rpc-ws-mainnet.kcc.network"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "KuCoin Token",
|
|
"symbol": "KCS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://kcc.io",
|
|
"shortName": "kcs",
|
|
"chainId": 321,
|
|
"networkId": 1,
|
|
"explorers": [{
|
|
"name": "KCC Explorer",
|
|
"url": "https://explorer.kcc.io/en",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|