Skip to content

Commit

Permalink
Merge branch 'ibc-hooks' into ibc-input-light-client-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo authored Jun 5, 2023
2 parents 9407929 + 53ecce5 commit 7cf5288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ import (
icaauth "github.com/scrtlabs/SecretNetwork/x/mauth"
icaauthkeeper "github.com/scrtlabs/SecretNetwork/x/mauth/keeper"
icaauthtypes "github.com/scrtlabs/SecretNetwork/x/mauth/types"
icaauth "github.com/scrtlabs/SecretNetwork/x/mauth"
reg "github.com/scrtlabs/SecretNetwork/x/registration"
ibcpacketforward "github.com/strangelove-ventures/packet-forward-middleware/v4/router"
ibcpacketforwardkeeper "github.com/strangelove-ventures/packet-forward-middleware/v4/router/keeper"
Expand All @@ -66,7 +67,8 @@ import (

ibcswitch "github.com/scrtlabs/SecretNetwork/x/emergencybutton"
ibcswitchtypes "github.com/scrtlabs/SecretNetwork/x/emergencybutton/types"
ibchooks "github.com/scrtlabs/SecretNetwork/x/ibc-hooks"

ibchooks "github.com/scrtlabs/SecretNetwork/x/ibc-hooks"
ibchookskeeper "github.com/scrtlabs/SecretNetwork/x/ibc-hooks/keeper"
ibchookstypes "github.com/scrtlabs/SecretNetwork/x/ibc-hooks/types"
)
Expand Down
1 change: 1 addition & 0 deletions cosmwasm/enclaves/shared/cosmos-proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pub mod ibc {
pub mod tx;
pub mod upgrade;
}

pub mod registration {
pub mod v1beta1 {
pub mod msg;
Expand Down

0 comments on commit 7cf5288

Please sign in to comment.