Skip to content

Commit

Permalink
Add stargate feature for clone-cw-multi-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayanski committed Jan 15, 2025
1 parent 4cb2e3a commit 1aa560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clone-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cw-orch-mock = { workspace = true }

# clone-cw-multi-test = { version = "0.7.0" }
# clone-cw-multi-test = { path = "../../../cw-multi-test-fork", features = ["cosmwasm_1_2", "tokenfactory", "staking"] }
clone-cw-multi-test = { git = "https://github.com/abstractsdk/cw-multi-test-fork", branch = "adapt_for_local_execution", features = ["cosmwasm_1_2", "tokenfactory", "staking"] }
clone-cw-multi-test = { git = "https://github.com/abstractsdk/cw-multi-test-fork", branch = "adapt_for_local_execution", features = ["cosmwasm_1_2", "stargate", "tokenfactory", "staking"] }

anyhow = { workspace = true }
cw-utils = { workspace = true }
Expand Down

0 comments on commit 1aa560f

Please sign in to comment.