Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Sep 18, 2024
1 parent 720a253 commit 0f45384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dexs/dexswap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const startDate = 1684702800;


const feeAdapter = uniV2Exports({
[CHAIN.CORE]: { factory: FACTORY_ADDRESS, },
}).adapter[CHAIN.CORE].fetch
[CHAIN.ARBITRUM]: { factory: FACTORY_ADDRESS, },
}).adapter[CHAIN.ARBITRUM].fetch


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

0 comments on commit 0f45384

Please sign in to comment.