Skip to content

Commit

Permalink
Merge pull request #2080 from pgrzesik/master
Browse files Browse the repository at this point in the history
feat: Add accurate chain coverage for zrx
  • Loading branch information
dtmkeng authored Nov 9, 2024
2 parents f161dde + 05c87e5 commit 55983d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aggregators/zrx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ const CHAINS: TChain = {
[CHAIN.ETHEREUM]: 1,
[CHAIN.OPTIMISM]: 10,
[CHAIN.POLYGON]: 137,
[CHAIN.BLAST]: 81457,
[CHAIN.LINEA]: 59144,
[CHAIN.SCROLL]: 534352,
[CHAIN.MANTLE]: 5000,
[CHAIN.MODE]: 34443,
};

const fetch = async (_a, _b, options: FetchOptions) => {
Expand Down

0 comments on commit 55983d8

Please sign in to comment.