-
Notifications
You must be signed in to change notification settings - Fork 35
/
telosevm.nftlist.json
54 lines (54 loc) · 1.37 KB
/
telosevm.nftlist.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
{
"name": "TelosEVM NFT Collection List",
"keywords": ["nft", "Telos", "verified", "erc721", "audited", "erc1155"],
"tags": {
"art": {
"name": "Art",
"description": "Art NFTs"
},
"image": {
"name": "Image",
"description": "Image NFTs"
},
"social": {
"name": "Social",
"description": "Social NFTs"
},
"finance": {
"name": "Finance",
"description": "Finance NFTs"
}
},
"timestamp": "2021-11-17T00:00:00+00:00",
"tokens": [
{
"chainId": 40,
"address": "0x2d7d3B1f9569037635eDfbE04C640BB4556A4EA6",
"symbol": "TP",
"name": "Telos Punks V2",
"logoURI": "https://telospunksmint.netlify.app/config/images/example.gif",
"tags": ["art", "image", "erc721"]
},
{
"chainId": 40,
"address": "0x63F8948c2Ee0670758A4E60EED80aAa6Cf093356",
"symbol": "NFT",
"name": "Apish Punks",
"logoURI": "https://apish.me/images/token.png",
"tags": ["art", "image", "erc721"]
},
{
"chainId": 40,
"address": "0x6ACa098fa93DAD7A872F6dcb989F8b4A3aFC3342",
"symbol": "veArc",
"name": "Archly veArc",
"logoURI": "https://raw.githubusercontent.com/ArchlyFi/token-list/main/logos/arc-ve-logo.png",
"tags": ["finance", "image", "erc721"]
},
],
"version": {
"major": 0,
"minor": 1,
"patch": 0
}
}