diff --git a/core/capabilities/ccip/configs/evm/contract_reader.go b/core/capabilities/ccip/configs/evm/contract_reader.go index 73a2fd53eea..81cfd9001db 100644 --- a/core/capabilities/ccip/configs/evm/contract_reader.go +++ b/core/capabilities/ccip/configs/evm/contract_reader.go @@ -143,8 +143,6 @@ var SourceReaderConfig = evmrelaytypes.ChainReaderConfig{ consts.ContractNamePriceRegistry: { ContractABI: fee_quoter.FeeQuoterABI, Configs: map[string]*evmrelaytypes.ChainReaderDefinition{ - // TODO: update with the consts from https://github.com/smartcontractkit/chainlink-ccip/pull/39 - // in a followup. consts.MethodNamePriceRegistryGetStaticConfig: { ChainSpecificName: mustGetMethodName("getStaticConfig", priceRegistryABI), ReadType: evmrelaytypes.Method,