Skip to content

Commit

Permalink
feat(swap): add additional info to UOS swap
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Apr 9, 2024
1 parent eb6be48 commit f64cfb9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/pages/swap/Swap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,14 @@ const Swap = ({
0x1003d3574ac79303a5fa0951ecb04cc7acba9747) and it is the only official pBTC representation on BSC.
</InfoEta>
) : null}
{to && to.id === 'UOS' ? (
<InfoEta>
By bridging to Ethereum you will get native ERC20 UOS tokens passing through the pUOS pToken
</InfoEta>
) : null}
{from && from.id === 'UOS' ? (
<InfoEta>By bridging to Ultra you will get native UOS tokens passing through the pUOS pToken</InfoEta>
) : null}
{to && to.id === 'PBTC_ON_ALGORAND_MAINNET' ? (
<InfoEta>
Please make sure that the receiving Algorand account has opted in for pBTC (Asset ID: {to.address}).
Expand Down

0 comments on commit f64cfb9

Please sign in to comment.