Skip to content

Commit 8180cd2

Browse files
authored
fix(payment-processor): missing NEAR conversion import (#934)
1 parent 464a63a commit 8180cd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/payment-processor/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export * from './payment/erc20-fee-proxy';
66
export * from './payment/erc777-stream';
77
export * from './payment/eth-input-data';
88
export * from './payment/near-input-data';
9+
export * from './payment/near-conversion';
910
export * from './payment/eth-proxy';
1011
export * from './payment/eth-fee-proxy';
1112
export * from './payment/batch-proxy';

0 commit comments

Comments
 (0)