From 9bdeacdceafb2f1a718f87349d8485c7cd78ca3f Mon Sep 17 00:00:00 2001 From: kakysha Date: Fri, 29 Nov 2024 00:36:31 +0200 Subject: [PATCH] fix: evmtypes package migrated into core --- testing/simapp/app.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/simapp/app.go b/testing/simapp/app.go index 4e420dc53e8..29ae17d45de 100644 --- a/testing/simapp/app.go +++ b/testing/simapp/app.go @@ -131,7 +131,8 @@ import ( ibctm "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint" ibcmock "github.com/cosmos/ibc-go/v8/testing/mock" ibctestingtypes "github.com/cosmos/ibc-go/v8/testing/types" - evmtypes "github.com/evmos/ethermint/x/evm/types" + + evmtypes "github.com/InjectiveLabs/injective-core/injective-chain/modules/evm/types" ) const appName = "SimApp"