Perfect KCC info (#1837)

* Perfect KCC info

* Prettier eip155-322.json

* Add slip44 for Chain 321
This commit is contained in:
Leandre 2022-11-08 00:39:21 +08:00 committed by GitHub
parent 43335d6143
commit 2a34b11e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

View File

@ -3,9 +3,13 @@
"chain": "KCC",
"rpc": [
"https://rpc-mainnet.kcc.network",
"wss://rpc-ws-mainnet.kcc.network"
"https://kcc.mytokenpocket.vip",
"https://public-rpc.blockpi.io/http/kcc"
],
"faucets": [
"https://faucet.kcc.io/",
"https://free-online-app.com/faucet-for-eth-evm-chains/"
],
"faucets": [],
"nativeCurrency": {
"name": "KuCoin Token",
"symbol": "KCS",
@ -14,7 +18,8 @@
"infoURL": "https://kcc.io",
"shortName": "kcs",
"chainId": 321,
"networkId": 1,
"networkId": 321,
"slip44": 641,
"explorers": [
{
"name": "KCC Explorer",

View File

@ -1,10 +1,7 @@
{
"name": "KCC Testnet",
"chain": "KCC",
"rpc": [
"https://rpc-testnet.kcc.network",
"wss://rpc-ws-testnet.kcc.network"
],
"rpc": ["https://rpc-testnet.kcc.network"],
"faucets": ["https://faucet-testnet.kcc.network"],
"nativeCurrency": {
"name": "KuCoin Testnet Token",
@ -17,7 +14,7 @@
"networkId": 322,
"explorers": [
{
"name": "kcc-scan",
"name": "kcc-scan-testnet",
"url": "https://scan-testnet.kcc.network",
"standard": "EIP3091"
}