Skip to content

Commit

Permalink
Merge branch 'hotfix/add-decimal-back-in-IPriceFeedDispatcher' into r…
Browse files Browse the repository at this point in the history
…elease/v0.6.7
  • Loading branch information
tailingchen committed May 5, 2023
2 parents 2482fe9 + 86ffd33 commit 9551a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interface/IPriceFeedDispatcher.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ interface IPriceFeedDispatcher is IPriceFeedDispatcherEvent {

function getUniswapV3PriceFeed() external view returns (address);

function decimals() external view returns (uint8);
function decimals() external pure returns (uint8);
}

0 comments on commit 9551a9a

Please sign in to comment.