Skip to content

Commit

Permalink
view on library; pause proxy is d3m admin
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed Mar 15, 2024
1 parent 3c5006f commit 2643eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/input/1/template-morpho.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chainlog": "0xdA0Ab1e0017DEbCd72Be8599041a2aa3bA7e740F",
"admin": "0x3300f198988e4C9C63F75dF86De36421f06af8c4",
"admin": "0xBE8E3e3618f7474F8cB1d074A26afFef007E98FB",
"poolType": "erc4626",
"planType": "operator",
"ilk": "DIRECT-SPARK-MORPHO-DAI",
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/D3MInit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ library D3MInit {
D3MInstance memory d3m,
D3MCommonConfig memory cfg,
D3M4626PoolConfig memory erc4626Cfg
) internal {
) internal view {
D3M4626PoolLike pool = D3M4626PoolLike(d3m.pool);

// Sanity checks
Expand Down

0 comments on commit 2643eb9

Please sign in to comment.