devnet: Add new command line flags for native Solana poller

This commit is contained in:
Leo 2021-01-21 11:40:58 +01:00
parent fd6c54de83
commit b5d8993f44
2 changed files with 10 additions and 1 deletions

View File

@ -75,6 +75,12 @@ spec:
- /run/bridge/agent.sock - /run/bridge/agent.sock
- --ethConfirmations - --ethConfirmations
- '2' - '2'
- --solanaBridgeAddress
- Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o
- --solanaWS
- ws://solana-devnet:8900
- --solanaRPC
- http://solana-devnet:8899
- --unsafeDevMode - --unsafeDevMode
- --bridgeKey - --bridgeKey
- /tmp/bridge.key - /tmp/bridge.key

View File

@ -140,7 +140,10 @@ ExecStart=/usr/local/bin/guardiand bridge \
--bridgeKey /path/to/your/guardian.key \ --bridgeKey /path/to/your/guardian.key \
--ethRPC ws://your-eth-node:8545 \ --ethRPC ws://your-eth-node:8545 \
--adminSocket /run/guardiand/admin.socket \ --adminSocket /run/guardiand/admin.socket \
--agentRPC /run/guardiand/agent.socket --agentRPC /run/guardiand/agent.socket \
--solanaBridgeAddress "<see launch repo>" \
--solanaRPC http://solana-host:8899 \
--solanaWS ws://solana-devnet:8900
RuntimeDirectory=guardiand RuntimeDirectory=guardiand
RuntimeDirectoryMode=700 RuntimeDirectoryMode=700
RuntimeDirectoryPreserve=yes RuntimeDirectoryPreserve=yes