Add clover network ids (#169)

* clover

* clover 2

* clover 3
This commit is contained in:
wm-chen 2021-03-04 20:25:38 +08:00 committed by GitHub
parent f42861f197
commit 2f2c527fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"name": "Clover Testnet",
"chain": "Clover",
"network": "clover testnet",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Clover",
"symbol": "CLV",
"decimals": 18
},
"infoURL": "https://clover.finance",
"shortName": "tclv",
"chainId": 1023,
"networkId": 1023
}

View File

@ -0,0 +1,16 @@
{
"name": "Clover Mainnet",
"chain": "Clover",
"network": "clover mainnet",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Clover",
"symbol": "CLV",
"decimals": 18
},
"infoURL": "https://clover.finance",
"shortName": "clv",
"chainId": 1024,
"networkId": 1024
}