Skip to content

Commit

Permalink
get base adapter back
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Oct 19, 2023
1 parent c279138 commit fecddc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dex/solidly/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,7 @@ export const Adapters: Record<number, AdapterMappings> = {
[Network.ARBITRUM]: {
[SwapSide.SELL]: [{ name: 'ArbitrumAdapter02', index: 1 }], // chronos, ramses
},
[Network.BASE]: {
[SwapSide.SELL]: [{ name: 'BaseAdapter01', index: 3 }], // aerodrome, equalizer
},
};

0 comments on commit fecddc6

Please sign in to comment.