resolve conflicts after rebase

This commit is contained in:
stubbsta 2024-05-30 15:16:51 +02:00
parent 372bebab87
commit 6f4588902f
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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 \