Skip to content

Commit

Permalink
fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Aug 25, 2023
1 parent 3afa55d commit bf47b46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"scripts": {
"start": "react-app-rewired start",
"build": "sed -i '/enableWorkerThreads/d' node_modules/terser-webpack-plugin/dist/index.js && react-app-rewired --max_old_space_size=6144 build",
"build": "sed -i '/enableWorkerThreads/d' node_modules/terser-webpack-plugin/dist/index.js && react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"format": "npx prettier --write ./src"
Expand Down
19 changes: 0 additions & 19 deletions src/hooks/useHandleTransfer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1237,25 +1237,6 @@ export function useHandleTransfer() {
maybeAdditionalPayload,
relayerFee
);
} else if (
sourceChain === CHAIN_ID_SEI &&
seiWallet &&
seiAddress &&
!!sourceAsset &&
decimals !== undefined &&
!!targetAddress
) {
sei(
dispatch,
enqueueSnackbar,
seiWallet,
sourceAsset,
amount,
decimals,
targetChain,
targetAddress,
relayerFee
);
} else if (
sourceChain === CHAIN_ID_XPLA &&
!!xplaWallet &&
Expand Down

0 comments on commit bf47b46

Please sign in to comment.