forked from DA0-DA0/dao-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Need to add tests
- Loading branch information
Showing
13 changed files
with
1,143 additions
and
186 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name ="dao-voting-incentives" | ||
authors = ["Jake Hartnell <[email protected]>"] | ||
authors = ["Jake Hartnell <[email protected]>", "ismellike"] | ||
description = "A contract that implements incentives for voting in a DAO." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
|
@@ -26,6 +26,9 @@ dao-interface = { workspace = true } | |
dao-voting = { workspace = true } | ||
thiserror = { workspace = true } | ||
cw-utils = { workspace = true } | ||
cw-denom = { workspace = true } | ||
cw-ownable = { workspace = true } | ||
cw20 = { workspace = true } | ||
|
||
[dev-dependencies] | ||
cosmwasm-schema = { workspace = true } | ||
|
69 changes: 0 additions & 69 deletions
69
contracts/external/dao-voting-incentives/schema/cw-admin-factory.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.