Skip to content

Commit

Permalink
chore: update clarinet-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Mar 25, 2024
1 parent ca3da02 commit 33c8403
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@hirosystems/clarinet-sdk": "^2.3.2",
"@hirosystems/clarinet-sdk": "^2.4.0",
"@stacks/transactions": "^6.8.1",
"chokidar-cli": "^3.0.0",
"typescript": "^5.3.3",
Expand Down
19 changes: 10 additions & 9 deletions settings/Devnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ balance = 100_000_000_000_000
[devnet]
disable_stacks_explorer = false
disable_stacks_api = false
# use_nakamoto = true
use_nakamoto = false
# disable_bitcoin_explorer = true
# working_dir = "tmp/devnet"
# stacks_node_events_observers = ["host.docker.internal:8002"]
Expand All @@ -88,7 +88,7 @@ disable_stacks_api = false
# bitcoin_node_rpc_port = 18443
# bitcoin_node_username = "devnet"
# bitcoin_node_password = "devnet"
# bitcoin_controller_block_time = 20_000
# bitcoin_controller_block_time = 10_0000
# stacks_node_rpc_port = 20443
# stacks_node_p2p_port = 20444
# stacks_api_port = 3999
Expand All @@ -100,7 +100,8 @@ disable_stacks_api = false
# postgres_password = "postgres"
# postgres_database = "postgres"
# bitcoin_node_image_url = "quay.io/hirosystems/bitcoind:devnet-v2"
# stacks_node_image_url = "localhost:5000/stacks-node:devnet-v2"
# stacks_node_image_url = "quay.io/hirosystems/stacks-node:devnet-with-signer-beta4"
# stacks_signer_image_url = "quay.io/hirosystems/stacks-node:devnet-with-signer-beta4"
# stacks_api_image_url = "hirosystems/stacks-blockchain-api:7.9.0-nakamoto.1"
# stacks_explorer_image_url = "hirosystems/explorer:latest"
# bitcoin_explorer_image_url = "quay.io/hirosystems/bitcoin-explorer:devnet"
Expand All @@ -120,24 +121,24 @@ disable_stacks_api = false
# Send some stacking orders
[[devnet.pox_stacking_orders]]
start_at_cycle = 2
duration = 10
duration = 2
wallet = "wallet_1"
slots = 1
slots = 2
btc_address = "mr1iPkD9N3RJZZxXRk7xF9d36gffa6exNC"
auto_extend = true

[[devnet.pox_stacking_orders]]
start_at_cycle = 2
duration = 10
duration = 2
wallet = "wallet_2"
slots = 1
slots = 2
btc_address = "muYdXKmX9bByAueDe6KFfHd5Ff1gdN9ErG"
auto_extend = true

[[devnet.pox_stacking_orders]]
start_at_cycle = 2
duration = 10
duration = 2
wallet = "wallet_3"
slots = 1
slots = 2
btc_address = "mvZtbibDAAA3WLpY7zXXFqRa3T4XSknBX7"
auto_extend = true

0 comments on commit 33c8403

Please sign in to comment.