Skip to content

Commit

Permalink
cleaned up and added tests for initial actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Feb 25, 2025
1 parent a522e33 commit f163df2
Show file tree
Hide file tree
Showing 22 changed files with 4,725 additions and 2,095 deletions.
2 changes: 1 addition & 1 deletion ci/bootstrap-env/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fn main() -> Result<()> {
label: "DAO DAO Proposal Module".to_string(),
}],
initial_items: None,
initial_dao_actions: None,
initial_actions: None,
};

// Init dao dao dao with an initial treasury of 9000000 tokens
Expand Down
2 changes: 1 addition & 1 deletion ci/integration-tests/src/helpers/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pub fn create_dao(
label: "DAO DAO Proposal Module".to_string(),
}],
initial_items: None,
initial_dao_actions: None,
initial_actions: None,
};

chain
Expand Down
Loading

0 comments on commit f163df2

Please sign in to comment.