Skip to content

Commit

Permalink
Don't doubly-register native ibc contracts (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr authored Dec 16, 2024
1 parent 8bcf639 commit 51e68e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/packages/abstract-interface/src/deployment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ impl<Chain: CwEnv> Deploy<Chain> for Abstract<Chain> {
deployment
.ibc
.instantiate(&Addr::unchecked(admin.clone()))?;
deployment.ibc.register(&deployment.registry)?;

deployment.registry.register_base(&deployment.account)?;
deployment
Expand Down

0 comments on commit 51e68e6

Please sign in to comment.