KCC update info (#386)

* change kcc domain name

* kcc mainnet

* add kcc wss rpc endpoint

* update shortName of KCC

* KCC update info

Co-authored-by: lingyun92 <ly@MacBook-Pro.local>
This commit is contained in:
Leandre 2021-08-30 19:52:43 +08:00 committed by GitHub
parent edf5ef4090
commit 85c88b9f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "KuCoin Community Chain Mainnet", "name": "KCC Mainnet",
"chain": "KCC", "chain": "KCC",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": [
@ -15,7 +15,7 @@
"infoURL": "https://kcc.io", "infoURL": "https://kcc.io",
"shortName": "kcs", "shortName": "kcs",
"chainId": 321, "chainId": 321,
"networkId": 321, "networkId": 1,
"explorers": [{ "explorers": [{
"name": "KCC Explorer", "name": "KCC Explorer",
"url": "https://explorer.kcc.io/en", "url": "https://explorer.kcc.io/en",

View File

@ -1,9 +1,10 @@
{ {
"name": "KuCoin Community Chain Testnet", "name": "KCC Testnet",
"chain": "KCC", "chain": "KCC",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": [
"https://rpc-testnet.kcc.network" "https://rpc-testnet.kcc.network",
"wss://rpc-ws-testnet.kcc.network"
], ],
"faucets": [ "faucets": [
"https://faucet-testnet.kcc.network" "https://faucet-testnet.kcc.network"