Skip to content

Commit

Permalink
chore: added usdy
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Oct 30, 2023
1 parent 999404b commit 51c2db0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added packages/token-metadata/src/images/usdy.webp
Binary file not shown.
14 changes: 14 additions & 0 deletions packages/token-metadata/src/tokens/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1862,4 +1862,18 @@ export default {
coinGeckoId: '',
tokenType: TokenType.TokenFactory,
},

USDY: {
name: 'Ondo US Dollar Yield',
symbol: 'USDY',
decimals: 18,
logo: 'ondo.webp',
coinGeckoId: '',

erc20: {
decimals: 18,
address: '0x96F6eF951840721AdBF46Ac996b59E0235CB985C',
tokenType: TokenType.Erc20,
},
},
} as Record<string, TokenMeta>

0 comments on commit 51c2db0

Please sign in to comment.