Skip to content

Commit

Permalink
remove tf issuer init for now
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 73fe8c8 commit cad9837
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/src/tests/deploy/external.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,6 @@ impl<Chain: CwEnv> cw_orch::contract::Deploy<Chain> for TokenFactorySuite<Chain>
fn deploy_on(chain: Chain, _data: Self::DeployData) -> Result<Self, Self::Error> {
// ########### Upload ##############
let suite: TokenFactorySuite<Chain> = TokenFactorySuite::store_on(chain.clone()).unwrap();
// ########### Instantiate ##############
let init = TokenfactoryIssuerInit::NewToken {
subdenom: "DAOTOKEN".into(),
};
suite.tokenfactory.instantiate(&init, None, None)?;
Ok(suite)
}
}
Expand Down

0 comments on commit cad9837

Please sign in to comment.