Reduce required token approval amount (#183)

This commit is contained in:
Tanya S 2025-11-19 10:07:26 +02:00 committed by GitHub
parent 487c992b85
commit e14b8747f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ for arg in "$@"; do
done
RLN_CONTRACT_ADDRESS=0xB9cd878C90E49F797B4431fBF4fb333108CB90e6
TST_AMOUNT_WEI=5000000000000000000
TST_AMOUNT_WEI=500000000000000000
# Approve
if [ "$NEED_APPROVAL" = "1" ]; then