From 5d4f63ac1862ca4e4dd43b85f0ed36c38d8c9936 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Thu, 28 Sep 2023 22:15:45 +0400 Subject: [PATCH] remove jq --- scripts/integration.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/integration.sh b/scripts/integration.sh index 37feafd7..877cd385 100755 --- a/scripts/integration.sh +++ b/scripts/integration.sh @@ -77,8 +77,8 @@ CCM_FEE=$(npx hardhat fees --json | jq -r ".feesCCM.mumbai_testnet.totalFee") echo "CCM fee: $CCM_FEE" -CCM_TX=$(npx hardhat interact --network goerli_testnet --contract $CCM_CONTRACT --message "Hello World" --destination mumbai_testnet --amount $CCM_FEE --json | jq -r '.hash') +npx hardhat interact --network goerli_testnet --contract $CCM_CONTRACT --message "Hello World" --destination mumbai_testnet --amount $CCM_FEE --json -echo "CCM TX hash: $CCM_TX" +# echo "CCM TX hash: $CCM_TX" -CCM_CCTX=$(npx hardhat cctx $CCM_TX --json) \ No newline at end of file +# CCM_CCTX=$(npx hardhat cctx $CCM_TX --json) \ No newline at end of file