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

Emission Manager #3236

Merged
merged 4 commits into from
Nov 30, 2024
Merged

Emission Manager #3236

merged 4 commits into from
Nov 30, 2024

Conversation

brightiron
Copy link
Contributor

@brightiron brightiron commented Nov 20, 2024

Contract stat conversions for review:

  • Base Emission Rate: Percentage returned in OHM Scale
  • Premium: Percentage returned w/ 1e18
  • Current Emission Rate: active bond market capacity (marketInfo.capacity) divided by total supply (OHM Scale 1e9)
  • Current Emissions: active bond market capacity (marketInfo.capacity) (OHM Scale 1e9)
  • Next Emission Rate: nextSale.emissionRate (OHM Scale 1e9)
  • Next Emissions: nextSale.emission (OHM Scale 1e9)

State when bond market is active:
image

Contract Parameters:
image

This will remain disabled in the nav until we set the VITE_EMISSIONS_MANAGER_ENABLED env variable to true. This will disable the RBS nav, and enable the Emission Manager Nav.

@brightiron brightiron changed the title [WIP] - Emission Manager Emission Manager Nov 30, 2024
@brightiron brightiron requested a review from 0xJem November 30, 2024 17:04
@brightiron brightiron marked this pull request as ready for review November 30, 2024 17:04
@brightiron brightiron merged commit 5647bfd into develop Nov 30, 2024
4 of 6 checks passed
@brightiron brightiron deleted the emissionManager branch November 30, 2024 20:15
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.

2 participants