@dhedge/trading-widget 3.0.0-alpha → 3.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -456,7 +456,6 @@ path: `component.meta[name]`
456
456
  > | `bypassEntryFee` | string | Bypass Entry Fee | |
457
457
  > | `tokenAmountToApprove` | string | Amount of tokens to be approved. | |
458
458
  > | `auto` | string | Auto | |
459
- > | `autoSlippageDescription` | string | App is testing different slippage ranges, starting low and increasing until it's likely to pass | |
460
459
  > | `lengthenLockup` | string | Lengthen lockup to remove entry fee | |
461
460
  > | `deposit` | string | Buy | |
462
461
  > | `withdraw` | string | Sell | |
@@ -508,6 +507,7 @@ path: `component.meta[name]`
508
507
  > | `depositAction` | string | Buy | |
509
508
  > | `withdrawAction` | string | Sell | |
510
509
  > | `swapAction` | string | Swap | |
510
+ > | `unrollAction` | string | Unroll | |
511
511
  > | `claimAction` | string | Claim Without Swap | |
512
512
  > | `claimLabel` | string | Claim | |
513
513
  > | `swapOf` | string | Swap of | |
@@ -515,6 +515,7 @@ path: `component.meta[name]`
515
515
  > | `initWithdrawDescription` | string | Unroll {vaultSymbol} tokens into multi assets | |
516
516
  > | `initWithdrawTooltip` | string | Convertible tokens are basic ERC20 tokens which can be swapped on any DEXs | |
517
517
  > | `completeWithdrawDescription` | string | Swap multi assets into {assetSymbol} | |
518
+ > | `completeWithdrawTooltip` | string | The swap step can be skipped, and all swappable assets can be claimed directly. | |
518
519
 
519
520
  ###### Source: `packages/trading-widget/src/trading-widget/providers/translation-provider/translation-provider.tsx`
520
521