forked from abcoathup/samplenft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
33 lines (32 loc) · 1.01 KB
/
db.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
{
"tokens": [
{
"id": 0,
"description": "cheers",
"external_url": "https://http://www.baanmuaythaiclub.id/",
"image": "https://twemoji.maxcdn.com/svg/1f30e.svg",
"name": "slap that money"
},
{
"id": 1,
"description": "cheer2",
"external_url": "https://http://www.baanmuaythaiclub.id/",
"image": "https://twemoji.maxcdn.com/svg/1f31e.svg",
"name": "Slap that money"
},
{
"id": 2,
"description": "cheers 2",
"external_url": "https://http://www.baanmuaythaiclub.id/",
"image": "https://twemoji.maxcdn.com/svg/1f38e.svg",
"name": "my test "
},
{
"id": 3,
"description": "My NFT 3",
"external_url": "https://http://www.baanmuaythaiclub.id/",
"image": "https://twemoji.maxcdn.com/svg/1f195.svg",
"name": "my test "
}
]
}