Skip to content

Commit

Permalink
remove tokenfactory custom msg decorator for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hard-nett committed Apr 16, 2024
1 parent 9802d04 commit 4b5110e
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 1,800 deletions.
4 changes: 0 additions & 4 deletions app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ import (
// cwhookskeeper "github.com/terpnetwork/terp-core/v4/x/cw-hooks/keeper"
// cwhookstypes "github.com/terpnetwork/terp-core/v4/x/cw-hooks/types"

"github.com/terpnetwork/terp-core/v4/x/tokenfactory/bindings"
tokenfactorykeeper "github.com/terpnetwork/terp-core/v4/x/tokenfactory/keeper"
tokenfactorytypes "github.com/terpnetwork/terp-core/v4/x/tokenfactory/types"

Expand Down Expand Up @@ -544,9 +543,6 @@ func NewAppKeepers(
}),
)

tfOpts := bindings.RegisterCustomPlugins(&appKeepers.BankKeeper, &appKeepers.TokenFactoryKeeper)
wasmOpts = append(wasmOpts, tfOpts...)

appKeepers.WasmKeeper = wasmkeeper.NewKeeper(
appCodec,
appKeepers.keys[wasmtypes.StoreKey],
Expand Down
331 changes: 0 additions & 331 deletions x/tokenfactory/bindings/custom_msg_test.go

This file was deleted.

Loading

0 comments on commit 4b5110e

Please sign in to comment.