Skip to content

Commit

Permalink
feat: turn off woo-fi
Browse files Browse the repository at this point in the history
  • Loading branch information
Verisana committed Jan 11, 2023
1 parent 020ef8b commit a94a5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dex/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { MakerPsm } from './maker-psm/maker-psm';
import { KyberDmm } from './kyberdmm/kyberdmm';
import { Platypus } from './platypus/platypus';
import { GMX } from './gmx/gmx';
import { WooFi } from './woo-fi/woo-fi';
// import { WooFi } from './woo-fi/woo-fi';
import { ParaSwapLimitOrders } from './paraswap-limit-orders/paraswap-limit-orders';
import { AugustusRFQOrder } from './augustus-rfq';
import { Solidly } from './solidly/solidly';
Expand Down Expand Up @@ -99,7 +99,7 @@ const Dexes = [
Platypus,
GMX,
JarvisV6,
WooFi,
// WooFi,
ParaSwapLimitOrders,
Solidly,
SpiritSwapV2,
Expand Down

0 comments on commit a94a5f1

Please sign in to comment.