Skip to content

Commit

Permalink
Merge pull request DefiLlama#2395 from andrewnguyen1997/master
Browse files Browse the repository at this point in the history
Adding Berachain to Magpie Protocol
  • Loading branch information
dtmkeng authored Feb 10, 2025
2 parents 6f02e3e + 2177ea7 commit 5f85b30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aggregators/magpie/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ const fetch = async (_t: number, _: ChainBlocks, {chain, startOfDay}: FetchOptio
runAtCurrTime: true,
start: 1662595200,
},
[CHAIN.BERACHAIN]: {
fetch: fetch,
runAtCurrTime: true,
start: 1739171605,
},
},
};

Expand Down

0 comments on commit 5f85b30

Please sign in to comment.