Skip to content

Commit

Permalink
proposal contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-1857 committed Feb 12, 2024
1 parent 9922006 commit ca6f1e6
Show file tree
Hide file tree
Showing 25 changed files with 2,537 additions and 2,203 deletions.
23 changes: 15 additions & 8 deletions Cargo.lock

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

15 changes: 11 additions & 4 deletions contracts/dao-dao-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,26 @@ library = []
[dependencies]
cosmwasm-std = { workspace = true, features = ["ibc3"] }
cosmwasm-schema = { workspace = true }
cw-storage-plus = { workspace = true }
cw2 = { workspace = true }
cw-utils = { workspace = true }
secret-storage-plus = { workspace = true }
secret-cw2 = { workspace = true }
secret-utils = { workspace = true }
cw20 = { workspace = true }
cw721 = { workspace = true }
thiserror = { workspace = true }
dao-interface = { workspace = true }
dao-dao-macros = { workspace = true }
cw-paginate-storage = { workspace = true }
cw-core-v1 = { workspace = true, features = ["library"] }
secret-toolkit ={ workspace = true}
snip20-reference-impl ={ workspace = true }
snip721-reference-impl ={ workspace = true }
schemars ={ workspace = true }
serde ={ workspace = true }



[dev-dependencies]
cw-multi-test = { workspace = true, features = ["stargate"] }
secret-multi-test = { workspace = true, features = ["stargate"] }
cw20-base = { workspace = true }
cw721-base = { workspace = true }
dao-proposal-sudo = { workspace = true }
Expand Down
Loading

0 comments on commit ca6f1e6

Please sign in to comment.