mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-02 14:03:07 +00:00
update contract val to be replaced with MAX-MESSAGE_LIMIT
This commit is contained in:
parent
2d9dc39ace
commit
bcca6d29f6
@ -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..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user