Skip to content

Commit 3f3f4ce

Browse files
authored
Merge pull request #867 from curvefi/task/external-rewards-update-campaigns
External rewards: update campaigns
2 parents 4fbdd46 + d49fffb commit 3f3f4ce

File tree

4 files changed

+62
-12
lines changed

4 files changed

+62
-12
lines changed

packages/external-rewards/src/campaign-list.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,8 @@
8585
},
8686
{
8787
"campaign": "Taiko.json"
88+
},
89+
{
90+
"campaign": "Zunami.json"
8891
}
8992
]

packages/external-rewards/src/campaigns/Ethena.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{
4545
"id": "null",
4646
"action": "lp",
47-
"description": "LP tokens staked in gauge excluded from Ethena campaign",
47+
"description": "LP tokens staked in gauge are excluded from Ethena campaign",
4848
"campaignStart": "0",
4949
"campaignEnd": "1770000000",
5050
"address": "0x1c34204fcfe5314dcf53be2671c02c35db58b4e3",
@@ -80,7 +80,7 @@
8080
{
8181
"id": "null",
8282
"action": "lp",
83-
"description": "LP tokens staked in gauge excluded from Ethena campaign",
83+
"description": "LP tokens staked in gauge are excluded from Ethena campaign",
8484
"campaignStart": "0",
8585
"campaignEnd": "1770000000",
8686
"address": "0x096a8865367686290639bc50bf8d85c0110d9fea",
@@ -104,7 +104,7 @@
104104
{
105105
"id": "null",
106106
"action": "lp",
107-
"description": "LP tokens staked in gauge excluded from Ethena campaign",
107+
"description": "LP tokens staked in gauge are excluded from Ethena campaign",
108108
"campaignStart": "0",
109109
"campaignEnd": "1770000000",
110110
"address": "0xd29f8980852c2c76fc3f6e96a7aa06e0bedcc1b1",
@@ -116,7 +116,7 @@
116116
{
117117
"id": "null",
118118
"action": "lp",
119-
"description": "LP tokens staked in gauge excluded from Ethena campaign",
119+
"description": "LP tokens staked in gauge are excluded from Ethena campaign",
120120
"campaignStart": "0",
121121
"campaignEnd": "1770000000",
122122
"address": "0x68984391a8ce6203067ee65ff7eed38c7e0d2d88",
@@ -128,7 +128,7 @@
128128
{
129129
"id": "null",
130130
"action": "lp",
131-
"description": "LP tokens staked in gauge excluded from Ethena campaign",
131+
"description": "LP tokens staked in gauge are excluded from Ethena campaign",
132132
"campaignStart": "0",
133133
"campaignEnd": "1770000000",
134134
"address": "0x8b4e5263e8d6cc0bbf31edf14491fc6077b88229",
@@ -140,7 +140,7 @@
140140
{
141141
"id": "null",
142142
"action": "lp",
143-
"description": "LP tokens staked in gauge excluded from Ethena campaign",
143+
"description": "LP tokens staked in gauge are excluded from Ethena campaign",
144144
"campaignStart": "0",
145145
"campaignEnd": "1770000000",
146146
"address": "0x1e199dbe1f7aa237282fe941d5bcc3b167c8ce48",
@@ -164,7 +164,7 @@
164164
{
165165
"id": "null",
166166
"action": "lp",
167-
"description": "LP tokens staked in gauge excluded from Ethena campaign",
167+
"description": "LP tokens staked in gauge are excluded from Ethena campaign",
168168
"campaignStart": "0",
169169
"campaignEnd": "1770000000",
170170
"address": "0x4b5e827f4c0a1042272a11857a355da1f4ceebae",
@@ -176,7 +176,7 @@
176176
{
177177
"id": "null",
178178
"action": "lp",
179-
"description": "LP tokens staked in gauge excluded from Ethena campaign",
179+
"description": "LP tokens staked in gauge are excluded from Ethena campaign",
180180
"campaignStart": "0",
181181
"campaignEnd": "1770000000",
182182
"address": "0x59a06b97b2d566b9dee2a368eac8787cfa57f95d",
@@ -188,7 +188,7 @@
188188
{
189189
"id": "null",
190190
"action": "lp",
191-
"description": "LP tokens staked in gauge excluded from Ethena campaign",
191+
"description": "LP tokens staked in gauge are excluded from Ethena campaign",
192192
"campaignStart": "0",
193193
"campaignEnd": "1770000000",
194194
"address": "0x3bd1017929b43c1414be2aca39892590fba4d6e2",
@@ -200,7 +200,7 @@
200200
{
201201
"id": "null",
202202
"action": "lp",
203-
"description": "LP tokens staked in gauge excluded from Ethena campaign",
203+
"description": "LP tokens staked in gauge are excluded from Ethena campaign",
204204
"campaignStart": "0",
205205
"campaignEnd": "1770000000",
206206
"address": "0xdbb1d219d84eacefb850ee04cacf2f1830934580",
@@ -212,7 +212,7 @@
212212
{
213213
"id": "null",
214214
"action": "lp",
215-
"description": "LP tokens staked in gauge excluded from Ethena campaign",
215+
"description": "LP tokens staked in gauge are excluded from Ethena campaign",
216216
"campaignStart": "0",
217217
"campaignEnd": "1770000000",
218218
"address": "0x3cef1afc0e8324b57293a6e7ce663781bbefbb79",
@@ -224,7 +224,7 @@
224224
{
225225
"id": "null",
226226
"action": "lp",
227-
"description": "LP tokens staked in gauge excluded from Ethena campaign",
227+
"description": "LP tokens staked in gauge are excluded from Ethena campaign",
228228
"campaignStart": "0",
229229
"campaignEnd": "1770000000",
230230
"address": "0x5b03cccab7ba3010fa5cad23746cbf0794938e96",
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"campaignName": "ZUN",
3+
"platform": "Zunami",
4+
"description": "External token rewards for providing liquidity.",
5+
"platformImageId": "zun.png",
6+
"dashboardLink": "https://app.zunami.io/earn",
7+
"pools": [
8+
{
9+
"id": "null",
10+
"action": "lp",
11+
"description": "Deposit your Curve LP tokens on Zunami protocol and earn ZUN rewards. For more information please visit Zunami protocol.",
12+
"campaignStart": "0",
13+
"campaignEnd": "1770000000",
14+
"address": "0x17D964DA2bD337CfEaEd30a27c9Ab6580676E730",
15+
"network": "ethereum",
16+
"multiplier": "ZUN",
17+
"tags": ["tokens"],
18+
"lock": "false"
19+
},
20+
{
21+
"id": "null",
22+
"action": "lp",
23+
"description": "Deposit your Curve LP tokens on Zunami protocol and earn ZUN rewards. For more information please visit Zunami protocol.",
24+
"campaignStart": "0",
25+
"campaignEnd": "1770000000",
26+
"address": "0x13eA95Ce68185e334d3747539845A3b7643a8cab",
27+
"network": "ethereum",
28+
"multiplier": "ZUN",
29+
"tags": ["tokens"],
30+
"lock": "false"
31+
},
32+
{
33+
"id": "null",
34+
"action": "lp",
35+
"description": "Deposit your Curve LP tokens on Zunami protocol and earn ZUN rewards. For more information please visit Zunami protocol.",
36+
"campaignStart": "0",
37+
"campaignEnd": "1770000000",
38+
"address": "0x6fBc5Ddc181240Cb1d9bcEc6Fdea429036818035",
39+
"network": "ethereum",
40+
"multiplier": "ZUN",
41+
"tags": ["tokens"],
42+
"lock": "false"
43+
}
44+
]
45+
}

packages/external-rewards/src/campaigns/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import Usual from './Usual.json'
2727
import Vnx from './Vnx.json'
2828
import YieldFi from './YieldFi.json'
2929
import YieldNest from './YieldNest.json'
30+
import Zunami from './Zunami.json'
3031

3132
export {
3233
DLCLink,
@@ -58,4 +59,5 @@ export {
5859
Bills,
5960
StableLabs,
6061
Taiko,
62+
Zunami,
6163
}

0 commit comments

Comments
 (0)