Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
update MIN total supply after burn proposal (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
longngn authored Jan 15, 2024
1 parent 5187049 commit 28af419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens/min.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const TREASURY_ADDRESSES = [

const fetcher: SupplyFetcher = async (options = defaultFetcherOptions) => {
const blockFrost = getBlockFrostInstance(options);
const total = 5e9; // 5 billion
const total = 3e9; // 3 billion
const treasury =
Number(await getAmountInAddresses(blockFrost, MIN, TREASURY_ADDRESSES)) /
1e6;
Expand Down

0 comments on commit 28af419

Please sign in to comment.