Skip to content

Commit

Permalink
Merge pull request #94 from pontem-network/add-usdy-token
Browse files Browse the repository at this point in the history
Add USDY token
  • Loading branch information
extg5 authored May 21, 2024
2 parents a6386bf + 325cdff commit 7d7e362
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pontem/coins-registry",
"version": "3.1.3",
"version": "3.1.4",
"description": "Liquidswap & Pontem Wallet coins & pools registry",
"main": "src/index.js",
"scripts": {
Expand Down
Binary file added src/coins-logos/usdy.png
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/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1115,5 +1115,16 @@
"symbol": "DUMDUM",
"type": "0xbe3c4b493632b4d776d56e19d91dcfb34f591f759f6b57f8632d455360da503c::dumdum_coin::DumdumCoin",
"symbol_with_bridge": "DUMDUM"
},
{
"chainId": 1,
"decimals": 6,
"logo_url": "https://raw.githubusercontent.com/pontem-network/coins-registry/main/src/coins-logos/usdy.png",
"name": "Ondo US Dollar Yield",
"order": 1000,
"source": "aptos",
"symbol": "USDY",
"type": "0xcfea864b32833f157f042618bd845145256b1bf4c0da34a7013b76e42daa53cc::usdy::USDY",
"symbol_with_bridge": "USDY"
}
]

0 comments on commit 7d7e362

Please sign in to comment.