From 55b841df9f421652c9262ceb52defdd1e90e93dd Mon Sep 17 00:00:00 2001 From: TapTools <99997872+TheTapHouse@users.noreply.github.com> Date: Sun, 16 Jul 2023 10:33:35 -0400 Subject: [PATCH] Update burn wallet (#88) update burn wallet Co-authored-by: jacobwarren44 --- src/tokens/herb.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokens/herb.ts b/src/tokens/herb.ts index f582b2ec..1e99d5ab 100644 --- a/src/tokens/herb.ts +++ b/src/tokens/herb.ts @@ -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;