Skip to content

Commit

Permalink
Update core/capabilities/ccip/configs/evm/contract_reader.go
Browse files Browse the repository at this point in the history
  • Loading branch information
winder authored Oct 12, 2024
1 parent bad5c19 commit ac1884d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/capabilities/ccip/configs/evm/contract_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ var DestReaderConfig = evmrelaytypes.ChainReaderConfig{
ChainSpecificName: mustGetMethodName("getSourceChainConfig", offrampABI),
ReadType: evmrelaytypes.Method,
},
// TODO: replace with const when chainlink-ccip is updated
"OffRampGetAllSourceChainConfigs": {
ChainSpecificName: mustGetMethodName("getAllSourceChainConfigs", offrampABI),
ReadType: evmrelaytypes.Method,
Expand Down

0 comments on commit ac1884d

Please sign in to comment.