Skip to content

Commit

Permalink
Update burn wallet (#88)
Browse files Browse the repository at this point in the history
update burn wallet

Co-authored-by: jacobwarren44 <[email protected]>
  • Loading branch information
TheTapHouse and jacobwarren44 authored Jul 16, 2023
1 parent 7aa09cb commit 55b841d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens/herb.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 = 420_000_000;
const treasuryRaw = await getAmountInAddresses(blockFrost, HERB, [
"stake1uyq4g3vqed986la2h7ywavup76xjr0kpfew30u99quw6w4qjxjucm", // rewards
"stake1uxzjdrglfs22pgtfjlza7fcavqurgptt0tlmzft373sygdq2np33a", // burn
"stake1uxmx9lcvc7305u8npfcc570s5n9rwleyql37wqa7pr4t8vcwehs7p", // treasury
]);
const treasury = Number(treasuryRaw) / 1e6;
Expand Down

0 comments on commit 55b841d

Please sign in to comment.