Skip to content

Commit

Permalink
fix(claim_payment.sh): call clayPayment instead of withdraw
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce committed Feb 6, 2024
1 parent 5e58bed commit bc810bb
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 @@ -11,7 +11,7 @@ echo "Initial MM balance: $MM_INITIAL_BALANCE"

echo "Withdrawing $AMOUNT"
cast send --rpc-url $ETH_RPC_URL --private-key $ETH_PRIVATE_KEY \
$PAYMENT_REGISTRY_PROXY_ADDRESS "withdraw(uint256, uint256, uint256)" \
$PAYMENT_REGISTRY_PROXY_ADDRESS "claimPayment(uint256, uint256, uint256)" \
"0" "642829559307850963015472508762062935916233390536" "$AMOUNT" \
--value $AMOUNT >> /dev/null

Expand Down

0 comments on commit bc810bb

Please sign in to comment.