Skip to content

Commit

Permalink
tokens(corn): add USDA, sUSDA and uniBTC (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
sajanrajdev authored and 0xMyrddin committed Jan 17, 2025
1 parent 7bcce36 commit 0ca7583
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/assets/susda.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/usda.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions src/tokens/corn.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,32 @@
"logoURI": "BASE_URL/assets/solvbtcbbn.png",
"decimals": 18,
"quote": "derived_native"
},
{
"chainId": 21000000,
"symbol": "sUSDa",
"name": "USDa saving token",
"address": "0x2840F9d9f96321435Ab0f977E7FDBf32EA8b304f",
"logoURI": "BASE_URL/assets/susda.svg",
"decimals": 18,
"quote": "derived_stable"
},
{
"chainId": 21000000,
"symbol": "USDa",
"name": "USDa",
"address": "0xff12470a969Dd362EB6595FFB44C82c959Fe9ACc",
"logoURI": "BASE_URL/assets/usda.svg",
"decimals": 18,
"quote": "derived_stable"
},
{
"chainId": 21000000,
"symbol": "uniBTC",
"name": "uniBTC",
"address": "0x93919784C523f39CACaa98Ee0a9d96c3F32b593e",
"logoURI": "BASE_URL/assets/unibtc.svg",
"decimals": 8,
"quote": "derived_native"
}
]

0 comments on commit 0ca7583

Please sign in to comment.