From 96e43d64f01449c244c9cded4938b9adeb47aaa5 Mon Sep 17 00:00:00 2001 From: Tanya S <120410716+stubbsta@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:01:12 +0200 Subject: [PATCH] Update contract limit and rest traffic commit (#79) * update contract val to be replaced with MAX-MESSAGE_LIMIT * update image commit for rest-traffic --- deploy_rln_contract.sh | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy_rln_contract.sh b/deploy_rln_contract.sh index fe75162..c92c7e6 100644 --- a/deploy_rln_contract.sh +++ b/deploy_rln_contract.sh @@ -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..." diff --git a/docker-compose.yml b/docker-compose.yml index 2293aa5..d15b013 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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}