Skip to content

Commit

Permalink
fix: add rdp token image
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypto-One-dev committed Feb 1, 2024
1 parent 6fa5a37 commit 9966e41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file added data/icons/rdp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion data/mainnet/pools.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ module.exports = [
<div class="help-message">
<p> The vault supplies
<a href="https://arbiscan.io/token/${addresses.ARBITRUM_ONE.V2.radpie_WBTC.Underlying}" target="_blank" rel="noopener noreferrer">WBTC</a> to Radpie, earning
<a href="https://arbiscan.io/token/${addresses.ARBITRUM_ONE.RDNT}" target="_blank" rel="noopener noreferrer">RDNT</a>.
<a href="https://arbiscan.io/token/${addresses.ARBITRUM_ONE.RDNT}" target="_blank" rel="noopener noreferrer">RDNT</a> &
<a href="https://arbiscan.io/token/${addresses.ARBITRUM_ONE.RDP}" target="_blank" rel="noopener noreferrer">RDP</a>.
At every harvest, the earned RDNT is converted into more
<a href="https://arbiscan.io/token/${addresses.ARBITRUM_ONE.V2.radpie_WBTC.Underlying}" target="_blank" rel="noopener noreferrer">WBTC</a>.
</p>
Expand Down
6 changes: 3 additions & 3 deletions data/mainnet/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
},
RDP: {
chain: CHAIN_IDS.ARBITRUM_ONE,
logoUrl: ['./icons/mgp.png'],
logoUrl: ['./icons/rdp.png'],
tokenAddress: addresses.ARBITRUM_ONE.RDP,
decimals: '18',
vaultAddress: null,
Expand Down Expand Up @@ -191,8 +191,8 @@ module.exports = {
radpie_WBTC: {
chain: CHAIN_IDS.ARBITRUM_ONE,
apyIconUrls: ['./icons/rdnt.svg'],
apyTokenSymbols: ['RDNT'],
logoUrl: ['./icons/wbtc.svg'],
apyTokenSymbols: ['RDNT', 'RDP'],
logoUrl: ['./icons/wbtc.svg', './icons/RDP.PNG'],
tokenNames: ['WBTC'],
platform: ['Radpie'],
tags: ['Advanced'],
Expand Down

0 comments on commit 9966e41

Please sign in to comment.