-
Notifications
You must be signed in to change notification settings - Fork 23
/
template.tokenlist.json
46 lines (46 loc) · 1.32 KB
/
template.tokenlist.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
{
"name": "Flow Token List",
"logoURI": "https://cdn.jsdelivr.net/gh/FlowFans/flow-token-list@main/token-registry/FLOW/logo.png",
"keywords": ["flow", "fnt"],
"tags": {
"stablecoin": {
"name": "stablecoin",
"description": "Tokens that are fixed to an external asset, e.g. the US dollar"
},
"ethereum": {
"name": "ethereum",
"description": "Asset bridged from ethereum"
},
"wrapped-celer": {
"name": "wrapped-celer",
"description": "Asset wrapped using celer bridge"
},
"lp-token": {
"name": "lp-token",
"description": "Asset representing liquidity provider token"
},
"nft": {
"name": "nft",
"description": "Non-fungible token"
},
"security-token": {
"name": "security-token",
"description": "Tokens that are used to gain access to an electronically restricted resource"
},
"utility-token": {
"name": "utility-token",
"description": "Tokens that are designed to be spent within a certain blockchain ecosystem"
},
"governance-token": {
"name": "governance-token",
"description": "Tokens that are designed to be use in community governance and maintenance"
}
},
"timestamp": "2021-04-04T12:00:00+0000",
"tokens": [],
"version": {
"major": 0,
"minor": 1,
"patch": 0
}
}