Skip to content

Commit

Permalink
Merge pull request #1823 from climberNeedEquipment/feat/eisen
Browse files Browse the repository at this point in the history
feat: add linea and cronos chain for eisen
  • Loading branch information
dtmkeng committed Aug 26, 2024
2 parents 8f7bd0f + 3d8ab6a commit 8022d16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aggregators/eisen/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const FEE_COLLECTORS: TPool = {
[CHAIN.MANTLE]: ["0x31d6F212142D3B222EF11c9eBB6AF3569b8442EE"],
[CHAIN.BLAST]: ["0xd57Ed7F46D64Ec7b6f04E4A8409D88C55Ef8AA3b"],
[CHAIN.BITLAYER]: ["0x5722c0B501e7B9880F9bB13A14217851e45C454f"],
[CHAIN.LINEA]: ["0x206168f099013b9eAb979d3520cA00aAD453De55"],
[CHAIN.CRONOS]: ["0x0C15c845C4A970b284c0dd61Bcf01c4DC1117d0F"],
};

const START_BLOCKS = {
Expand All @@ -26,6 +28,8 @@ const START_BLOCKS = {
[CHAIN.MANTLE]: 1704067200,
[CHAIN.BLAST]: 1704067200,
[CHAIN.BITLAYER]: 1704067200,
[CHAIN.LINEA]: 1704067200,
[CHAIN.CRONOS]: 1704067200,
};

async function fetch({ getLogs, createBalances, chain }: FetchOptions) {
Expand Down

0 comments on commit 8022d16

Please sign in to comment.