forked from SYNC-Network/collection-lists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.tokenlist.json
48 lines (48 loc) · 1.19 KB
/
example.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
47
48
{
"name": "SYNC Network",
"logoURI": "https://collectionlists.org/static/media/color.e7c60d18.png",
"baseURL": "https://neonrain.io/",
"collectionURL": "https://neonrain.io/explore?collections={collectionId}",
"itemURL": "https://neonrain.io/explore/{chainID}/{collectionId}/{tokenId}",
"keywords": [
"audited",
"verified",
"special tokens"
],
"tags": {
"membership": {
"name": "Membership",
"description": "Collections that have membership services"
},
"pfp": {
"name": "PFP",
"description": "Profile Picture Projects"
}
},
"timestamp": "2022-03-12T00:00:00+00:00",
"collections": [
{
"chainId": 1,
"address": "0x505a12c23fdc8f80ca4a1a3000cd39636c927128",
"name": "Genesis Syncronauts",
"logoURI": "ipfs://QmSeoPM4mQy8XFxVETKxGCqU8eoeL3536VjWocwa7GsoWW",
"tags": [
"pfp"
]
},
{
"chainId": 1,
"address": "0x39AA39c021dfbaE8faC545936693aC917d5E7563",
"name": "CryptoBonds",
"logoURI": "https://collectionlists.org/static/media/color.e7c60d18.png",
"tags": [
"FNFT"
]
}
],
"version": {
"major": 1,
"minor": 0,
"patch": 0
}
}