Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

external rewards, update campaigns and pools #383

Merged
merged 4 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/external-rewards/src/campaign-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
{
"campaign": "DLCLink.json"
},
{
"campaign": "Eigenlayer.json"
},
{
"campaign": "Mellow.json"
},
Expand Down
21 changes: 0 additions & 21 deletions packages/external-rewards/src/campaigns/Eigenlayer.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/external-rewards/src/campaigns/Renzo.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"campaignEnd": "1770000000",
"address": "0x3c1350aa6FaFF17c87Bde2015BBb45100D37dAD3",
"network": "ethereum",
"multiplier": "4",
"multiplier": "3",
"tags": ["points"],
"lock": "false"
},
Expand Down
2 changes: 0 additions & 2 deletions packages/external-rewards/src/campaigns/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import DLCLink from './DLCLink.json'
import Eigenlayer from './Eigenlayer.json'
import Elixir from './Elixir.json'
import Ethena from './Ethena.json'
import Etherfi from './Etherfi.json'
Expand All @@ -19,7 +18,6 @@ import SolvProtocol from './SolvProtocol.json';

export {
DLCLink,
Eigenlayer,
Elixir,
Ethena,
Etherfi,
Expand Down
Loading