Skip to content

Commit

Permalink
update: Vyfi token uncirrculating supply address
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Felt committed Jul 1, 2024
1 parent af4d24b commit 2c3178e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens/vyfi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const fetcher: SupplyFetcher = async (options = defaultFetcherOptions) => {
const blockFrost = getBlockFrostInstance(options);
const total = 450_000_000;
const treasuryRaw = await getAmountInAddresses(blockFrost, VYFI, [
"stake1ux3rhes4an7469fqfw794cg8qaxltj3srhlprhast5v6wsqkm26ks",
"stake1u9rs4usucfu2ymfeeem2dnvfsdxl9sm7vpvd8pkc4cym8rsge78sh",
]);
const treasury = Number(treasuryRaw) / 1e6;
return {
Expand Down

0 comments on commit 2c3178e

Please sign in to comment.