Skip to content

Commit

Permalink
fix compiler errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed Mar 15, 2024
1 parent 1e49d36 commit a0efe5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions script/D3MDeploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ contract D3MDeployScript is Script {
admin,
ilk,
hub,
address(dss.dai),
config.readAddress(".vault")
);
} else {
Expand Down
2 changes: 2 additions & 0 deletions script/D3MInit.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ import {
D3MCompoundPoolLike,
D3MCompoundRateTargetPlanLike,
D3M4626PoolLike,
D3M4626PoolConfig,
D3MOperatorPlanLike,
D3MOperatorPlanConfig,
CDaiLike
} from "../src/deploy/D3MInit.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/deploy/D3MDeploy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ library D3MDeploy {
function deploy4626TypePool(
address deployer,
address owner,
address ilk,
bytes32 ilk,
address hub,
address dai,
address vault
Expand Down

0 comments on commit a0efe5d

Please sign in to comment.