@dhedge/trading-widget 3.3.7 → 3.3.8
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 +1 -1
- package/{index-3a92f495.cjs → index-38e4e078.cjs} +1 -1
- package/{index-828fca53.js → index-ff754c9a.js} +3 -3
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/{pyth-adapter-6401b7a1.cjs → pyth-adapter-0613a5a0.cjs} +1 -1
- package/{pyth-adapter-dde23792.js → pyth-adapter-99f3443d.js} +1 -1
package/README.md
CHANGED
|
@@ -440,7 +440,7 @@ path: `component.meta[name]`
|
|
|
440
440
|
|
|
441
441
|
> | name | type | default value | description |
|
|
442
442
|
> | -------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
443
|
-
> | `depositSlippageWarning` | string | Excludes entry fee.
|
|
443
|
+
> | `depositSlippageWarning` | string | Excludes entry fee. | |
|
|
444
444
|
> | `withdrawSlippageWarning` | string | Slippage only applies to single asset withdrawals and withdrawals from vaults with debt positions in Aave. | |
|
|
445
445
|
> | `minSlippageWarning` | string | Flexible min slippage value that is likely enough to process the transaction. | |
|
|
446
446
|
> | `highSlippageWarning` | string | We recommend using another asset to trade with lower slippage. | |
|