Skip to content
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

v1.1.0-testnet #46

Closed
wants to merge 0 commits into from
Closed

v1.1.0-testnet #46

wants to merge 0 commits into from

Conversation

gretzke
Copy link
Contributor

@gretzke gretzke commented Oct 18, 2023

This PR includes deployment details for the Emission Manager upgrade on the Goerli testnet

Default Emission Manager (Implementation)

Inputs
Parameter Value
migrationProxy 0x5c5589fca76237Ed00BA024e19b6C077a108f687
stakeManager 0x00200eA4Ee292E253E6Ca07dBA5EdC07c8Aa37A3
treasury 0x531c7Befe78B6496e5753815ab3d3Cc024c1E842

Copy link

@web3security web3security left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked the PR and LGTM. Let's confirm numbers before initial deployment.

@@ -115,7 +115,7 @@ function PERMIT2() external view returns (address);

### mintPerSecondCap

*13.37 POL tokens per second. will limit emission in ~23 years*
*13.37 POL tokens per second. will limit emission in ~12 years*
Copy link

@web3security web3security Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to confirm that everyone expects these numbers. Can you share maths to double check such 12 years from 23 years? Is it due to 2 to 3% increase?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The math is checking when the emission rate per second and looking after how many years it exceeds the threshold of the mintcap. It's just about 12 years: https://www.wolframalpha.com/input?i=10000000000*(1.03%5E(x+1/(365*24*60*60))-1.03%5Ex)+%3D+13.37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants