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",
"network": "mainnet",
"rpc": [
@ -15,7 +15,7 @@
"infoURL": "https://kcc.io",
"shortName": "kcs",
"chainId": 321,
"networkId": 321,
"networkId": 1,
"explorers": [{
"name": "KCC Explorer",
"url": "https://explorer.kcc.io/en",

View File

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