-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update wakusim.env for TWN config (#84)
* update wakusim.env for TWN config * update RLN_RELAY_MSG_LIMIT to 100
- Loading branch information
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |