mirror of
https://github.com/logos-messaging/go-waku-compose.git
synced 2026-01-04 05:53:07 +00:00
Merge pull request #19 from waku-org/fix-passing-full-path-for-rln-keystore
fix: using full path for RLN keystore
This commit is contained in:
commit
8753a94236
@ -8,7 +8,7 @@ fi
|
|||||||
|
|
||||||
# TODO: Set nwaku release when ready instead of quay
|
# TODO: Set nwaku release when ready instead of quay
|
||||||
|
|
||||||
docker run -v ./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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user