This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtokenlist.testnet.json
76 lines (76 loc) · 2.56 KB
/
tokenlist.testnet.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "Increment",
"logoURI": "",
"keywords": [
"increment",
"defi"
],
"timestamp": "2022-04-05T00:00:00.000+00:00",
"tokens": [
{
"name": "Flow",
"address": "0x7e60df042a9c0868",
"symbol": "FLOW",
"decimals": 8,
"contractName": "FlowToken",
"path": {
"vault": "/storage/flowTokenVault",
"balance": "/public/flowTokenBalance",
"receiver": "/public/flowTokenReceiver"
},
"logoURI": "https://cdn.jsdelivr.net/gh/IncrementFi/token-list@main/assets/flow.svg"
},
{
"name": "Flow USD",
"address": "0xe223d8a629e49c68",
"symbol": "FUSD",
"decimals": 8,
"contractName": "FUSD",
"path": {
"vault": "/storage/fusdVault",
"balance": "/public/fusdBalance",
"receiver": "/public/fusdReceiver"
},
"logoURI": "https://cdn.jsdelivr.net/gh/IncrementFi/token-list@main/assets/fusd.svg"
},
{
"name": "USD Coin",
"address": "0xa983fecbed621163",
"symbol": "USDC",
"decimals": 8,
"contractName": "FiatToken",
"path": {
"vault": "/storage/USDCVault",
"balance": "/public/USDCVaultBalance",
"receiver": "/public/USDCVaultReceiver"
},
"logoURI": "https://cdn.jsdelivr.net/gh/IncrementFi/token-list@main/assets/usdc.svg"
},
{
"name": "Blocto Token",
"address": "0x6e0797ac987005f5",
"symbol": "BLT",
"decimals": 8,
"contractName": "BloctoToken",
"path": {
"vault": "/storage/bloctoTokenVault",
"balance": "/public/bloctoTokenBalance",
"receiver": "/public/bloctoTokenReceiver"
},
"logoURI": "https://cdn.jsdelivr.net/gh/IncrementFi/token-list@main/assets/blt.png"
},
{
"name": "Mynft Token",
"address": "0x40212f3e288efd03",
"symbol": "MY",
"decimals": 8,
"contractName": "MyToken",
"path": {
"vault": "/storage/mytokenVault",
"balance": "/public/mytokenBalance",
"receiver": "/public/mytokenReceiver"
},
"logoURI": "https://cdn.jsdelivr.net/gh/IncrementFi/token-list@main/assets/my.png"
}
]
}