Skip to content

Commit 5b773d4

Browse files
committed
adding commented event_observer for mainnet
1 parent 5574a17 commit 5b773d4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

testnet/stacks-node/conf/mainnet-follower-conf.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,12 @@ peer_host = "127.0.0.1"
1313
# endpoint = "localhost:3700"
1414
# events_keys = ["*"]
1515
# timeout_ms = 60_000
16+
17+
# Used if running a local stacks-signer service
18+
# [[events_observer]]
19+
# endpoint = "127.0.0.1:30000"
20+
# events_keys = ["stackerdb", "block_proposal", "burn_blocks"]
21+
22+
# Used if running a local stacks-signer service
23+
# [connection_options]
24+
# auth_token = "" # fill with a unique password

0 commit comments

Comments
 (0)