File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/state/slices/opportunitiesSlice/resolvers/thorchainsavers Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import {
1212 fromAssetId ,
1313 ltcAssetId ,
1414 thorchainAssetId ,
15+ tronAssetId ,
1516} from '@shapeshiftoss/caip'
1617import { assetIdToThorPoolAssetId } from '@shapeshiftoss/swapper'
1718import 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' ,
You can’t perform that action at this time.
0 commit comments