diff --git a/execute/internal/gas/evm/gas_helpers.go b/execute/internal/gas/evm/gas_helpers.go index b94e27d52..ddf2469c2 100644 --- a/execute/internal/gas/evm/gas_helpers.go +++ b/execute/internal/gas/evm/gas_helpers.go @@ -1,3 +1,5 @@ +// Package evm provides an EVM implementation to the gas.EstimateProvider interface. +// TODO: Move this package into the EVM repo, chainlink-ccip should be chain agnostic. package evm import (