Skip to content

Commit

Permalink
Merge pull request #5300 from stacks-network/fix/use-config-chain-id
Browse files Browse the repository at this point in the history
feat: make `chain_id` configurable
  • Loading branch information
jferrant authored Oct 14, 2024
2 parents a2dcd4c + d5d36c1 commit f427505
Show file tree
Hide file tree
Showing 19 changed files with 2,178 additions and 666 deletions.
1 change: 0 additions & 1 deletion testnet/stacks-node/conf/local-follower-conf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ peer_port = 18444
# Used for sending events to a local stacks-blockchain-api service
# [[events_observer]]
# endpoint = "localhost:3700"
# retry_count = 255
# events_keys = ["*"]

[[ustx_balance]]
Expand Down
1 change: 0 additions & 1 deletion testnet/stacks-node/conf/mainnet-follower-conf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ peer_port = 8333
# Used for sending events to a local stacks-blockchain-api service
# [[events_observer]]
# endpoint = "localhost:3700"
# retry_count = 255
# events_keys = ["*"]
1 change: 0 additions & 1 deletion testnet/stacks-node/conf/mocknet-follower-conf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ mode = "mocknet"
# Used for sending events to a local stacks-blockchain-api service
# [[events_observer]]
# endpoint = "localhost:3700"
# retry_count = 255
# events_keys = ["*"]

[[ustx_balance]]
Expand Down
1 change: 0 additions & 1 deletion testnet/stacks-node/conf/regtest-follower-conf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ peer_port = 18444
# Used for sending events to a local stacks-blockchain-api service
# [[events_observer]]
# endpoint = "localhost:3700"
# retry_count = 255
# events_keys = ["*"]

[[ustx_balance]]
Expand Down
1 change: 0 additions & 1 deletion testnet/stacks-node/conf/testnet-follower-conf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ peer_port = 18333
# Used for sending events to a local stacks-blockchain-api service
# [[events_observer]]
# endpoint = "localhost:3700"
# retry_count = 255
# events_keys = ["*"]

[[ustx_balance]]
Expand Down
Loading

0 comments on commit f427505

Please sign in to comment.