mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-02 14:03:07 +00:00
* Run deploy scripts for new incentivized contract and mint tokens per account * Add service to manage RLN contract token minting per nwaku service * Add token-mint-service as tool * revert back to sh instead of bash for contract deployer script * Add comments and code cleanup
19 lines
625 B
Bash
19 lines
625 B
Bash
# Env variables for metal-01.he-eu-hel1.misc.wakusim host.
|
|
NWAKU_IMAGE=harbor.status.im/wakuorg/nwaku:latest
|
|
# Network scaling.
|
|
NUM_NWAKU_NODES=50
|
|
# Simulation traffic.
|
|
MSG_SIZE_KBYTES=10
|
|
TRAFFIC_DELAY_SECONDS=6
|
|
# 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
|
|
# RLNv2 limits
|
|
RLN_RELAY_MSG_LIMIT=100
|
|
RLN_RELAY_EPOCH_SEC=600
|
|
RLN_CONTRACT_REPO_COMMIT=ad0dc9a81d892864ac2576d74e628ce93da592ef
|