Skip to content

Commit

Permalink
Merge pull request #152 from okp4/feat/law-instantiate
Browse files Browse the repository at this point in the history
🏛️ Law-stone: `Instantiate` contract
  • Loading branch information
bdeneux authored Mar 24, 2023
2 parents fbc4f57 + b21e1c8 commit 9a9874e
Show file tree
Hide file tree
Showing 9 changed files with 747 additions and 4 deletions.
71 changes: 71 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ cosmwasm-std = "1.2.3"
cosmwasm-storage = "1.2.2"
cw-multi-test = "0.15.1"
cw-storage-plus = "0.15.1"
cw-utils = "1.0.1"
cw2 = "0.15.1"
schemars = "0.8.12"
serde = { version = "1.0.158", default-features = false, features = ["derive"] }
serde-json-wasm = "0.5.0"
thiserror = { version = "1.0.40" }
5 changes: 5 additions & 0 deletions contracts/cw-law-stone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,17 @@ rpath = false
cosmwasm-schema.workspace = true
cosmwasm-std.workspace = true
cosmwasm-storage.workspace = true
cw-storage = { path = "../cw-storage" }
cw-storage-plus.workspace = true
cw-utils.worksapce = true
cw2.workspace = true
form_urlencoded = "1.1.0"
logic-bindings = { version = "0.2", path = "../../packages/logic-bindings" }
schemars.workspace = true
serde-json-wasm.workspace = true
serde.workspace = true
thiserror.workspace = true
url = "2.3.1"

[dev-dependencies]
cw-multi-test.workspace = true
Expand Down
Loading

0 comments on commit 9a9874e

Please sign in to comment.