Skip to content

Commit

Permalink
Remove TODO that has been completed.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Aug 28, 2024
1 parent 58bd259 commit c6bd9bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/capabilities/ccip/configs/evm/contract_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c6bd9bd

Please sign in to comment.