forked from underethsea/OP-Quest-NFT-Transfers-Holders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
quests.js
74 lines (73 loc) · 944 Bytes
/
quests.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
const QUESTS = [
{
protocol: "Beethoven X",
cid: 6366,
},
{
protocol: "Clipper",
cid: 6357,
},
{ protocol: "Hop",
cid: 6359 },
{
protocol: "Kwenta",
cid: 6364,
},
{
protocol: "Lyra",
cid: 6358,
},
{
protocol: "Perpetual Protocol",
cid: 6349,
},
{
protocol: "Pika",
cid: 6361,
},
{
protocol: "Polynomial",
cid: 6346,
},
{
protocol: "PoolTogether",
cid: 6351,
},
{
protocol: "QiDao",
cid: 6363,
},
{
protocol: "Quix",
cid: 6369,
},
{
protocol: "Rubicon",
cid: 6360,
},
{
protocol: "Stargate",
cid: 6340,
},
{
protocol: "Synapse",
cid: 6347,
},
{
protocol: "Synthetix",
cid: 6362,
},
{
protocol: "The Granary",
cid: 6367,
},
{
protocol: "Uniswap",
cid: 6343,
},
{
protocol: "Velodrome",
cid: 6344,
},
];
module.exports QUESTS = QUESTS