Skip to content

Commit 70b72bb

Browse files
fix: tron lp withdraws (#11616)
1 parent ef70f3b commit 70b72bb

File tree

1 file changed

+2
-0
lines changed
  • src/state/slices/opportunitiesSlice/resolvers/thorchainsavers

1 file changed

+2
-0
lines changed

src/state/slices/opportunitiesSlice/resolvers/thorchainsavers/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {
1212
fromAssetId,
1313
ltcAssetId,
1414
thorchainAssetId,
15+
tronAssetId,
1516
} from '@shapeshiftoss/caip'
1617
import { assetIdToThorPoolAssetId } from '@shapeshiftoss/swapper'
1718
import type { Asset } from '@shapeshiftoss/types'
@@ -59,6 +60,7 @@ export const THORCHAIN_SAVERS_DUST_THRESHOLDS_CRYPTO_BASE_UNIT = {
5960
[bscAssetId]: '10000000000',
6061
[cosmosAssetId]: '1', // the inbound address dust_threshold is '0', but LP withdrawls fail without a dust value
6162
[thorchainAssetId]: '1', // partial LP withdrawls fail without a dust value
63+
[tronAssetId]: '1', // the inbound address dust_threshold is '0', but TRON rejects 0-value transactions
6264
[binanceAssetId]: '0',
6365
[usdcEthereumAssetId]: '0',
6466
[usdtEthereumAssetId]: '0',

0 commit comments

Comments
 (0)