Skip to content

Commit

Permalink
tests: fix fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Oct 28, 2024
1 parent 2336593 commit 091aa4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion examples/new-network.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@
"stacks_node_rpc_port": 20443,
"stacks_node_wait_time_for_microblocks": 50,
"stacks_node_first_attempt_time_ms": 500,
"stacks_node_subsequent_attempt_time_ms": 1000,
"stacks_node_events_observers": [],
"stacks_node_env_vars": [],
"stacks_api_port": 3999,
Expand Down
3 changes: 1 addition & 2 deletions src/tests/fixtures/network-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ devnet_settings:
stacks_node_rpc_port: 20443
stacks_node_wait_time_for_microblocks: 50
stacks_node_first_attempt_time_ms: 500
stacks_node_subsequent_attempt_time_ms: 1000
stacks_node_events_observers:
- "host.docker.internal:20455"
stacks_node_env_vars: []
Expand Down Expand Up @@ -149,7 +148,7 @@ devnet_settings:
execute_script: []
bitcoin_node_image_url: "quay.io/hirosystems/bitcoind:devnet-v3"
stacks_node_image_url: "quay.io/hirosystems/stacks-node:devnet-3.0"
stacks_signers_image_url: "quay.io/hirosystems/stacks-node:devnet-3.0"
stacks_signer_image_url: "quay.io/hirosystems/stacks-node:devnet-3.0"
stacks_api_image_url: "hirosystems/stacks-blockchain-api:latest"
stacks_explorer_image_url: "hirosystems/explorer:latest"
postgres_image_url: "postgres:14"
Expand Down
3 changes: 1 addition & 2 deletions src/tests/fixtures/stacks-devnet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@
"stacks_node_rpc_port": 20443,
"stacks_node_wait_time_for_microblocks": 50,
"stacks_node_first_attempt_time_ms": 500,
"stacks_node_subsequent_attempt_time_ms": 1000,
"stacks_node_events_observers": ["host.docker.internal:20455"],
"stacks_node_env_vars": [],
"stacks_node_next_initiative_delay": 4000,
Expand Down Expand Up @@ -309,7 +308,7 @@
"execute_script": [],
"bitcoin_node_image_url": "quay.io/hirosystems/bitcoind:devnet-v3",
"stacks_node_image_url": "quay.io/hirosystems/stacks-node:devnet-3.0",
"stacks_signers_image_url": "quay.io/hirosystems/stacks-node:devnet-3.0",
"stacks_signer_image_url": "quay.io/hirosystems/stacks-node:devnet-3.0",
"stacks_api_image_url": "hirosystems/stacks-blockchain-api:latest",
"stacks_explorer_image_url": "hirosystems/explorer:latest",
"postgres_image_url": "postgres:14",
Expand Down

0 comments on commit 091aa4e

Please sign in to comment.