Skip to content

Commit

Permalink
feat: Erc20 escrow payment processor (complete w/tests). (#693)
Browse files Browse the repository at this point in the history
* feat: Payment-processing for erc20EscrowToPay smart-contract interactions
  • Loading branch information
Dadogg80 committed Dec 6, 2021
1 parent fa8bf9e commit 328debd
Show file tree
Hide file tree
Showing 6 changed files with 1,039 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/payment-processor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ 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 * as Escrow from './payment/erc20-escrow-payment';
import * as utils from './payment/utils';

export { utils };
Loading

0 comments on commit 328debd

Please sign in to comment.