-
Notifications
You must be signed in to change notification settings - Fork 2
/
list.js
37 lines (37 loc) · 2.37 KB
/
list.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
// word search on discord
module.exports = [
// Cosmos Ecosystem Staking Platforms
{ name: "where do i stake", URL: "https://omniflix.tv/iv/657ccb6bd661a858ffc70aed" },
{ name: "staking platforms", URL: "https://omniflix.tv/iv/657ccb6bd661a858ffc70aed" },
{ name: "$staking", URL: "https://omniflix.tv/iv/657ccb6bd661a858ffc70aed" },
// Leap Snaps on MetaMask
{ name: "can i use metamask", URL: "https://omniflix.tv/iv/657ccf58d661a858ffc71434" },
{ name: "$leapsnaps", URL: "https://omniflix.tv/iv/657ccf58d661a858ffc71434" },
// Squid Router
{ name: "how do i bridge", URL: "https://omniflix.tv/iv/657ccf08d661a858ffc712bb" },
{ name: "$squidrouter", URL: "https://omniflix.tv/iv/657ccf08d661a858ffc712bb" },
// Claiming Creds
{ name: "how do i claim my creds", URL: "https://omniflix.tv/iv/65c3cbc0c65a434875481c75" },
{ name: "$claimcreds", URL: "https://omniflix.tv/iv/65c3cbc0c65a434875481c75" },
// Secret Network Overview
{ name: "$secretnetwork", URL: "https://omniflix.tv/iv/65b65696c65a434875168589" },
// Uploading files
{ name: "how do i upload", URL: "https://omniflix.tv/iv/65affbbeb79d23e989a67385" },
{ name: "$jackalstorage", URL: "https://omniflix.tv/iv/65affbbeb79d23e989a67385" },
// Sticker Packs
{ name: "$telegramstickers", URL: "https://omniflix.tv/iv/65860b86d661a858ffdc8e96" },
// Shade Protocol
{ name: "what is shade", URL: "https://omniflix.tv/iv/65a7d92a59f3c03dc394e3be" },
{ name: "$shade", URL: "https://omniflix.tv/iv/65a7d92a59f3c03dc394e3be" },
// DVPN Meile
{ name: "what vpn", URL: "https://omniflix.tv/iv/657cd383d661a858ffc71dec" },
{ name: "$meile", URL: "https://omniflix.tv/iv/657cd383d661a858ffc71dec" },
// Stargaze Standard Collection
{ name: "how do i mint on stargaze", URL: "https://medium.com/@snailsnft/stargaze-creating-a-standard-collection-c2acf6076f67" },
{ name: "$stargazemint", URL: "https://medium.com/@snailsnft/stargaze-creating-a-standard-collection-c2acf6076f67" },
// Entering the Cosmos
{ name: "$enteringcosmos", URL: "https://medium.com/@snailsnft/entering-the-cosmos-ecosystem-a70f1c5bf4a3" },
// Validator Selection
{ name: "who do i stake with", URL: "https://omniflix.tv/iv/65ce2e4ec65a434875669e3d" },
{ name: "$validatorselection", URL: "https://omniflix.tv/iv/65ce2e4ec65a434875669e3d" },
];