forked from Something-important/Discord_Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.js
60 lines (59 loc) · 2.18 KB
/
options.js
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
55
56
57
58
59
60
module.exports= [
{
name: "staking",
options: [
{ name: "Staking Platforms", URL: "https://omniflix.tv/iv/657ccb6bd661a858ffc70aed" },
{ name: "Stake ATOM Using Keplr", URL: "https://medium.com/@snailsnft/stake-atom-using-keplr-f13f277089b4" },
{ name: "Stake ATOM using Cosmostation", URL: "https://medium.com/@snailsnft/stake-atom-using-cosmostation-c66276aaa13a" }
]
},
{
name: "Wallets",
options: [
{ name: "Leap Snaps", URL: "https://omniflix.tv/iv/657ccf58d661a858ffc71434" },
{ name: "Keplr", URL: "https://omniflix.tv/iv/657ccf58d661a858ffc71434" }
]
},
{
name: "Bridge",
options: [
{ name: "Squid Router", URL: "https://omniflix.tv/iv/657ccf08d661a858ffc712bb" }
]
},
{
name: "Slime",
options: [
{ name: "Crypto Dungeon", URL: "https://omniflix.tv/iv/6780721530410bfd64fb4eb5" },
{ name: "NFT Nashville", URL: "https://omniflix.tv/iv/6706ad7bb36f71b560a587db" },
{ name: "AEZ", URL: "https://omniflix.tv/iv/66ce3cb54b00063ef5920bb2" }
]
},
{
name: "Technical",
options: [
{ name: "Sentry Node", URL: "https://medium.com/@snailsnft/sentry-node-array-tutorial-c9401c3d3ff3" },
{ name: "FAQ - Node & Validator", URL: "https://medium.com/@snailsnft/faq-node-validator-73cf5380b1ad" }
]
},
{
name: "Secret",
options: [
{ name: "Secret Overview", URL: "https://omniflix.tv/iv/65b65696c65a434875168589" },
{ name: "Shade Protocol", URL: "https://omniflix.tv/iv/65a7d92a59f3c03dc394e3be" }
]
},
{
name: "Atom",
options: [
{ name: "The Future of the ATOM Economic Zone", URL: "https://medium.com/@snailsnft/the-future-of-the-atom-economic-zone-b3396347fb56" },
{ name: "AEZ SLIME. Time Challenge", URL: "https://omniflix.tv/iv/66ce3cb54b00063ef5920bb2" },
{ name: "Entering the Cosmos", URL: "https://medium.com/@snailsnft/entering-the-cosmos-ecosystem-a70f1c5bf4a3" }
]
},
{
name: "DVPN",
options: [
{ name: "Meile", URL: "https://omniflix.tv/iv/657cd383d661a858ffc71dec" }
]
}
];