Skip to content

Commit

Permalink
feat: update adapter addresses for woo fi v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Verisana committed Mar 16, 2023
1 parent 33935f6 commit 091437a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions src/dex/woo-fi-v2/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,20 @@ export const WooFiV2Config: DexConfigMap<DexParams> = {
};

export const Adapters: Record<number, AdapterMappings> = {
[Network.OPTIMISM]: {
[SwapSide.SELL]: [{ name: 'OptimismAdapter01', index: 11 }],
},
[Network.BSC]: { [SwapSide.SELL]: [{ name: 'BscAdapter01', index: 13 }] },
[Network.AVALANCHE]: {
[SwapSide.SELL]: [{ name: 'AvalancheAdapter01', index: 12 }],
[Network.POLYGON]: {
[SwapSide.SELL]: [{ name: 'PolygonAdapter02', index: 4 }],
},
[Network.FANTOM]: {
[SwapSide.SELL]: [{ name: 'FantomAdapter01', index: 8 }],
},
[Network.POLYGON]: {
[SwapSide.SELL]: [{ name: 'PolygonAdapter02', index: 4 }],
[Network.ARBITRUM]: {
[SwapSide.SELL]: [{ name: 'ArbitrumAdapter02', index: 3 }],
},
[Network.AVALANCHE]: {
[SwapSide.SELL]: [{ name: 'AvalancheAdapter01', index: 12 }],
},

// TODO: Deploy new adapter for WooFiV2 on new chains and update this config
};

0 comments on commit 091437a

Please sign in to comment.