chains/_data/chains/eip155-321.json
Leandre 2a34b11e58
Perfect KCC info (#1837)
* Perfect KCC info

* Prettier eip155-322.json

* Add slip44 for Chain 321
2022-11-07 17:39:21 +01:00

31 lines
632 B
JSON

{
"name": "KCC Mainnet",
"chain": "KCC",
"rpc": [
"https://rpc-mainnet.kcc.network",
"https://kcc.mytokenpocket.vip",
"https://public-rpc.blockpi.io/http/kcc"
],
"faucets": [
"https://faucet.kcc.io/",
"https://free-online-app.com/faucet-for-eth-evm-chains/"
],
"nativeCurrency": {
"name": "KuCoin Token",
"symbol": "KCS",
"decimals": 18
},
"infoURL": "https://kcc.io",
"shortName": "kcs",
"chainId": 321,
"networkId": 321,
"slip44": 641,
"explorers": [
{
"name": "KCC Explorer",
"url": "https://explorer.kcc.io/en",
"standard": "EIP3091"
}
]
}