Skip to content

Commit

Permalink
fix(swap-assets): allow only legacy redeem for pLTC on Ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 authored and oliviera9 committed Mar 4, 2024
1 parent 847dbdf commit ee8bd95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-mangos-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'plain-dapp-update': patch
---

Allow only legacy redeem for pLTC
1 change: 1 addition & 0 deletions src/settings/swap-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ const swapAssets = [
chainId: ChainId.EthereumMainnet,
onPnetworkV2: true,
notifyDepositAddressWarning: true,
onlyLegacyRedeem: true,
},
{
address: 'ltc.ptokens',
Expand Down

0 comments on commit ee8bd95

Please sign in to comment.