Update contract limit and rest traffic commit (#79)

* update contract val to be replaced with MAX-MESSAGE_LIMIT

* update image commit for rest-traffic
This commit is contained in:
Tanya S 2024-06-27 11:01:12 +02:00 committed by GitHub
parent 2d9dc39ace
commit 96e43d64f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

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..."

View File

@ -98,7 +98,7 @@ services:
- simulation
rest-traffic:
image: alrevuelta/rest-traffic:d936446
image: alrevuelta/rest-traffic:6992bb5
command:
--multiple-nodes=http://waku-simulator_nwaku_[1..${NUM_NWAKU_NODES:-5}]:8645
--msg-size-kbytes=${MSG_SIZE_KBYTES:-10}