We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3d94d commit b09cbf1Copy full SHA for b09cbf1
contracts/liquidity_book/tests/Cargo.toml
@@ -23,12 +23,12 @@ schemars = "0.8.16"
23
serde = { version = "1.0" }
24
serde-json-wasm = { version = "1.0"}
25
ethnum = { version = "1.5" }
26
-rand = "0.8"
27
thiserror = { version = "1.0" }
28
29
[dev-dependencies]
30
anyhow = "1"
31
cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.1.11" }
+rand = "0.8"
32
shade-multi-test = { path = "../../../packages/multi_test", features = [
33
"admin",
34
"lb_pair",
0 commit comments