-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathExplorerData.js
91 lines (91 loc) · 2.64 KB
/
ExplorerData.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
import WASD from "../assets/guiders/wasd.jpg";
import AWHouse from "../assets/guiders/awhouse.jpg";
import AWResearch from "../assets/guiders/awresearch.jpg";
import FunBlocks from "../assets/guiders/funblocks.jpg"
import ComposableHub from "../assets/guiders/ComposableHub.jpg"
import WorldExplorers from "../assets/guiders/WorldExplorers.jpg"
import ordengg from "../assets/guiders/ordengg.jpg"
import ggQuest from "../assets/guiders/ggQuest.jpg"
import Worlds from "../assets/guiders/WORLDS.jpg"
import Metacat from "../assets/guiders/metacat.jpg"
import TheHerald from "../assets/guiders/TheHerald.jpg"
import AutonomousAnonymous from "../assets/guiders/AutonomousAnonymous.jpg"
import CommunityRedstone from "../assets/guiders/CommunityRedstone.png"
import FOCGERSUNITE from "../assets/guiders/FOCGERSUNITE.jpg"
export const Explorers = [
{
icon: WASD,
name: "WASD",
tags: ["News", "Research"],
twitter: "https://twitter.com/WASD_0x",
},
{
icon: FunBlocks,
name: "Fun Blocks",
tags: ["Media", "Guide"],
twitter: "https://twitter.com/0xFunBlocks",
},
{
icon: AWResearch,
name: "AW Research",
tags: ["Research", "Event"],
twitter: "https://twitter.com/AW_Research",
},
{
icon: AWHouse,
name: "AW House",
tags: ["Hackathon", "Grant"],
twitter: "https://twitter.com/AW_house",
},{
icon: FOCGERSUNITE,
name: "FOCGERS UNITE",
tags:["Media", "Podcast"],
twitter: "https://x.com/FOCGERS",
},
{
icon: ComposableHub,
name: "Composable Hub",
tags: ["News", "Game Hub"],
twitter: "https://twitter.com/composablehub",
}, {
icon: WorldExplorers,
name: "World Explorers",
tags: ["Community", "Event"],
twitter: "https://twitter.com/awexplorers",
},{
icon: ordengg,
name: "Ordengg",
tags: ["Community", "Event"],
twitter: "https://twitter.com/orden_gg",
},{
icon: ggQuest,
name: "ggQuest",
tags: ["Community", "Event"],
twitter: "https://twitter.com/gg_quest_gg",
},{
icon: Worlds,
name: "WORLDS",
tags: ["Podcast"],
twitter: "https://twitter.com/WorldsOnChain",
},{
icon: Metacat,
name: "Meta Cat",
tags:["Research", "Community"],
twitter: "https://twitter.com/Metacat007",
},{
icon: TheHerald,
name: "The Herald",
tags:["News", "Research"],
twitter: "https://twitter.com/heraldofloot",
},{
icon: AutonomousAnonymous,
name: "Autonomous Anonymous",
tags:["Community", "Event"],
twitter: "https://twitter.com/Worlds_AA",
},{
icon: CommunityRedstone,
name: "Redstone Community",
tags:["Community", "Event"],
twitter: "https://community.redstone.xyz/",
}
];