diff --git a/Cargo.lock b/Cargo.lock index 4f3d4a8df..00018937b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,6 +704,26 @@ dependencies = [ "thiserror", ] +[[package]] +name = "btsg-ft-factory" +version = "2.5.0" +source = "git+https://github.com/hard-nett/dao-contracts?rev=1b1849e1aa41d8cb6a2b6b05db6dae032719b9bb#1b1849e1aa41d8cb6a2b6b05db6dae032719b9bb" +dependencies = [ + "cosmwasm-schema", + "cosmwasm-std", + "cw-orch 0.24.1", + "cw-storage-plus 1.2.0", + "cw2 1.1.2", + "dao-interface 2.5.0 (git+https://github.com/hard-nett/dao-contracts?rev=1b1849e1aa41d8cb6a2b6b05db6dae032719b9bb)", + "osmosis-std-derive", + "prost 0.12.3", + "prost-derive 0.12.3", + "prost-types 0.12.3", + "schemars", + "serde", + "thiserror", +] + [[package]] name = "bumpalo" version = "3.16.0" @@ -3040,6 +3060,21 @@ dependencies = [ "osmosis-std", ] +[[package]] +name = "dao-interface" +version = "2.5.0" +source = "git+https://github.com/hard-nett/dao-contracts?rev=1b1849e1aa41d8cb6a2b6b05db6dae032719b9bb#1b1849e1aa41d8cb6a2b6b05db6dae032719b9bb" +dependencies = [ + "cosmwasm-schema", + "cosmwasm-std", + "cw-orch 0.24.1", + "cw-utils 1.0.3", + "cw2 1.1.2", + "cw20 1.1.2", + "cw721 0.18.0", + "osmosis-std", +] + [[package]] name = "dao-migrator" version = "2.5.0" @@ -6325,7 +6360,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" name = "scripts" version = "2.5.0" dependencies = [ - "btsg-ft-factory 2.5.0 (git+https://github.com/hard-nett/dao-contracts?branch=feat/external-cw-orch)", + "btsg-ft-factory 2.5.0 (git+https://github.com/hard-nett/dao-contracts?rev=1b1849e1aa41d8cb6a2b6b05db6dae032719b9bb)", "cw-admin-factory 2.5.0 (git+https://github.com/hard-nett/dao-contracts?branch=feat/external-cw-orch)", "cw-orch 0.24.1", "cw-payroll-factory 2.5.0 (git+https://github.com/hard-nett/dao-contracts?branch=feat/external-cw-orch)", diff --git a/scripts/Cargo.toml b/scripts/Cargo.toml index 5266c6025..19b5d05d8 100644 --- a/scripts/Cargo.toml +++ b/scripts/Cargo.toml @@ -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" } \ No newline at end of file +btsg-ft-factory = { git = "https://github.com/hard-nett/dao-contracts", rev = "1b1849e1aa41d8cb6a2b6b05db6dae032719b9bb" } \ No newline at end of file diff --git a/scripts/src/tests/deploy/external.rs b/scripts/src/tests/deploy/external.rs index ce7a6bb33..78bbe9f5b 100644 --- a/scripts/src/tests/deploy/external.rs +++ b/scripts/src/tests/deploy/external.rs @@ -283,8 +283,7 @@ impl cw_orch::contract::Deploy for FantokenFactorySuite