Skip to content

Commit

Permalink
cctx
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 27, 2023
1 parent f40129b commit d73c284
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ echo "Deployed contract address: $ADDRESS"

TX=$(npx hardhat interact --contract $ADDRESS --network goerli_testnet --amount 0.000000000000000001 --target-z-r-c20 $ADDRESS --recipient $ADDRESS --min-amount-out 0 --json | jq -r '.hash')

npx hardhat cctx $TX
echo "Transaction hash: $TX"

CCTX=$(npx hardhat cctx $TX --json)

echo "CCTX: $CCTX"

git reset --hard HEAD
npx hardhat messaging CrossChainMessage
Expand Down

0 comments on commit d73c284

Please sign in to comment.