Skip to content

Commit

Permalink
remove unnecessary legacy import
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Aug 4, 2024
1 parent 1eca56d commit 0150dbc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ethereum/eip712/eip712_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import (
"fmt"
"testing"

// TODO: this import is required for the tests to pass, remove after porting the crypto package
evmoseip712 "github.com/evmos/evmos/v19/ethereum/eip712"

"cosmossdk.io/math"
chainparams "cosmossdk.io/simapp/params"
"github.com/cosmos/cosmos-sdk/client"
Expand Down Expand Up @@ -74,11 +71,6 @@ func (suite *EIP712TestSuite) SetupTest() {

sdk.GetConfig().SetBech32PrefixForAccount(config.Bech32Prefix, "")
eip712.SetEncodingConfig(suite.config)

// TODO: this is required for the tests to pass because the encoding is called from the original
// Evmos repo during one function from the crypto/... package.
// TODO: remove once it's ported to the new repo
evmoseip712.SetEncodingConfig(suite.config)
}

// createTestAddress creates random test addresses for messages
Expand Down

0 comments on commit 0150dbc

Please sign in to comment.