Skip to content

Commit

Permalink
Merge pull request #1697 from Dongminh1997/magpie
Browse files Browse the repository at this point in the history
Adding more chains to Magpie Protocol
  • Loading branch information
dtmkeng committed Jul 23, 2024
2 parents 0696d9a + c82f7a5 commit 3fa6cd7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions aggregators/magpie/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,41 @@ const fetch = async (timestamp: number, _: ChainBlocks, {chain}: FetchOptions):
runAtCurrTime: true,
start: 1662595200,
},
[CHAIN.SCROLL]: {
fetch: fetch,
runAtCurrTime: true,
start: 1662595200,
},
[CHAIN.MANTA]: {
fetch: fetch,
runAtCurrTime: true,
start: 1662595200,
},
[CHAIN.TAIKO]: {
fetch: fetch,
runAtCurrTime: true,
start: 1662595200,
},
[CHAIN.POLYGON_ZKEVM]: {
fetch: fetch,
runAtCurrTime: true,
start: 1662595200,
},
[CHAIN.BLAST]: {
fetch: fetch,
runAtCurrTime: true,
start: 1662595200,
},
[CHAIN.METIS]: {
fetch: fetch,
runAtCurrTime: true,
start: 1662595200,
},
[CHAIN.FANTOM]: {
fetch: fetch,
runAtCurrTime: true,
start: 1662595200,
},
},
isExpensiveAdapter: true,
};
Expand Down

0 comments on commit 3fa6cd7

Please sign in to comment.