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 f0e92bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/fixtures/network-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,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
2 changes: 1 addition & 1 deletion src/tests/fixtures/stacks-devnet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,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 f0e92bb

Please sign in to comment.