Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Sep 20, 2023
1 parent 35be3e4 commit 9f54c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/dao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ export const deploySubdao = async (
mainDaoCoreAddress: string,
overrulePreProposeAddress: string,
securityDaoAddr: string,
closeProposalOnExecutionFailure: boolean,
closeProposalOnExecutionFailure = true,
): Promise<Dao> => {
const coreCodeId = await cm.storeWasm(NeutronContract.SUBDAO_CORE);
const cw4VotingCodeId = await cm.storeWasm(NeutronContract.CW4_VOTING);
Expand Down

0 comments on commit 9f54c40

Please sign in to comment.