Skip to content

Commit

Permalink
chore: add susd emissions metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Jan 3, 2025
1 parent eb30754 commit fde181b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/mrgn-utils/src/emissions.consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ export const EMISSION_MINT_INFO_MAP = new Map<string, { tokenSymbol: string; tok
"https://storage.googleapis.com/mrgn-public/mrgn-token-icons/USDSwr9ApdHk5bvJKMjzff41FfuX8bSxdKcR81vTwcA.png",
},
],
[
"sUSD",
{
tokenSymbol: "sUSD",
tokenLogoUri:
"https://storage.googleapis.com/mrgn-public/mrgn-token-icons/susdabGDNbhrnCa6ncrYo81u4s9GM8ecK2UwMyZiq4X.png",
},
],
]);

0 comments on commit fde181b

Please sign in to comment.