Skip to content

Commit

Permalink
feat: update stacks node config
Browse files Browse the repository at this point in the history
  • Loading branch information
leahjlou committed Oct 28, 2024
1 parent a235dc8 commit 5bcb79b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1330,8 +1330,6 @@ impl StacksDevnetApiK8sManager {
# Add orchestrator (docker-host) as an event observer
[[events_observer]]
endpoint = "{}:{}"
retry_count = 255
include_data_events = true
events_keys = ["*"]
"#,
bitcoind_chain_coordinator_host, chain_coordinator_ingestion_port
Expand All @@ -1342,8 +1340,6 @@ impl StacksDevnetApiK8sManager {
# Add stacks-blockchain-api as an event observer
[[events_observer]]
endpoint = "{}:{}"
retry_count = 255
include_data_events = false
events_keys = ["*"]
"#,
get_service_url(&namespace, StacksDevnetService::StacksBlockchainApi),
Expand All @@ -1370,8 +1366,6 @@ impl StacksDevnetApiK8sManager {
# Add stacks-signer-{} as an event observer
[[events_observer]]
endpoint = "{}:{}"
retry_count = 255
include_data_events = false
events_keys = ["stackerdb", "block_proposal", "burn_blocks"]
"#,
signer_idx.to_string(),
Expand Down

0 comments on commit 5bcb79b

Please sign in to comment.