mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-10 18:03:12 +00:00
resolve conflicts after rebase
This commit is contained in:
parent
372bebab87
commit
6f4588902f
@ -37,7 +37,6 @@ services:
|
||||
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
|
||||
environment:
|
||||
- PRIVATE_KEY=${PRIVATE_KEY}
|
||||
- RLNV2=${RLNV2}
|
||||
- RPC_URL=${RPC_URL:-http://foundry:8545}
|
||||
entrypoint: sh
|
||||
command:
|
||||
@ -89,8 +88,8 @@ services:
|
||||
- ./run_nwaku.sh:/opt/run_nwaku.sh:Z
|
||||
- privatekeys-volume:/shared
|
||||
depends_on:
|
||||
- bootstrap
|
||||
- contract-repo-deployer
|
||||
contract-repo-deployer:
|
||||
condition: service_completed_successfully
|
||||
networks:
|
||||
- simulation
|
||||
|
||||
|
||||
@ -102,7 +102,6 @@ else
|
||||
echo "Private key: $private_key"
|
||||
|
||||
echo "Generating RLN keystore"
|
||||
|
||||
/usr/bin/wakunode generateRlnKeystore \
|
||||
--rln-relay-eth-client-address="$RPC_URL" \
|
||||
--rln-relay-eth-private-key=$private_key \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user