Skip to content

Commit

Permalink
Added NFT claim treasury address (#132)
Browse files Browse the repository at this point in the history
Added treasury address:
stake1u9j77ak55cwacf3snnnn04hk2uuddf0jr8j3vm4q5t2nu3c208n7f
  • Loading branch information
avilsmeier authored Sep 28, 2023
1 parent 69217f5 commit 219602b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tokens/mayz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const fetcher: SupplyFetcher = async (options = defaultFetcherOptions) => {
"stake1u83dyusvcs4ju9tqts8q20x3k7zakm5tk32pr3t32e09dqg9s2jqw",
"stake1u9gum7a7eanxdh0zmuaytt66xdfz63qshw584mn3xq0j80csu4k48",
"stake1uxhx6z2s9dpmss9e7ks0l065kmd22uwgjzdgl78ygwvl25gm9l8gm",
"stake1u9j77ak55cwacf3snnnn04hk2uuddf0jr8j3vm4q5t2nu3c208n7f",
]);
const treasury = Number(treasuryRaw) / 1e6;
return {
Expand Down

0 comments on commit 219602b

Please sign in to comment.