@orbs-network/spot-react 0.0.21 → 0.0.23
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/dist/{ccip-DCn7SCg6.js → ccip-BGEM0Bfc.js} +1 -1
- package/dist/{index-CTa7tQT1.js → index-CzHrQQ9W.js} +13682 -14297
- package/dist/index.d.ts +1 -1
- package/dist/{package.json.d.ts → spot-react/package.json.d.ts} +1 -1
- package/dist/spot-react/src/components/TokenLogo.d.ts.map +1 -0
- package/dist/spot-react/src/components/order-details.d.ts.map +1 -0
- package/dist/spot-react/src/components/orders/order-preview.d.ts.map +1 -0
- package/dist/spot-react/src/components/orders/orders-list.d.ts.map +1 -0
- package/dist/spot-react/src/components/orders/orders.d.ts.map +1 -0
- package/dist/spot-react/src/components/submit-order-panel.d.ts.map +1 -0
- package/dist/{src → spot-react/src}/consts.d.ts +1 -2
- package/dist/spot-react/src/consts.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/helper-hooks.d.ts.map +1 -0
- package/dist/{src → spot-react/src}/hooks/order-hooks.d.ts +1 -1
- package/dist/spot-react/src/hooks/order-hooks.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-amounts-usd.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-base-order.d.ts.map +1 -0
- package/dist/{src → spot-react/src}/hooks/use-build-repermit-order-data-callback.d.ts +1 -1
- package/dist/spot-react/src/hooks/use-build-repermit-order-data-callback.d.ts.map +1 -0
- package/dist/{src → spot-react/src}/hooks/use-cancel-order.d.ts +1 -1
- package/dist/spot-react/src/hooks/use-cancel-order.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-current-order.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-deadline.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-default-values.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-disclaimer-panel.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-dst-amount.d.ts.map +1 -0
- package/dist/{src → spot-react/src}/hooks/use-duration.d.ts +1 -1
- package/dist/spot-react/src/hooks/use-duration.d.ts.map +1 -0
- package/dist/{src → spot-react/src}/hooks/use-fill-delay.d.ts +1 -1
- package/dist/spot-react/src/hooks/use-fill-delay.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-get-transaction-receipt.d.ts.map +1 -0
- package/dist/{src → spot-react/src}/hooks/use-history-order.d.ts +1 -1
- package/dist/spot-react/src/hooks/use-history-order.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-input-errors.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-input-with-percentage.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-invert-trade-panel.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-limit-price.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-market-price.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-src-amount.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-submit-order.d.ts +2 -0
- package/dist/spot-react/src/hooks/use-submit-order.d.ts.map +1 -0
- package/dist/{src → spot-react/src}/hooks/use-submit-swap-panel.d.ts +1 -1
- package/dist/spot-react/src/hooks/use-submit-swap-panel.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-toggle-price.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-token-panel.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-trade-price.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-trades.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-translations.d.ts.map +1 -0
- package/dist/spot-react/src/hooks/use-trigger-price.d.ts.map +1 -0
- package/dist/{src → spot-react/src}/i18n/en.json.d.ts +3 -8
- package/dist/{src → spot-react/src}/index.d.ts +4 -4
- package/dist/spot-react/src/index.d.ts.map +1 -0
- package/dist/spot-react/src/spot-context.d.ts.map +1 -0
- package/dist/spot-react/src/store.d.ts.map +1 -0
- package/dist/{src → spot-react/src}/types.d.ts +6 -11
- package/dist/spot-react/src/types.d.ts.map +1 -0
- package/dist/{src → spot-react/src}/utils.d.ts +7 -2
- package/dist/spot-react/src/utils.d.ts.map +1 -0
- package/dist/spot-react.js +109 -108
- package/dist/spot-react.umd.cjs +62 -62
- package/dist/spot-ui/src/index.d.ts +14 -0
- package/dist/spot-ui/src/index.d.ts.map +1 -0
- package/dist/spot-ui/src/lib/abi/erc20.json.d.ts +291 -0
- package/dist/spot-ui/src/lib/abi/executor.json.d.ts +757 -0
- package/dist/spot-ui/src/lib/abi/index.d.ts +501 -0
- package/dist/spot-ui/src/lib/abi/index.d.ts.map +1 -0
- package/dist/spot-ui/src/lib/abi/iweth.json.d.ts +41 -0
- package/dist/spot-ui/src/lib/abi/reactor.json.d.ts +647 -0
- package/dist/spot-ui/src/lib/abi/repermit.json.d.ts +316 -0
- package/dist/spot-ui/src/lib/analytics.d.ts +107 -0
- package/dist/spot-ui/src/lib/analytics.d.ts.map +1 -0
- package/dist/spot-ui/src/lib/build-repermit-order-data.d.ts +51 -0
- package/dist/spot-ui/src/lib/build-repermit-order-data.d.ts.map +1 -0
- package/dist/spot-ui/src/lib/consts.d.ts +90 -0
- package/dist/spot-ui/src/lib/consts.d.ts.map +1 -0
- package/dist/spot-ui/src/lib/lib.d.ts +59 -0
- package/dist/spot-ui/src/lib/lib.d.ts.map +1 -0
- package/dist/spot-ui/src/lib/networks.d.ts +445 -0
- package/dist/spot-ui/src/lib/networks.d.ts.map +1 -0
- package/dist/spot-ui/src/lib/orders/index.d.ts +10 -0
- package/dist/spot-ui/src/lib/orders/index.d.ts.map +1 -0
- package/dist/spot-ui/src/lib/orders/v1-orders.d.ts +48 -0
- package/dist/spot-ui/src/lib/orders/v1-orders.d.ts.map +1 -0
- package/dist/spot-ui/src/lib/orders/v2-orders.d.ts +8 -0
- package/dist/spot-ui/src/lib/orders/v2-orders.d.ts.map +1 -0
- package/dist/spot-ui/src/lib/submit-order.d.ts +3 -0
- package/dist/spot-ui/src/lib/submit-order.d.ts.map +1 -0
- package/dist/spot-ui/src/lib/types.d.ts +267 -0
- package/dist/spot-ui/src/lib/types.d.ts.map +1 -0
- package/dist/spot-ui/src/lib/utils.d.ts +456 -0
- package/dist/spot-ui/src/lib/utils.d.ts.map +1 -0
- package/package.json +2 -2
- package/dist/src/components/TokenLogo.d.ts.map +0 -1
- package/dist/src/components/order-details.d.ts.map +0 -1
- package/dist/src/components/orders/order-preview.d.ts.map +0 -1
- package/dist/src/components/orders/orders-list.d.ts.map +0 -1
- package/dist/src/components/orders/orders.d.ts.map +0 -1
- package/dist/src/components/submit-order-panel.d.ts.map +0 -1
- package/dist/src/consts.d.ts.map +0 -1
- package/dist/src/hooks/helper-hooks.d.ts.map +0 -1
- package/dist/src/hooks/order-hooks.d.ts.map +0 -1
- package/dist/src/hooks/use-amounts-usd.d.ts.map +0 -1
- package/dist/src/hooks/use-base-order.d.ts.map +0 -1
- package/dist/src/hooks/use-build-repermit-order-data-callback.d.ts.map +0 -1
- package/dist/src/hooks/use-cancel-order.d.ts.map +0 -1
- package/dist/src/hooks/use-current-order.d.ts.map +0 -1
- package/dist/src/hooks/use-deadline.d.ts.map +0 -1
- package/dist/src/hooks/use-default-values.d.ts.map +0 -1
- package/dist/src/hooks/use-disclaimer-panel.d.ts.map +0 -1
- package/dist/src/hooks/use-dst-amount.d.ts.map +0 -1
- package/dist/src/hooks/use-duration.d.ts.map +0 -1
- package/dist/src/hooks/use-fill-delay.d.ts.map +0 -1
- package/dist/src/hooks/use-get-transaction-receipt.d.ts.map +0 -1
- package/dist/src/hooks/use-history-order.d.ts.map +0 -1
- package/dist/src/hooks/use-input-errors.d.ts.map +0 -1
- package/dist/src/hooks/use-input-with-percentage.d.ts.map +0 -1
- package/dist/src/hooks/use-invert-trade-panel.d.ts.map +0 -1
- package/dist/src/hooks/use-limit-price.d.ts.map +0 -1
- package/dist/src/hooks/use-market-price.d.ts.map +0 -1
- package/dist/src/hooks/use-src-amount.d.ts.map +0 -1
- package/dist/src/hooks/use-submit-order.d.ts +0 -2
- package/dist/src/hooks/use-submit-order.d.ts.map +0 -1
- package/dist/src/hooks/use-submit-swap-panel.d.ts.map +0 -1
- package/dist/src/hooks/use-toggle-price.d.ts.map +0 -1
- package/dist/src/hooks/use-token-panel.d.ts.map +0 -1
- package/dist/src/hooks/use-trade-price.d.ts.map +0 -1
- package/dist/src/hooks/use-trades.d.ts.map +0 -1
- package/dist/src/hooks/use-translations.d.ts.map +0 -1
- package/dist/src/hooks/use-trigger-price.d.ts.map +0 -1
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/spot-context.d.ts.map +0 -1
- package/dist/src/store.d.ts.map +0 -1
- package/dist/src/types.d.ts.map +0 -1
- package/dist/src/utils.d.ts.map +0 -1
- /package/dist/{src → spot-react/src}/components/TokenLogo.d.ts +0 -0
- /package/dist/{src → spot-react/src}/components/order-details.d.ts +0 -0
- /package/dist/{src → spot-react/src}/components/orders/order-preview.d.ts +0 -0
- /package/dist/{src → spot-react/src}/components/orders/orders-list.d.ts +0 -0
- /package/dist/{src → spot-react/src}/components/orders/orders.d.ts +0 -0
- /package/dist/{src → spot-react/src}/components/submit-order-panel.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/helper-hooks.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-amounts-usd.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-base-order.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-current-order.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-deadline.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-default-values.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-disclaimer-panel.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-dst-amount.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-get-transaction-receipt.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-input-errors.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-input-with-percentage.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-invert-trade-panel.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-limit-price.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-market-price.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-src-amount.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-toggle-price.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-token-panel.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-trade-price.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-trades.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-translations.d.ts +0 -0
- /package/dist/{src → spot-react/src}/hooks/use-trigger-price.d.ts +0 -0
- /package/dist/{src → spot-react/src}/spot-context.d.ts +0 -0
- /package/dist/{src → spot-react/src}/store.d.ts +0 -0
package/dist/spot-react.js
CHANGED
|
@@ -1,124 +1,125 @@
|
|
|
1
1
|
import "react";
|
|
2
|
-
import {
|
|
2
|
+
import { aS as r, C as t, a5 as i, D as E, aC as n, aQ as o, aO as _, aR as T, aP as P, aM as l, aG as A, ak as u, aE as I, ah as R, aD as S, aj as L, I as O, aB as g, am as d, at as D, ar as M, as as m, av as C, au as U, M as p, aJ as c, aK as N, aI as b, aH as k, aL as F, O as B, J as y, P as G, G as h, aN as x, ag as Y, ai as f, aF as H, aq as v, S as w, E as W, F as K, aw as Q, al as V, an as X, a9 as z, aa as j, a6 as q, bd as J, L as Z, Y as $, a2 as aa, N as sa, T as ea, af as ra, ap as ta, aX as ia, bb as Ea, a_ as na, aT as oa, aU as _a, aW as Ta, a$ as Pa, a4 as la, ba as Aa, b1 as ua, b6 as Ia, aY as Ra, b8 as Sa, V as La, b7 as Oa, b9 as ga, aZ as da, a8 as Da, W as Ma, ab as ma, X as Ca, $ as Ua, ad as pa, aA as ca, bc as Na, ac as ba, b0 as ka, b4 as Fa, b2 as Ba, b5 as ya, b3 as Ga, aV as ha, a3 as xa, U as Ya, Q as fa, az as Ha, Z as va, _ as wa, ay as Wa, ae as Ka, R as Qa, K as Va, ao as Xa, a7 as za, a1 as ja, a0 as qa, be as Ja, y as Za, t as $a, o as as, h as ss, j as es, A as rs, w as ts, v as is, k as Es, m as ns, q as os, n as _s, r as Ts, x as Ps, u as ls, p as As, z as us, ax as Is } from "./index-CzHrQQ9W.js";
|
|
3
3
|
export {
|
|
4
|
-
r as
|
|
5
|
-
t as
|
|
6
|
-
i as
|
|
4
|
+
r as CRASH_ERROR_MESSAGE,
|
|
5
|
+
t as Components,
|
|
6
|
+
i as Configs,
|
|
7
|
+
E as DEFAULT_DURATION_OPTIONS,
|
|
7
8
|
n as DEFAULT_FILL_DELAY,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
9
|
+
o as DEFAULT_STOP_LOSS_LIMIT_PERCENTAGE,
|
|
10
|
+
_ as DEFAULT_STOP_LOSS_PERCENTAGE,
|
|
11
|
+
T as DEFAULT_TAKE_PROFIT_LIMIT_PERCENTAGE,
|
|
12
|
+
P as DEFAULT_TAKE_PROFIT_PERCENTAGE,
|
|
13
|
+
l as DISCLAIMER_URL,
|
|
14
|
+
A as EIP712_TYPES,
|
|
15
|
+
u as ERC20_ABI,
|
|
16
|
+
I as EXCLUSIVITY_OVERRIDE_BPS,
|
|
17
|
+
R as EXECUTOR_ABI,
|
|
18
|
+
S as FEES,
|
|
18
19
|
L as IWETH_ABI,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
20
|
+
O as InputErrors,
|
|
21
|
+
g as LEGACY_EXCHANGES_MAP,
|
|
22
|
+
d as LENS_ABI,
|
|
23
|
+
D as MAX_ORDER_DURATION_MILLIS,
|
|
24
|
+
M as MIN_CHUNKS,
|
|
24
25
|
m as MIN_FILL_DELAY_MILLIS,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
26
|
+
C as MIN_FILL_DELAY_MINUTES,
|
|
27
|
+
U as MIN_ORDER_DURATION_MILLIS,
|
|
28
|
+
p as Module,
|
|
29
|
+
c as ORBS_LOGO,
|
|
30
|
+
N as ORBS_LOGO_FALLBACK,
|
|
31
|
+
b as ORBS_SLTP_FAQ_URL,
|
|
31
32
|
k as ORBS_TWAP_FAQ_URL,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
33
|
+
F as ORBS_WEBSITE_URL,
|
|
34
|
+
B as OrderStatus,
|
|
35
|
+
y as OrderType,
|
|
36
|
+
G as PRICE_PROTECTION_SETTINGS,
|
|
37
|
+
h as Partners,
|
|
38
|
+
x as QUERY_PARAMS,
|
|
39
|
+
Y as REACTOR_ABI,
|
|
40
|
+
f as REPERMIT_ABI,
|
|
41
|
+
H as REPERMIT_PRIMARY_TYPE,
|
|
41
42
|
v as SUGGEST_CHUNK_VALUE,
|
|
42
43
|
w as SpotProvider,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
44
|
+
W as Steps,
|
|
45
|
+
K as SwapStatus,
|
|
46
|
+
Q as THE_GRAPH_ORDERS_API,
|
|
47
|
+
V as TWAP_ABI,
|
|
48
|
+
X as TimeUnit,
|
|
49
|
+
z as amountBN,
|
|
50
|
+
j as amountUi,
|
|
51
|
+
q as analytics,
|
|
52
|
+
J as buildRePermitOrderData,
|
|
53
|
+
Z as copy,
|
|
54
|
+
$ as ensureWrappedToken,
|
|
55
|
+
aa as eqIgnoreCase,
|
|
56
|
+
sa as fillDelayText,
|
|
57
|
+
ea as formatDecimals,
|
|
58
|
+
ra as getAccountOrders,
|
|
59
|
+
ta as getApiEndpoint,
|
|
60
|
+
ia as getChunks,
|
|
61
|
+
Ea as getConfig,
|
|
61
62
|
na as getDeadline,
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
63
|
+
oa as getDestTokenAmount,
|
|
64
|
+
_a as getDestTokenMinAmountPerChunk,
|
|
65
|
+
Ta as getDuration,
|
|
66
|
+
Pa as getEstimatedDelayBetweenChunksMillis,
|
|
67
|
+
la as getExplorerUrl,
|
|
68
|
+
Aa as getMaxChunksError,
|
|
69
|
+
ua as getMaxFillDelayError,
|
|
70
|
+
Ia as getMaxOrderDurationError,
|
|
71
|
+
Ra as getMaxPossibleChunks,
|
|
72
|
+
Sa as getMinFillDelayError,
|
|
72
73
|
La as getMinNativeBalance,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
74
|
+
Oa as getMinOrderDurationError,
|
|
75
|
+
ga as getMinTradeSizeError,
|
|
76
|
+
da as getMinimumDelayMinutes,
|
|
77
|
+
Da as getNetwork,
|
|
78
|
+
Ma as getOrderExcecutionRate,
|
|
78
79
|
ma as getOrderFillDelayMillis,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
80
|
+
Ca as getOrderLimitPriceRate,
|
|
81
|
+
Ua as getOrderType,
|
|
82
|
+
pa as getPartnerChains,
|
|
83
|
+
ca as getPartnerIdentifier,
|
|
84
|
+
Na as getPartners,
|
|
85
|
+
ba as getQueryParam,
|
|
85
86
|
ka as getSrcTokenChunkAmount,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
87
|
+
Fa as getStopLossLimitPriceError,
|
|
88
|
+
Ba as getStopLossPriceError,
|
|
89
|
+
ya as getTakeProfitLimitPriceError,
|
|
90
|
+
Ga as getTakeProfitPriceError,
|
|
91
|
+
ha as getTriggerPricePerChunk,
|
|
92
|
+
xa as isNativeAddress,
|
|
93
|
+
Ya as isTxRejected,
|
|
94
|
+
fa as makeElipsisAddress,
|
|
95
|
+
Ha as maxUint256,
|
|
95
96
|
va as millisToDays,
|
|
96
97
|
wa as millisToMinutes,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
98
|
+
Wa as nativeTokenAddresses,
|
|
99
|
+
Ka as networks,
|
|
100
|
+
Qa as parseError,
|
|
101
|
+
Va as removeCommas,
|
|
102
|
+
Xa as setApiMode,
|
|
103
|
+
za as setUIVersion,
|
|
104
|
+
ja as shouldUnwrapOnly,
|
|
105
|
+
qa as shouldWrapOnly,
|
|
106
|
+
Ja as submitOrder,
|
|
107
|
+
Za as useBuildRePermitOrderDataCallback,
|
|
108
|
+
$a as useDisclaimerPanel,
|
|
109
|
+
as as useDstTokenPanel,
|
|
110
|
+
ss as useDurationPanel,
|
|
111
|
+
es as useFillDelayPanel,
|
|
112
|
+
rs as useFormatNumber,
|
|
113
|
+
ts as useInputErrors,
|
|
114
|
+
is as useInvertTradePanel,
|
|
115
|
+
Es as useLimitPricePanel,
|
|
115
116
|
ns as useMarketPricePanel,
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
117
|
+
os as useOrderHistoryPanel,
|
|
118
|
+
_s as useSrcTokenPanel,
|
|
119
|
+
Ts as useSubmitSwapPanel,
|
|
120
|
+
Ps as useTogglePricePanel,
|
|
121
|
+
ls as useTradesPanel,
|
|
122
|
+
As as useTriggerPricePanel,
|
|
123
|
+
us as useTypedSrcAmount,
|
|
124
|
+
Is as zeroAddress
|
|
124
125
|
};
|