Skip to content

Commit 5f85b30

Browse files
authored
Merge pull request #2395 from andrewnguyen1997/master
Adding Berachain to Magpie Protocol
2 parents 6f02e3e + 2177ea7 commit 5f85b30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

aggregators/magpie/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ const fetch = async (_t: number, _: ChainBlocks, {chain, startOfDay}: FetchOptio
102102
runAtCurrTime: true,
103103
start: 1662595200,
104104
},
105+
[CHAIN.BERACHAIN]: {
106+
fetch: fetch,
107+
runAtCurrTime: true,
108+
start: 1739171605,
109+
},
105110
},
106111
};
107112

0 commit comments

Comments
 (0)