Skip to content

Commit

Permalink
feat(BACK-1264): add adapters for UniswapV3 Base
Browse files Browse the repository at this point in the history
  • Loading branch information
paraschiv-razvan committed Sep 8, 2023
1 parent 8bea93a commit d47a277
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dex/uniswap-v3/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,8 @@ export const Adapters: Record<number, AdapterMappings> = {
[SwapSide.SELL]: [{ name: 'AvalancheAdapter02', index: 5 }],
[SwapSide.BUY]: [{ name: 'AvalancheBuyAdapter', index: 6 }],
},
[Network.BASE]: {
[SwapSide.SELL]: [{ name: 'BaseAdapter01', index: 1 }],
[SwapSide.BUY]: [{ name: 'BaseBuyAdapter', index: 1 }],
},
};

0 comments on commit d47a277

Please sign in to comment.