From 809e2995fe3e163d65bd565f053ce43731e5b9e6 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Wed, 18 Oct 2023 12:31:06 +0400 Subject: [PATCH] Remove destination flag --- scripts/integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integration.sh b/scripts/integration.sh index 654d215d..f90cd50d 100755 --- a/scripts/integration.sh +++ b/scripts/integration.sh @@ -13,7 +13,7 @@ npx hardhat compile --force echo "Testing omnichain Swap" OMNI_SWAP_CONTRACT=$(npx hardhat deploy --network zeta_testnet --json | jq -r '.address') -OMNI_SWAP_TX=$(npx hardhat interact --contract $OMNI_SWAP_CONTRACT --network goerli_testnet --amount 0.01 --recipient $SENDER --target-token 0x48f80608B672DC30DC7e3dbBd0343c5F02C738Eb --destination mumbai_testnet --json | jq -r '.hash') +OMNI_SWAP_TX=$(npx hardhat interact --contract $OMNI_SWAP_CONTRACT --network goerli_testnet --amount 0.01 --recipient $SENDER --target-token 0x48f80608B672DC30DC7e3dbBd0343c5F02C738Eb --json | jq -r '.hash') echo $OMNI_SWAP_TX OMNI_SWAP_CCTX=$(npx hardhat cctx $OMNI_SWAP_TX --json) echo $OMNI_SWAP_CCTX