Skip to content

Commit 89a0087

Browse files
committed
cleanup minor sdk
1 parent 3e4c577 commit 89a0087

File tree

6 files changed

+3
-9
lines changed

6 files changed

+3
-9
lines changed
File renamed without changes.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export * from "./contract";
22
export * from "./listener";
3-
export * from "./helper";
File renamed without changes.

packages/sdk/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from "./crossChainTransfer";
2-
export * from "./utils";
2+
export * from "./helper";
33
export * from "./sdk";

packages/sdk/src/sdk.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import {
2727
getVariantHashByInvariantData,
2828
TransactionManagerEvents,
2929
TransactionManagerListener,
30-
} from "./utils";
30+
} from "./helper";
3131

3232
declare const ethereum: any;
3333

@@ -232,7 +232,7 @@ export class NxtpSdk {
232232
router,
233233
sendingAssetId,
234234
receivingAssetId,
235-
sendingChainFallback: receivingAddress, // TODO: for now
235+
sendingChainFallback: user, // TODO: for now
236236
callTo: callTo ?? constants.AddressZero,
237237
receivingAddress,
238238
sendingChainId,

packages/sdk/src/utils/helper.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)