change kcc domain name (#258)

Co-authored-by: lingyun92 <ly@MacBook-Pro.local>
This commit is contained in:
Leandre 2021-05-14 12:48:52 +08:00 committed by GitHub
parent 6d69a5d96d
commit 9c328ab05e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,23 +3,23 @@
"chain": "KCC",
"network": "testnet",
"rpc": [
"https://rpc-testnet.kucoin.one"
"https://rpc-testnet.kcc.network"
],
"faucets": [
"https://faucet-testnet.kucoin.one"
"https://faucet-testnet.kcc.network"
],
"nativeCurrency": {
"name": "KuCoin Testnet Token",
"symbol": "KCS",
"decimals": 18
},
"infoURL": "https://scan-testnet.kucoin.one",
"infoURL": "https://scan-testnet.kcc.network",
"shortName": "kcc",
"chainId": 322,
"networkId": 322,
"explorers": [{
"name": "kcc-scan",
"url": "https://scan-testnet.kucoin.one",
"url": "https://scan-testnet.kcc.network",
"standard": "EIP3091"
}]
}