Skip to content

Commit

Permalink
Remove destination flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 18, 2023
1 parent e4ebd44 commit 809e299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 809e299

Please sign in to comment.