Skip to content

Commit

Permalink
echo ccm fee
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 28, 2023
1 parent 662fe48 commit acde645
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ echo "Deployed CCM contract address: $CCM_CONTRACT"

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')

echo "CCM TX hash: $CCM_TX"
Expand Down

0 comments on commit acde645

Please sign in to comment.