Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Reinis Martinsons <77973553+Reinis-FRP@users.noreply.github.com>
Co-authored-by: Pablo Maldonado <pablo@umaproject.org>
  • Loading branch information
3 people committed May 20, 2024
1 parent fba78a1 commit e032d3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/factories/StandardChronicleFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract OvalChronicle is MutableUnlockersController, ChronicleMedianSourceAdapt
}

/**
* @title StandardPythFactory is the recommended factory for use cases that want a Chronicle source and Chainlink
* @title StandardChronicleFactory is the recommended factory for use cases that want a Chronicle source and Chainlink
* interface.
* @dev This is the best factory for most use cases that need a Chronicle source, but there are other variants that may be
* needed if different mutability or interface choices are desired.
Expand All @@ -35,7 +35,7 @@ contract StandardChronicleFactory is Ownable, BaseFactory {
{}

/**
* @notice Creates the Pyth Oval instance.
* @notice Creates the Chronicle Oval instance.
* @param chronicle Chronicle source contract.
* @param lockWindow the lockWindow used for this Oval instance. This is the length of the window
* for the Oval auction to be run and, thus, the maximum time that prices will be delayed.
Expand Down
2 changes: 1 addition & 1 deletion src/factories/StandardPythFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {BaseFactory} from "./BaseFactory.sol";
import {IPyth} from "../interfaces/pyth/IPyth.sol";

/**
* @title OvalPyth is the reccomended Oval contract that allows Oval to extract OEV generated by
* @title OvalPyth is the recommended Oval contract that allows Oval to extract OEV generated by
* Pyth price feeds and allow usage via the Chainlink interface.
*/
contract OvalPyth is MutableUnlockersController, PythSourceAdapter, ChainlinkDestinationAdapter {
Expand Down

0 comments on commit e032d3d

Please sign in to comment.