Skip to content

Commit

Permalink
Add USDY and fUSDC (#179)
Browse files Browse the repository at this point in the history
* Add USDY and fUSDC

* Fix Flux USDC decimals

---------

Co-authored-by: Pablo Veyrat <50438397+sogipec@users.noreply.github.com>
  • Loading branch information
danaugrs and sogipec authored Feb 26, 2024
1 parent adfb051 commit fe424fd
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ERC20_LIST.json
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,24 @@
"hasPermit": false,
"useInSwap": false,
"logoURI": "https://retro.finance/images/tokens/oBLUE.png"
},
"0x96F6eF951840721AdBF46Ac996b59E0235CB985C": {
"address": "0x96F6eF951840721AdBF46Ac996b59E0235CB985C",
"name": "Ondo U.S. Dollar Yield",
"decimals": 18,
"symbol": "USDY",
"hasPermit": false,
"useInSwap": false,
"logoURI": "https://raw.githubusercontent.com/AngleProtocol/angle-token-list/main/src/assets/tokens/USDY.svg"
},
"0x465a5a630482f3abD6d3b84B39B29b07214d19e5": {
"address": "0x465a5a630482f3abD6d3b84B39B29b07214d19e5",
"name": "Flux USDC",
"decimals": 8,
"symbol": "fUSDC",
"hasPermit": false,
"useInSwap": false,
"logoURI": "https://raw.githubusercontent.com/AngleProtocol/angle-token-list/main/src/assets/tokens/fUSDC.svg"
}
},
"137": {
Expand Down
11 changes: 11 additions & 0 deletions src/assets/tokens/USDY.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/assets/tokens/fUSDC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe424fd

Please sign in to comment.