-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Oracle Storage Layout #256
Conversation
src/PufferOracleV2.sol
Outdated
@@ -58,6 +58,7 @@ contract PufferOracleV2 is IPufferOracleV2, AccessManaged { | |||
_totalNumberOfValidators = 927122; // Oracle will be updated with the correct value | |||
_epochNumber = 268828; // Oracle will be updated with the correct value | |||
_setMintPrice(0.01 ether); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update to latest price
Update Oracle Storage Layout
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
…nto bugfix/oracle
src/PufferOracleV2.sol
Outdated
@@ -57,15 +57,16 @@ contract PufferOracleV2 is IPufferOracleV2, AccessManaged { | |||
PUFFER_VAULT = vault; | |||
_totalNumberOfValidators = 927122; // Oracle will be updated with the correct value | |||
_epochNumber = 268828; // Oracle will be updated with the correct value | |||
_setMintPrice(0.01 ether); | |||
_setMintPrice(3098470956104156); | |||
_numberOfActivePufferValidators = 174; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's clean these up for merging into main.
No description provided.