Skip to content

Commit

Permalink
Export types that I am using for arbitrum bot
Browse files Browse the repository at this point in the history
  • Loading branch information
capezzbr committed May 3, 2023
1 parent e926b35 commit 0d7496e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@ export { IDex } from './dex/idex';
export { ConfigHelper } from './config';

export { SlippageCheckError } from './dex/generic-rfq/types';
export { generateConfig, ConfigHelper } from './config';

export { MultiWrapper } from './lib/multi-wrapper';
export { PromiseScheduler } from './lib/promise-scheduler';
export { LimitOrderExchange } from './dex/limit-order-exchange';
// export const multiABIV2 = require('./abi/multi-v2.json');
export { default as multiABIV2 } from './abi/multi-v2.json';
export { default as Web3 } from 'web3';
export { GMX } from './dex/gmx/gmx';
export { GMXConfig } from './dex/gmx/config';
export { ILimitOrderProvider } from './dex-helper/ilimit-order-provider';

0 comments on commit 0d7496e

Please sign in to comment.