diff --git a/Cargo.toml b/Cargo.toml index 004511a..b9bcf7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,8 @@ cosmwasm-std = { version = "2.1.3", default-features = false, features = ["cosmw cw-storage-plus = { version = "2.0.0" } ### ProvWasm -provwasm-mocks = { git = "https://github.com/provenance-io/provwasm.git", branch = "main" } -provwasm-std = { git = "https://github.com/provenance-io/provwasm.git", branch = "main" } +provwasm-mocks = { version = "2.4.0" } +provwasm-std = { version = "2.4.0" } test-tube-prov = { path = "packages/test-tube" } base64 = "0.22.0"