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", "chain": "KCC",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": [
"https://rpc-testnet.kucoin.one" "https://rpc-testnet.kcc.network"
], ],
"faucets": [ "faucets": [
"https://faucet-testnet.kucoin.one" "https://faucet-testnet.kcc.network"
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "KuCoin Testnet Token", "name": "KuCoin Testnet Token",
"symbol": "KCS", "symbol": "KCS",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://scan-testnet.kucoin.one", "infoURL": "https://scan-testnet.kcc.network",
"shortName": "kcc", "shortName": "kcc",
"chainId": 322, "chainId": 322,
"networkId": 322, "networkId": 322,
"explorers": [{ "explorers": [{
"name": "kcc-scan", "name": "kcc-scan",
"url": "https://scan-testnet.kucoin.one", "url": "https://scan-testnet.kcc.network",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
} }