mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
edf5ef4090
commit
85c88b9f1e
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user