-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollections.js
More file actions
46 lines (43 loc) · 1.84 KB
/
collections.js
File metadata and controls
46 lines (43 loc) · 1.84 KB
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
export const knownCollections = [
{
id: "vF0Py3_94hxI9gY_DUTIaNSyroRCjpzfdjb5X3e00yU",
name: "Test Collection 1",
description: "Optional Collection Description" // Optional
},
{
id: "JAHF1fo4MECRZZFKGcT0B6XM94Lqe-3FtB4Ht_kTEK0",
name: "DumDumz",
description: "1984 piece collection of DumDumz"
},
{
id: "McohDUAntHJVSduf2PNw3ugh6pHca1p2w1L-31mtBPo",
name: "Meka Human",
description: "None"
},
{
id: "cfLaSfkochS_LauTHFShqQFyEv4U87YrZqllRpJhwuU",
name: "AO Hood Rats",
description: "by Eltio"
},
{
id: "MwmJ69knT0MpsihR369PsxPsTOceDEsL5dOj5IjoP48",
name: "Llama Dock",
description: "Lets you control the destination of a boat at the Llama Docks"
},
{
id: "mWJ-ID29tE0K-9S60ScUqogLOBxeg7EvceTQzFF6z6U",
name: "AO War",
description: "Play Now at: ar://aowar. Compete with the Llama King in a duel of the classic card game 'War,' where Atomic Assets like card backs can be used or earned in-game."
},
{
id: "DNEOCxZ406srTR95QC0rEnYGEUoeZxagHpwLRBZ2NBU",
name: "Founder Map Modules",
description: "Data Modules for the Founder Map."
},
{
id: "1NOj1dFvK_ZdXrx8zYlQniXkC3eOUaO7pV8m2-2g1E0",
name: "Goddesses",
description: "Step into the world of HoodRats Goddesses, where divine energy meets the raw edge of street culture. This unique Atomic Assets collection brings you fierce, modern goddesses who embody strength, individuality, and creativity. Each NFT is more than just a digital collectible—it’s a timeless token of empowerment and community, etched forever into the permaweb. HoodRats Goddesses Discord: https://discord.gg/f5xjzbvAeW"
}
// More collections added here
];