Skip to content

Commit

Permalink
Add Carbon to index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagofilipenunes committed Jul 4, 2023
1 parent d4e933d commit e4365fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dex/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ import { TraderJoeV2 } from './trader-joe-v2';
import { SpiritSwapV3 } from './quickswap/spiritswap-v3';
import { TraderJoeV21 } from './trader-joe-v2.1';
import { PancakeswapV3 } from './pancakeswap-v3/pancakeswap-v3';
import { Carbon } from './carbon/carbon';

const LegacyDexes = [
CurveV2,
Expand Down Expand Up @@ -129,6 +130,7 @@ const Dexes = [
Hashflow,
MaverickV1,
Camelot,
Carbon,
];

export type LegacyDexConstructor = new (dexHelper: IDexHelper) => IDexTxBuilder<
Expand Down

0 comments on commit e4365fa

Please sign in to comment.