diff --git a/.gitmodules b/.gitmodules index bfed75bd..23b5bbb9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/lib/nst b/lib/usds similarity index 100% rename from lib/nst rename to lib/usds diff --git a/src/tests/integration/AaveV3.t.sol b/src/tests/integration/AaveV3.t.sol index 3234522c..8ed8841a 100644 --- a/src/tests/integration/AaveV3.t.sol +++ b/src/tests/integration/AaveV3.t.sol @@ -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";