mirror of
https://github.com/waku-org/nwaku-compose.git
synced 2025-01-24 06:21:26 +00:00
Merge pull request #20 from waku-org/bug/fix-path-rln-registration
fic(rln): fix volume path, bash nitpicks
This commit is contained in:
commit
899a0c0323
@ -8,10 +8,10 @@ fi
|
|||||||
|
|
||||||
# TODO: Set nwaku release when ready instead of quay
|
# TODO: Set nwaku release when ready instead of quay
|
||||||
|
|
||||||
docker run -v $pwd/keystore:/keystore/:Z quay.io/wakuorg/nwaku-pr:2189 generateRlnKeystore \
|
docker run -v $(pwd)/keystore:/keystore/:Z quay.io/wakuorg/nwaku-pr:2189 generateRlnKeystore \
|
||||||
--rln-relay-eth-client-address=$ETH_CLIENT_ADDRESS \
|
--rln-relay-eth-client-address=${ETH_CLIENT_ADDRESS} \
|
||||||
--rln-relay-eth-private-key=$ETH_TESTNET_KEY \
|
--rln-relay-eth-private-key=${ETH_TESTNET_KEY} \
|
||||||
--rln-relay-eth-contract-address=0xF471d71E9b1455bBF4b85d475afb9BB0954A29c4 \
|
--rln-relay-eth-contract-address=0xF471d71E9b1455bBF4b85d475afb9BB0954A29c4 \
|
||||||
--rln-relay-cred-path=/keystore/keystore.json \
|
--rln-relay-cred-path=/keystore/keystore.json \
|
||||||
--rln-relay-cred-password=$KEYSTORE_PASSWORD \
|
--rln-relay-cred-password=${KEYSTORE_PASSWORD} \
|
||||||
--execute
|
--execute
|
Loading…
x
Reference in New Issue
Block a user