Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dxganta committed Nov 13, 2024
1 parent 7377ab1 commit 24c60b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/steth/scUSDSv2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {ISinglePairSwapper} from "./swapper/ISinglePairSwapper.sol";
* @notice Sandclock USDS Vault implementation.
* @dev Inherits from scCrossAssetYieldVault to manage and generate USDS yield.
* @dev There is no USDS Chainlink Feed, but since USDS to DAI is always 1:1 so
* maybe we can use the DAI Price Converter here.
* we are using the DAI Price Converter here.
* @dev This vault also receives aUSDS rewards which must be claimed periodically using claimRewards()
*/
contract scUSDSv2 is scCrossAssetYieldVault {
Expand Down
2 changes: 1 addition & 1 deletion test/scUSDSv2.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ contract scUSDSv2Test is Test {

uint256 pps;

function setUp() public {
constructor() {
mainnetFork = vm.createFork(vm.envString("RPC_URL_MAINNET"));
vm.selectFork(mainnetFork);
vm.rollFork(21072810);
Expand Down

0 comments on commit 24c60b8

Please sign in to comment.