Skip to content

Commit

Permalink
Update AWOO token (#90)
Browse files Browse the repository at this point in the history
chore: update awoo treasury to include staking rewards
  • Loading branch information
yHSJ authored Jul 17, 2023
1 parent 55b841d commit bf20d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tokens/awoo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const fetcher: SupplyFetcher = async (options = defaultFetcherOptions) => {
const total = 69_000_000;
const treasuryRaw = await getAmountInAddresses(blockFrost, AWOO, [
"stake1uy2s0etue4vgt6gz66t84zzgf8r6fgggc0prf4hsay3rvfcam00kg", // $unbothered
"stake1uxh23dnmd2lzvxqr06vvuxtsgh4l4dxnrrcvj2fx6f53rkc70lmqh", // $uwstaking
]);

const burnRaw = await getAmountInAddresses(blockFrost, AWOO, [
Expand Down

0 comments on commit bf20d22

Please sign in to comment.