From df6f033406487c7235fd438c65c092f9318d7402 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Tue, 22 Jul 2025 10:53:48 +0200 Subject: [PATCH] Update register_rln.sh Co-authored-by: fryorcraken <110212804+fryorcraken@users.noreply.github.com> --- register_rln.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register_rln.sh b/register_rln.sh index 298177c..10312d6 100755 --- a/register_rln.sh +++ b/register_rln.sh @@ -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" \