Skip to content

Commit

Permalink
Merge branch 'main' into v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Feb 10, 2025
2 parents 55a6396 + 551ad6c commit b466cad
Show file tree
Hide file tree
Showing 11 changed files with 647 additions and 193 deletions.
Binary file added audits/2025-01-20_Certora_CollectorRev6.pdf
Binary file not shown.
164 changes: 70 additions & 94 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prettier-plugin-solidity": "^1.1.1"
},
"dependencies": {
"@bgd-labs/aave-cli": "^1.1.14",
"@bgd-labs/aave-cli": "^1.1.17",
"catapulta-verify": "^1.3.0"
}
}
1 change: 1 addition & 0 deletions src/contracts/extensions/stata-token/StataTokenFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ contract StataTokenFactory is Initializable, IStataTokenFactory {
ITransparentProxyFactory transparentProxyFactory,
address stataTokenImpl
) {
_disableInitializers();
POOL = pool;
INITIAL_OWNER = initialOwner;
TRANSPARENT_PROXY_FACTORY = transparentProxyFactory;
Expand Down
Loading

0 comments on commit b466cad

Please sign in to comment.