Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chmllr committed Jan 16, 2025
1 parent bd2070f commit a42345b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions halo/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,21 @@ func newApp(
) (*App, error) {
depCfg := depinject.Configs(
appConfig(ctx, network),
depinject.BindInterface(
"github.com/cosmos/cosmos-sdk/x/auth/types.BankKeeper",
"github.com/omni-network/omni/halo/mybank/mybank.Keeper"),
depinject.BindInterface(
"github.com/cosmos/cosmos-sdk/x/slashing/types.BankKeeper",
"github.com/omni-network/omni/halo/mybank/mybank.Keeper"),
depinject.BindInterface(
"github.com/cosmos/cosmos-sdk/x/mint/types.BankKeeper",
"github.com/omni-network/omni/halo/mybank/mybank.Keeper"),
depinject.BindInterface(
"github.com/cosmos/cosmos-sdk/x/staking/types.BankKeeper",
"github.com/omni-network/omni/halo/mybank/mybank.Keeper"),
depinject.BindInterface(
"github.com/cosmos/cosmos-sdk/x/distribution/types.BankKeeper",
"github.com/omni-network/omni/halo/mybank/mybank.Keeper"),
depinject.Provide(diProviders(ctx)...),
depinject.Supply(
logger,
Expand Down

0 comments on commit a42345b

Please sign in to comment.