@dhedge/trading-widget 3.18.0 → 3.18.1
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 +0 -3
- package/core-kit/const/links.d.ts +0 -1
- package/index.cjs +39 -39
- package/index.js +4134 -4159
- package/package.json +1 -1
- package/style.css +1 -1
- package/trading-widget/components/widget/widget-settings/batch-transactions-switch/batch-transactions-switch.d.ts +1 -5
- package/trading-widget/providers/translation-provider/translation-provider.types.d.ts +0 -3
- package/trading-widget/components/deposit/meta/batched-transaction-tip.d.ts +0 -2
- package/trading-widget/components/deposit/meta/batched-transaction-tip.hooks.d.ts +0 -3
package/README.md
CHANGED
|
@@ -550,9 +550,6 @@ path: `component.meta[name]`
|
|
|
550
550
|
> | `batchTransactionsLabel` | string | Batch transactions | |
|
|
551
551
|
> | `batchTransactionsSwitchLabel` | string | Batch | |
|
|
552
552
|
> | `batchTransactionsTooltip` | string | Group approve and trade calls into a single batch transaction. Disable if you prefer separate prompts. | |
|
|
553
|
-
> | `seamlessOneClickTrading` | string | Seamless one-click trading | |
|
|
554
|
-
> | `approveDepositPrefix` | string | Approve & deposit in a | |
|
|
555
|
-
> | `singleTransaction` | string | single transaction | |
|
|
556
553
|
|
|
557
554
|
###### Source: `packages/trading-widget/src/trading-widget/providers/translation-provider/translation-provider.tsx`
|
|
558
555
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
export declare const PYTH_API_LINK = "https://hermes.pyth.network";
|
|
2
2
|
export declare const FLAT_MONEY_UNIT_LINK = "https://flat.money/flatcoin";
|
|
3
3
|
export declare const FLAT_MONEY_V1_UNIT_LINK = "https://v1.flat.money/flatcoin";
|
|
4
|
-
export declare const EIP5792_LINK = "https://www.eip5792.xyz";
|