Skip to content

Commit

Permalink
change visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanRHall committed Oct 8, 2024
1 parent 791ac3b commit 95a7d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/v0.8/ccip/FeeQuoter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ contract FeeQuoter is AuthorizedCallers, IFeeQuoter, ITypeAndVersion, IReceiver,
function getTokenAndGasPrices(
address token,
uint64 destChainSelector
) public view returns (uint224 tokenPrice, uint224 gasPriceValue) {
) external view returns (uint224 tokenPrice, uint224 gasPriceValue) {
return _getTokenAndGasPrices(token, destChainSelector, s_destChainConfigs[destChainSelector]);
}

Expand Down

0 comments on commit 95a7d48

Please sign in to comment.