Update register_rln.sh

Co-authored-by: fryorcraken <110212804+fryorcraken@users.noreply.github.com>
This commit is contained in:
Ivan FB 2025-07-22 10:53:48 +02:00 committed by GitHub
parent fe2539d1cf
commit df6f033406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ then
fi
# Approve
echo "\nAprove to spend the test tokens"
echo "\nApprove to spend the test tokens"
if ! cast send "$TOKEN_CONTRACT_ADDRESS" "approve(address,uint256)" \
"$RLN_CONTRACT_ADDRESS" "$TTT_AMOUNT_WEI" \
--private-key "$ETH_TESTNET_KEY" \