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

Commit

Permalink
Update sundae.ts with new treasury wallets (#205)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Quantumplation authored Dec 13, 2023
1 parent ee8c94b commit 4d9eb50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tokens/sundae.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4d9eb50

Please sign in to comment.