From 4d9eb5072687a7f337a779c92dad27635921fd1d Mon Sep 17 00:00:00 2001 From: Pi Lanningham Date: Wed, 13 Dec 2023 11:08:28 -0500 Subject: [PATCH] Update sundae.ts with new treasury wallets (#205) We are rotating our multisig to a new set of keys; these two addresses represent the enterprise addresses are equivalent to the `966l` address. We may also follow up and attach a staking key in the future. --- src/tokens/sundae.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tokens/sundae.ts b/src/tokens/sundae.ts index 03eef2f2..c43a55e6 100644 --- a/src/tokens/sundae.ts +++ b/src/tokens/sundae.ts @@ -10,6 +10,8 @@ const fetcher: SupplyFetcher = async (options = defaultFetcherOptions) => { const treasuryRaw = await getAmountInAddresses(blockFrost, SUNDAE, [ "addr1w9pgj46r4wh80ujlrdf5h6sxuuvfac2wurfnsn4xgqw584sfa966l", "addr1w9742z4fewans7ry6cjp95pc4ecv7y54cx298lp5qfw7s9gv8ukrj", + "addr1wyv9f6gz32y5jm5hw2j53qnjn5t92nuwmxhj0mrqgmy6slqstuvzw", + "addr1wy67s0c6edxc2djms0le256cn48edc8gdfcgxkjjztyw0psad4yet" ]); const treasury = Number(treasuryRaw) / 1e6; return {