diff --git a/scripts/test/omnichain_swap.sh b/scripts/test/omnichain_swap.sh index 55782be0..8dec3450 100755 --- a/scripts/test/omnichain_swap.sh +++ b/scripts/test/omnichain_swap.sh @@ -23,6 +23,4 @@ OMNI_SWAP_CONTRACT=$(npx hardhat deploy --network zeta_testnet --json | jq -r '. OMNI_SWAP_TX=$(npx hardhat interact --contract $OMNI_SWAP_CONTRACT --network goerli_testnet --amount 0.01 --recipient $SENDER --destination mumbai_testnet --json | jq -r '.hash') echo $OMNI_SWAP_TX OMNI_SWAP_CCTX=$(npx hardhat cctx $OMNI_SWAP_TX --json) -echo $OMNI_SWAP_CCTX - -popd \ No newline at end of file +echo $OMNI_SWAP_CCTX \ No newline at end of file