Skip to content

Commit 5b79ca9

Browse files
authored
Merge pull request #2408 from andrewnguyen1997/master
Adding linea and ink to magpie protocol
2 parents a57f7c5 + 017683d commit 5b79ca9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

aggregators/magpie/index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,16 @@ const fetch = async (_t: number, _: ChainBlocks, {chain, startOfDay}: FetchOptio
107107
runAtCurrTime: true,
108108
start: 1739171605,
109109
},
110+
[CHAIN.LINEA]: {
111+
fetch: fetch,
112+
runAtCurrTime: true,
113+
start: 1739292820,
114+
},
115+
[CHAIN.INK]: {
116+
fetch: fetch,
117+
runAtCurrTime: true,
118+
start: 1739292820,
119+
},
110120
},
111121
};
112122

0 commit comments

Comments
 (0)