Skip to content

Commit

Permalink
chore: lowercase icons
Browse files Browse the repository at this point in the history
  • Loading branch information
JuampiRombola committed Jan 29, 2024
1 parent 38e88e0 commit 39f3ca9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ List of supported RTokens for Register

### Optional (Recommended for optimal Register support)

- `logo`: An optional logo of your token. Must be an `svg` added to the `images` folder, example: `rsv.svg`.
- `logo`: An optional logo of your token. Must be an `svg` added to the `images` folder with lowercase filename, example: `rsv.svg`.
- `governance`: A mapping that contains the `voting` and `discussion` urls related to governance.
- `website`: Official URL of the website.
- `about`: Short description of the rToken, displayed on the Register overview page.
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion rtokens/base-rtoken-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"address": "0xCc7FF230365bD730eE4B352cC2492CEdAC49383e",
"name": "High Yield USD",
"symbol": "hyUSD",
"logo": "hyUSD.svg",
"logo": "hyusd.svg",
"decimals": 18,
"about": "hyUSD is a secure high yield savings flatcoin with up to 6% rewards outpacing inflation in over 100 countries around the world 🌎",
"website": "https://linktr.ee/hyusd",
Expand Down
6 changes: 3 additions & 3 deletions rtokens/mainnet-rtoken-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"address": "0xA0d69E286B938e21CBf7E51D71F6A4c8918f482F",
"name": "Electronic Dollar",
"symbol": "eUSD",
"logo": "eUSD.svg",
"logo": "eusd.svg",
"decimals": 18,
"about": "The eUSD RToken is a fully collateralized US-dollar stablecoin built on the Reserve Protocol"
},
"0xE72B141DF173b999AE7c1aDcbF60Cc9833Ce56a8": {
"address": "0xE72B141DF173b999AE7c1aDcbF60Cc9833Ce56a8",
"name": "ETHPlus",
"symbol": "ETH+",
"logo": "ETHPlus.svg",
"logo": "ethplus.svg",
"decimals": 18,
"about": "A reward generating Ethereum Liquid Staking Token basket with over-collateralized protection",
"website": "https://register.app/#/overview?token=0xE72B141DF173b999AE7c1aDcbF60Cc9833Ce56a8",
Expand All @@ -26,7 +26,7 @@
"address": "0xaCdf0DBA4B9839b96221a8487e9ca660a48212be",
"name": "High Yield USD",
"symbol": "hyUSD",
"logo": "hyUSD.svg",
"logo": "hyusd.svg",
"decimals": 18,
"about": "hyUSD is a secure high yield savings flatcoin with up to 6% rewards outpacing inflation in over 100 countries around the world 🌎",
"website": "https://linktr.ee/hyusd",
Expand Down

0 comments on commit 39f3ca9

Please sign in to comment.