-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
152 lines (152 loc) · 3.01 KB
/
data.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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
[
{
"id": "0000",
"title": "root",
"link": "",
"child": ["0100", "0200", "0300", "0400"]
},
{
"id":"0100",
"title": "OP主网",
"link":"",
"child":["0101", "0102", "0103", "0104", "0105", "0106", "0107", "0108", "0109"]
},
{
"id": "0101",
"title": "官网",
"link": "https://www.optimism.io/",
"child":null
},
{
"id": "0102",
"title": "治理",
"link": "https://vote.optimism.io/",
"child":null
},
{
"id": "0103",
"title": "Gas",
"link": "https://public-grafana.optimism.io/",
"child":null
},
{
"id": "0104",
"title": "RetroPGF",
"link": "",
"child":["010401", "010402"]
},
{
"id": "010401",
"title": "RetroPGF#2",
"link": "https://optimism.mirror.xyz/Upn_LtV2-3SviXgX_PE_LyA7YI00jQyoM1yf55ltvvI",
"child":null
},
{
"id": "010402",
"title": "RetroPGF#1",
"link": "https://vitalik.ca/general/2021/11/16/retro1.html",
"child":null
},
{
"id": "0105",
"title": "代币解锁",
"link": "https://docs.google.com/spreadsheets/d/1qVMhLmmch3s6XSbiBe8hgD4ntMkPIOhc1WrhsYsQc7M/edit#gid=1283480580",
"child":null
},
{
"id": "0106",
"title": "Airdrop",
"link": "",
"child":["010601", "010602"]
},
{
"id": "010601",
"title": "Airdrop#2",
"link": "https://community.optimism.io/docs/governance/airdrop-2/",
"child":null
},
{
"id": "010602",
"title": "Airdrop#1",
"link": "https://community.optimism.io/docs/governance/airdrop-1/",
"child":null
},
{
"id": "0107",
"title": "GovFound",
"link": "https://docs.google.com/spreadsheets/d/1eaHOlWB34ij1KGsXdaNyTQg4tt1Pu2JurJsElBb6a8k/edit#gid=590972026",
"child":null
},
{
"id": "0108",
"title": "入门",
"link": "https://help.optimism.io/hc/zh-cn/categories/4413040969755-Optimism-%E5%85%A5%E9%97%A8",
"child":null
},
{
"id": "0109",
"title": "中文文库",
"link": "",
"child":["010901"]
},
{
"id": "010901",
"title": "Discord译文",
"link": "https://discord.com/channels/667044843901681675/961594420661211156",
"child":null
},
{
"id": "0200",
"title": "Base",
"link": "",
"child":["0201"]
},
{
"id": "0201",
"title": "官网",
"link": "https://base.org/",
"child":null
},
{
"id": "0300",
"title": "数据",
"link": "",
"child":["0301", "0302", "0303"]
},
{
"id": "0301",
"title": "Defillama",
"link": "https://defillama.com",
"child":null
},
{
"id": "0302",
"title": "L2beat",
"link": "https://l2beat.com/",
"child":null
},
{
"id": "0303",
"title": "Debank",
"link": "https://debank.com/",
"child":null
},
{
"id": "0400",
"title": "工具",
"link": "",
"child":["0401", "0402"]
},
{
"id": "0401",
"title": "Revoke",
"link": "https://revoke.cash/",
"child":null
},
{
"id": "0402",
"title": "ChainList",
"link": "https://chainlist.org/",
"child":null
}
]