Skip to content

Commit

Permalink
fix: data type in claimPayment CI
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Mar 19, 2024
1 parent e4c8d02 commit 52e1d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/claim_payment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "Initial MM balance: $MM_INITIAL_BALANCE"

echo "Withdrawing $AMOUNT"
cast send --rpc-url $ETHEREUM_RPC --private-key $ETHEREUM_PRIVATE_KEY \
$PAYMENT_REGISTRY_PROXY_ADDRESS "claimPayment(uint256, address, uint256)" \
$PAYMENT_REGISTRY_PROXY_ADDRESS "claimPayment(uint256, uint256, uint256)" \
"0" $DESTINATION_ADDRESS "$AMOUNT" \
--value $AMOUNT >> /dev/null

Expand Down

0 comments on commit 52e1d91

Please sign in to comment.