Skip to content

Commit

Permalink
Merge pull request #70 from pnetwork-association/fix/legacy-redeem
Browse files Browse the repository at this point in the history
fix(swap-assets): fix legacy redeem for LTC
  • Loading branch information
envin3 authored Mar 4, 2024
2 parents 1f5a9bf + e878d42 commit 194fb8b
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 194fb8b

Please sign in to comment.