citycoins / ui

Basic UI components for interacting with the CityCoin contract. Requires Stacks Wallet for Web.
https://minecitycoins.com
GNU General Public License v3.0
28 stars 13 forks source link

Fix max supply calculation for MIA #87

Closed whoabuddy closed 2 years ago

whoabuddy commented 2 years ago

With the end of the bonus period coming up soon, max supply needs to use different math if more than 10,000 blocks have passed since the activation height.

This is a quick fix - it just hardcodes the math for now. Ideally this would interact with the contract to get the correct values, especially as future CityCoins launch.