-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclover.json
28 lines (28 loc) · 917 Bytes
/
clover.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "Clover Mainnet",
"slug": "clover",
"chainId": 1024,
"nativeCurrency": "CLV",
"logo": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/clover/info/logo.png",
"blockExploreUrls": ["https://clvscan.com"],
"rpcUrls": ["https://api-para.clover.finance"],
"tokens": [
{
"address": "0x0000000000000000000000000000000000000000",
"chainId": 1024,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/clover/assets/0x0000000000000000000000000000000000000000/logo.png",
"name": "Clover",
"isNative": true,
"symbol": "CLV"
},
{
"address": "",
"chainId": 1024,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/clover/assets//logo.png",
"name": "Wrapped Clover",
"symbol": "WCLV"
}
]
}