Skip to content

Commit

Permalink
add mocknet config to sample/conf dir
Browse files Browse the repository at this point in the history
  • Loading branch information
wileyj committed Feb 11, 2025
1 parent 915e314 commit a271ce3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sample/conf/mocknet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[node]
# working_dir = "/dir/to/save/chainstate" # defaults to: /tmp/stacks-node-[0-9]*
rpc_bind = "0.0.0.0:20443"
p2p_bind = "0.0.0.0:20444"
prometheus_bind = "0.0.0.0:9153"

[burnchain]
mode = "mocknet"

# Used for sending events to a local stacks-blockchain-api service
# [[events_observer]]
# endpoint = "localhost:3700"
# events_keys = ["*"]

0 comments on commit a271ce3

Please sign in to comment.