Skip to content

Commit

Permalink
bump correct init
Browse files Browse the repository at this point in the history
  • Loading branch information
hard-nett authored and Jake Hartnell committed Aug 14, 2024
1 parent f2570de commit bf0b668
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
37 changes: 36 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion scripts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ cw-tokenfactory-issuer = { git = "https://github.com/hard-nett/dao-contracts",
cw-vesting = { git = "https://github.com/hard-nett/dao-contracts", branch = "feat/external-cw-orch" }
cw721-roles = { git = "https://github.com/hard-nett/dao-contracts", branch = "feat/external-cw-orch" }
dao-migrator = { git = "https://github.com/hard-nett/dao-contracts", branch = "feat/external-cw-orch" }
btsg-ft-factory = { git = "https://github.com/hard-nett/dao-contracts", branch = "feat/external-cw-orch" }
btsg-ft-factory = { git = "https://github.com/hard-nett/dao-contracts", rev = "1b1849e1aa41d8cb6a2b6b05db6dae032719b9bb" }
3 changes: 1 addition & 2 deletions scripts/src/tests/deploy/external.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,7 @@ impl<Chain: CwEnv> cw_orch::contract::Deploy<Chain> for FantokenFactorySuite<Cha
// ########### Instantiate ##############
suite
.factory
.instantiate(&btsg_ft_factory::msg::InstantiateMsg {}, None, None)?;

.instantiate(&btsg_ft_factory::msg::InstantiateMsg {}, None, None);
Ok(suite)
}
}

0 comments on commit bf0b668

Please sign in to comment.