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:
parent
2d9dc39ace
commit
96e43d64f0
|
@ -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..."
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue