Skip to content

Commit

Permalink
fix: export methods
Browse files Browse the repository at this point in the history
  • Loading branch information
leoslr committed Feb 21, 2022
1 parent 22ae5b2 commit 1782176
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/payment-processor/src/index.ts
Expand Up @@ -12,6 +12,8 @@ export * from './payment/swap-any-to-erc20';
export * from './payment/swap-erc20';
export * from './payment/swap-erc20-fee-proxy';
export * from './payment/conversion-erc20';
export * from './payment/any-to-erc20-proxy';
export * from './payment/any-to-eth-proxy';
export * as Escrow from './payment/erc20-escrow-payment';
import * as utils from './payment/utils';

Expand Down

0 comments on commit 1782176

Please sign in to comment.