Skip to content

Commit

Permalink
Removed config from test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-momin committed Mar 20, 2024
1 parent fbdd110 commit 2f7078f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/chains/evm/txmgr/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2f7078f

Please sign in to comment.