Skip to content

Commit

Permalink
fix repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed Aug 27, 2024
1 parent 1e9a37e commit fd8f608
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "lib/nst"]
path = lib/nst
url = https://github.com/makerdao/nst
[submodule "lib/usds"]
path = lib/usds
url = https://github.com/makerdao/usds
Submodule usds updated from 000000 to eb1994
4 changes: 2 additions & 2 deletions src/tests/integration/AaveV3.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import "./IntegrationBase.t.sol";

import { IERC20 } from "forge-std/interfaces/IERC20.sol";

import { UsdsDeploy, UsdsInstance } from "lib/nst/deploy/UsdsDeploy.sol";
import { UsdsInit } from "lib/nst/deploy/UsdsInit.sol";
import { UsdsDeploy, UsdsInstance } from "lib/usds/deploy/UsdsDeploy.sol";
import { UsdsInit } from "lib/usds/deploy/UsdsInit.sol";

import { D3MOperatorPlan } from "../../plans/D3MOperatorPlan.sol";
import { D3MAaveV3USDSNoSupplyCapTypePool } from "../../pools/D3MAaveV3USDSNoSupplyCapTypePool.sol";
Expand Down

0 comments on commit fd8f608

Please sign in to comment.