Skip to content

Commit

Permalink
feat: add USDY on Noble testnet (cosmos#4880)
Browse files Browse the repository at this point in the history
* feat: add USDY on Noble testnet

* chore: update chain name in traces

* fix: remove traces for now
  • Loading branch information
johnletey authored Jun 26, 2024
1 parent 8c9e750 commit e00f558
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 34 deletions.
42 changes: 14 additions & 28 deletions testnets/nobletestnet/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,48 +81,34 @@
]
},
{
"description": "USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.",
"description": "Ondo US Dollar Yield",
"denom_units": [
{
"denom": "uusdlr",
"denom": "ausdy",
"exponent": 0,
"aliases": [
"microusdlr"
"attousdy"
]
},
{
"denom": "usdlr",
"exponent": 6
}
],
"base": "uusdlr",
"display": "usdlr",
"name": "USDLR by Stable",
"symbol": "USDLR",
"traces": [
{
"type": "test-mintage",
"counterparty": {
"chain_name": "noble",
"base_denom": "uusdlr"
},
"provider": "Stable"
"denom": "usdy",
"exponent": 18
}
],
"base": "ausdy",
"display": "usdy",
"name": "Ondo US Dollar Yield",
"symbol": "USDY",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg"
},
"images": [
{
"image_sync": {
"chain_name": "noble",
"base_denom": "uusdlr"
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg"
}
]
}
]
}
}
Binary file removed testnets/nobletestnet/images/usdlr.png
Binary file not shown.
6 changes: 0 additions & 6 deletions testnets/nobletestnet/images/usdlr.svg

This file was deleted.

Binary file added testnets/nobletestnet/images/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 testnets/nobletestnet/images/usdy.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 e00f558

Please sign in to comment.