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

Commit

Permalink
Add new burn address on mom.ts (#374)
Browse files Browse the repository at this point in the history
* Added mom.ts and include it on index.ts

* Fixed decimals error mom.ts

* Fixed decimals error mom.ts

* Added new burn wallet on mom.ts

---------

Co-authored-by: Patrik <51710571+shadowkora@users.noreply.github.com>
  • Loading branch information
noroxi7 and shadowkora authored Sep 30, 2024
1 parent 2b4b60c commit fffbc68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tokens/mom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const fetcher: SupplyFetcher = async (options = defaultFetcherOptions) => {

const burnRaw = await getAmountInAddresses(blockFrost, MOM, [
"addr1w8qmxkacjdffxah0l3qg8hq2pmvs58q8lcy42zy9kda2ylc6dy5r4", //$burnsnek
"addr1xxx0hhrmtccdh08vmmkytw3p8xhx82n59svftv9fm89q5yyvl0w8kh3smw7wehhvgkazzwdwvw48gtqcjkc2nkw2pggq4tws0m", // $burn.mom
]);

const treasury = Number(treasuryRaw);
Expand Down

0 comments on commit fffbc68

Please sign in to comment.