File tree Expand file tree Collapse file tree 6 files changed +3
-9
lines changed Expand file tree Collapse file tree 6 files changed +3
-9
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
export * from "./contract" ;
2
2
export * from "./listener" ;
3
- export * from "./helper" ;
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
export * from "./crossChainTransfer" ;
2
- export * from "./utils " ;
2
+ export * from "./helper " ;
3
3
export * from "./sdk" ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import {
27
27
getVariantHashByInvariantData ,
28
28
TransactionManagerEvents ,
29
29
TransactionManagerListener ,
30
- } from "./utils " ;
30
+ } from "./helper " ;
31
31
32
32
declare const ethereum : any ;
33
33
@@ -232,7 +232,7 @@ export class NxtpSdk {
232
232
router,
233
233
sendingAssetId,
234
234
receivingAssetId,
235
- sendingChainFallback : receivingAddress , // TODO: for now
235
+ sendingChainFallback : user , // TODO: for now
236
236
callTo : callTo ?? constants . AddressZero ,
237
237
receivingAddress,
238
238
sendingChainId,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments