Skip to content

Commit 28cfb58

Browse files
committed
Tokenfactory cw-multi-test update
1 parent 0c28a26 commit 28cfb58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ cosmwasm-std = { version = "2.1" }
3232
cw-storage-plus = { version = "2.0.0" }
3333
cw-utils = { version = "2.0.0" }
3434

35-
cw-multi-test = { package = "abstract-cw-multi-test", version = "2.0.2", features = ["cosmwasm_1_2"] }
35+
# cw-multi-test = { package = "abstract-cw-multi-test", version = "2.0.2", features = ["cosmwasm_1_2"] }
36+
cw-multi-test = { package = "abstract-cw-multi-test", git = "https://github.com/abstractsdk/cw-multi-test-fork", branch = "token-factory-integration", version = "2.0.2", features = ["cosmwasm_1_2"] }
3637
cw20 = { version = "2.0.0" }
3738
cw20-base = { version = "2.0.0" }
3839

0 commit comments

Comments
 (0)