Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
onikonychev committed Jun 11, 2024
1 parent e678b7d commit b1d0d43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import (
icahosttypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/host/types"
icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types"

appserver "github.com/NibiruChain/nibiru/app/server"

wasmdapp "github.com/CosmWasm/wasmd/app"
"github.com/CosmWasm/wasmd/x/wasm"
wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper"
Expand Down Expand Up @@ -403,7 +401,7 @@ func (app *NibiruApp) InitKeepers(
app.AccountKeeper,
app.BankKeeper,
app.StakingKeeper,
cast.ToString(appOpts.Get(appserver.EVMTracer)),
cast.ToString(appOpts.Get("evm.tracer")),
)

// ---------------------------------- IBC keepers
Expand Down

0 comments on commit b1d0d43

Please sign in to comment.