Skip to content

Commit b466cad

Browse files
committed
Merge branch 'main' into v3.3.0
2 parents 55a6396 + 551ad6c commit b466cad

File tree

11 files changed

+647
-193
lines changed

11 files changed

+647
-193
lines changed
300 KB
Binary file not shown.

package-lock.json

Lines changed: 70 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prettier-plugin-solidity": "^1.1.1"
2323
},
2424
"dependencies": {
25-
"@bgd-labs/aave-cli": "^1.1.14",
25+
"@bgd-labs/aave-cli": "^1.1.17",
2626
"catapulta-verify": "^1.3.0"
2727
}
2828
}

src/contracts/extensions/stata-token/StataTokenFactory.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ contract StataTokenFactory is Initializable, IStataTokenFactory {
3939
ITransparentProxyFactory transparentProxyFactory,
4040
address stataTokenImpl
4141
) {
42+
_disableInitializers();
4243
POOL = pool;
4344
INITIAL_OWNER = initialOwner;
4445
TRANSPARENT_PROXY_FACTORY = transparentProxyFactory;

0 commit comments

Comments
 (0)