Skip to content

Commit

Permalink
fix tx var
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 27, 2023
1 parent c0f3c17 commit fe20443
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 @@ -47,7 +47,7 @@ TX_SHOULD_SUCCEED=$(npx hardhat interact --contract $ADDRESS --network goerli_te

echo "TX hash: $TX_SHOULD_SUCCEED"

CCTX_SHOULD_SUCCEED=$(npx hardhat cctx $TX --json)
CCTX_SHOULD_SUCCEED=$(npx hardhat cctx $TX_SHOULD_SUCCEED --json)

echo "CCTX: $CCTX_SHOULD_SUCCEED"

Expand Down

0 comments on commit fe20443

Please sign in to comment.