diff --git a/core/services/relay/evm/bindings/chain_reader_tester.go b/core/services/relay/evm/bindings/chain_reader_tester.go index 7759109644c..869d15b95c6 100644 --- a/core/services/relay/evm/bindings/chain_reader_tester.go +++ b/core/services/relay/evm/bindings/chain_reader_tester.go @@ -4,7 +4,6 @@ package bindings import ( "context" - "github.com/ethereum/go-ethereum/common" "github.com/smartcontractkit/chainlink-common/pkg/types" "github.com/smartcontractkit/chainlink-common/pkg/types/query/primitives" "math/big" @@ -56,7 +55,7 @@ type InnerDynamicTestStruct struct { type InnerStaticTestStruct struct { IntVal int64 - A common.Address + A []byte } type MidLevelDynamicTestStruct struct {