Reduce required token approval amount after _pricePerMessagePerEpoch decrease

This commit is contained in:
stubbsta 2025-11-18 13:05:28 +02:00
parent 487c992b85
commit 7cd581d7ca
No known key found for this signature in database

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