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:
Leandre 2021-06-15 16:17:37 +08:00 committed by GitHub
parent c2750a463f
commit 7f1e5b5f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 2 deletions

View 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"
}]
}

View File

@ -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": [{