Skip to content

Commit

Permalink
Update wakusim.env for TWN config (#84)
Browse files Browse the repository at this point in the history
* update wakusim.env for TWN config

* update RLN_RELAY_MSG_LIMIT to 100
  • Loading branch information
stubbsta authored Jul 8, 2024
1 parent bc93956 commit 16e0e2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion run_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exec /usr/bin/wakunode\
--dns-discovery=true\
--discv5-discovery=true\
--discv5-enr-auto-update=True\
--log-level=INFO\
--log-level=DEBUG\
--metrics-server=True\
--metrics-server-address=0.0.0.0\
--nodekey=30348dd51465150e04a5d9d932c72864c8967f806cce60b5d26afeca1e77eb68\
Expand Down
11 changes: 5 additions & 6 deletions wakusim.env
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Env variables for metal-01.he-eu-hel1.wakusim.misc host.
NWAKU_IMAGE=quay.io/wakuorg/nwaku-pr:2759-rln-v2
NWAKU_IMAGE=harbor.status.im/wakuorg/nwaku:latest
# Network scaling.
NUM_NWAKU_NODES=50
# Simulation traffic.
MSG_PER_SECOND=10
MSG_SIZE_KBYTES=10
TRAFFIC_DELAY_SECONDS=15
TRAFFIC_DELAY_SECONDS=30
# Enable automatic Docker image updates.
WATCHTOWER_ENABLED=true
# Anvil RPC Node external IP and port
RPC_URL=http://foundry:8545
# Contract-deployment
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
ETH_FROM=0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266
MAX_MESSAGE_LIMIT=30
MAX_MESSAGE_LIMIT=100
# RLNv2 limits
RLN_RELAY_MSG_LIMIT=10
RLN_RELAY_EPOCH_SEC=60
RLN_RELAY_MSG_LIMIT=100
RLN_RELAY_EPOCH_SEC=600

0 comments on commit 16e0e2c

Please sign in to comment.