-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
34 lines (25 loc) · 957 Bytes
/
config.yml
File metadata and controls
34 lines (25 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Reader and Writer
protocol-id: "lEdge"
zmq-endpoint-raw-block: "tcp://0.0.0.0:29000"
zmq-endpoint-hash-block: "tcp://0.0.0.0:29000"
zmq-endpoint-data-block: "tcp://0.0.0.0:40006"
# Writer Only -----
enable-writer: true # run writer service
write-interval-blocks: 64 # Configure write op. frequency
layer-edge-rpc:
http: "https://testnet-rpc.layeredge.io/"
wss: "wss://testnet-rpc.layeredge.io/"
private-key:
internal: "get-from-env" # PRIVATE_KEY_INTERNAL
signer: "get-from-env" # PRIVATE_KEY_SIGNER
relayer:
host: "localhost:18443"
user: "rishabh"
pass: "LT8qjx7hkw4pPYosLEI40qAMuEICD4-TGnG6mPMnMIw"
bitcoin-cli-path: "/usr/bin/bitcoin-cli"
bash-script-path: "/home/ubuntu/repo/bitcoin-da/scripts"
cosmos:
chainId: "dd88c532eea9baed321677054cbc51582167a174"
rpcEndpoint: "http://34.31.74.109:26657/"
accountPrefix: "layeredge"
postgres-connection-uri: "postgres://user:password@localhost:5432/le-proofs?sslmode=disable"