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 committed Mar 4, 2024
1 parent 1f5a9bf commit 7090b28
Showing 1 changed file with 1 addition and 0 deletions.
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 7090b28

Please sign in to comment.