From 2f7078fba89cd5ea25100e7645ed08d1ff0bd7be Mon Sep 17 00:00:00 2001 From: amit-momin Date: Wed, 20 Mar 2024 17:05:49 -0500 Subject: [PATCH] Removed config from test helper --- core/chains/evm/txmgr/test_helpers.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/chains/evm/txmgr/test_helpers.go b/core/chains/evm/txmgr/test_helpers.go index 5f88d71e899..8cb771943b0 100644 --- a/core/chains/evm/txmgr/test_helpers.go +++ b/core/chains/evm/txmgr/test_helpers.go @@ -59,8 +59,6 @@ func (e *TestEvmConfig) NonceAutoSync() bool { return true } func (e *TestEvmConfig) FinalityDepth() uint32 { return 42 } -func (e *TestEvmConfig) ChainType() commonconfig.ChainType { return "" } - type TestGasEstimatorConfig struct { bumpThreshold uint64 }