update contract val to be replaced with MAX-MESSAGE_LIMIT

This commit is contained in:
stubbsta 2024-06-27 10:37:31 +02:00
parent 2d9dc39ace
commit bcca6d29f6
No known key found for this signature in database

View File

@ -16,7 +16,7 @@ fi
cd /waku-rlnv2-contract
#3. Replace the hardcoded MAX_MESSAGE_LIMIT
sed -i "s/\b20\b/${MAX_MESSAGE_LIMIT}/g" script/Deploy.s.sol
sed -i "s/\b100\b/${MAX_MESSAGE_LIMIT}/g" script/Deploy.s.sol
# 4. Compile
echo "forge install..."