mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
KCC MAINNET (#292)
* change kcc domain name * kcc mainnet * add kcc wss rpc endpoint * update shortName of KCC Co-authored-by: lingyun92 <ly@MacBook-Pro.local>
This commit is contained in:
parent
c2750a463f
commit
7f1e5b5f57
24
_data/chains/eip155-321.json
Normal file
24
_data/chains/eip155-321.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "KuCoin Community Chain Mainnet",
|
||||
"chain": "KCC",
|
||||
"network": "mainnet",
|
||||
"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": 321,
|
||||
"explorers": [{
|
||||
"name": "KCC Explorer",
|
||||
"url": "https://explorer.kcc.io/en",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
|
@ -10,11 +10,11 @@
|
|||
],
|
||||
"nativeCurrency": {
|
||||
"name": "KuCoin Testnet Token",
|
||||
"symbol": "KCS",
|
||||
"symbol": "tKCS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://scan-testnet.kcc.network",
|
||||
"shortName": "kcc",
|
||||
"shortName": "kcst",
|
||||
"chainId": 322,
|
||||
"networkId": 322,
|
||||
"explorers": [{
|
||||
|
|
Loading…
Reference in New Issue
Block a user