Skip to content

Commit

Permalink
remove adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Nov 29, 2024
1 parent e2249ba commit c750daf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dex/swaap-v2/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,4 @@ export const Adapters: Record<number, AdapterMappings> = {
[SwapSide.SELL]: [{ name: 'OptimismAdapter02', index: 2 }],
[SwapSide.BUY]: [{ name: 'OptimismBuyAdapter', index: 7 }],
},
[Network.AVALANCHE]: {
// [SwapSide.SELL]: [{ name: 'AvaalancheAdapterXX', index: XX }],
// [SwapSide.BUY]: [{ name: 'AvalancheBuyAdapter', index: XX }],
},
};

0 comments on commit c750daf

Please sign in to comment.