@dhedge/trading-widget 5.4.0 → 5.6.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/complex-withdraw-asset-data-CJHcItJS.cjs +1 -0
- package/{complex-withdraw-asset-data-CsznXzIE.js → complex-withdraw-asset-data-Dcnjfbe1.js} +2 -2
- package/const.cjs +1 -1
- package/const.js +22 -21
- package/core-kit/const/network.d.ts +64 -2
- package/core-kit/hooks/state/active-action.d.ts +5 -0
- package/core-kit/hooks/state/index.d.ts +1 -1
- package/core-kit/types/state.types.d.ts +14 -5
- package/core-kit/types/trading-panel.types.d.ts +0 -7
- package/core-kit/types/trading.types.d.ts +1 -1
- package/index.cjs +1 -1
- package/index.d.ts +3 -3
- package/index.js +2898 -2776
- package/limit-orders/component/limit-order-button/approve-and-create-limit-order-button.d.ts +6 -0
- package/limit-orders/component/limit-order-button/{limit-order-button.hooks.d.ts → approve-and-create-limit-order-button.hooks.d.ts} +4 -4
- package/limit-orders/hooks/use-approve-and-create-limit-order.d.ts +11 -0
- package/limit-orders/hooks/use-create-limit-order-transaction.d.ts +8 -0
- package/limit-orders/hooks/use-limit-order-approve-transaction.d.ts +1 -1
- package/limit-orders/providers/translation-provider/translation-provider.types.d.ts +3 -0
- package/package.json +1 -1
- package/{storage-DL2GNx3e.js → storage-CHA9ReGl.js} +337 -323
- package/storage-DWlbZwWV.cjs +1 -0
- package/trading-widget/components/widget/widget-overlay/trading-overlay/withdrawals/success-withdrawal-overlay.hooks.d.ts +2 -1
- package/trading-widget/components/widget/widget-overlay/withdraw-stepper-overlay/withdraw-stepper-overlay.hooks.d.ts +4 -3
- package/trading-widget/components/withdraw/complete-step/button/claim-button/claim-button.hooks.d.ts +2 -2
- package/utils.cjs +1 -1
- package/utils.js +1 -1
- package/complex-withdraw-asset-data-ColnUVfL.cjs +0 -1
- package/core-kit/hooks/state/stepper.d.ts +0 -5
- package/limit-orders/component/limit-order-button/limit-order-approve-button.d.ts +0 -2
- package/limit-orders/component/limit-order-button/limit-order-approve-button.hooks.d.ts +0 -6
- package/limit-orders/component/limit-order-button/limit-order-button.d.ts +0 -6
- package/storage-Dk8i88bn.cjs +0 -1
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
import { optimism as t, base as n, arbitrum as s, polygon as i, mainnet as a } from "wagmi/chains";
|
|
2
|
-
import { formatDuration as
|
|
3
|
-
import { erc20Abi as
|
|
4
|
-
const
|
|
1
|
+
import { optimism as t, hyperEvm as y, base as n, arbitrum as s, polygon as i, mainnet as a } from "wagmi/chains";
|
|
2
|
+
import { formatDuration as K } from "date-fns";
|
|
3
|
+
import { erc20Abi as z } from "viem";
|
|
4
|
+
const q = "0x0000000000000000000000000000000000000000", xe = BigInt(
|
|
5
5
|
"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
|
|
6
|
-
), l = 18,
|
|
7
|
-
address:
|
|
6
|
+
), l = 18, Ne = "1000000000000000000", Be = 59e3, Ue = 3e4, We = 15e3, Fe = 5e3, X = 400, ke = X * 1.2, He = K({ hours: 24 }), Ve = {
|
|
7
|
+
address: q,
|
|
8
8
|
symbol: "",
|
|
9
9
|
chainId: t.id,
|
|
10
10
|
depositParams: { customTokens: [] },
|
|
11
11
|
withdrawParams: { customTokens: [] },
|
|
12
12
|
deprecated: !1
|
|
13
|
-
},
|
|
13
|
+
}, Ge = "deposit", Ye = 1, Z = 0, Ke = 0.5, ze = 0.02, qe = 0.75, Xe = [Z], Ze = "withdrawSafe", $e = "initWithdrawal", je = "unrollAndClaim", Qe = "completeWithdrawal", Je = 3e7, et = 1.25, tt = 1e4, at = 13e3, nt = 3, st = 2e4, it = 15e3, pt = {
|
|
14
14
|
[a.id]: a,
|
|
15
15
|
[i.id]: i,
|
|
16
16
|
[t.id]: t,
|
|
17
17
|
[s.id]: s,
|
|
18
|
-
[n.id]: n
|
|
19
|
-
|
|
18
|
+
[n.id]: n,
|
|
19
|
+
[y.id]: y
|
|
20
|
+
}, rt = {
|
|
20
21
|
[a.id]: {
|
|
21
22
|
nativeTokenSymbol: "ETH",
|
|
22
23
|
wrappedNativeTokenName: "WETH",
|
|
@@ -46,28 +47,36 @@ const z = "0x0000000000000000000000000000000000000000", Ce = BigInt(
|
|
|
46
47
|
wrappedNativeTokenName: "WETH",
|
|
47
48
|
address: "0x4200000000000000000000000000000000000006",
|
|
48
49
|
decimals: l
|
|
50
|
+
},
|
|
51
|
+
[y.id]: {
|
|
52
|
+
nativeTokenSymbol: "HYPE",
|
|
53
|
+
wrappedNativeTokenName: "WHYPE",
|
|
54
|
+
address: "0x5555555555555555555555555555555555555555",
|
|
55
|
+
decimals: l
|
|
49
56
|
}
|
|
50
|
-
},
|
|
57
|
+
}, dt = {
|
|
51
58
|
[a.id]: 299e5,
|
|
52
59
|
[i.id]: 299e5,
|
|
53
60
|
[t.id]: 299e5,
|
|
54
61
|
[s.id]: 299e5,
|
|
55
|
-
[n.id]: 299e5
|
|
56
|
-
|
|
62
|
+
[n.id]: 299e5,
|
|
63
|
+
[y.id]: 299e5
|
|
64
|
+
}, ot = {
|
|
57
65
|
[a.id]: "https://eth-mainnet.g.alchemy.com/v2",
|
|
58
66
|
[t.id]: "https://opt-mainnet.g.alchemy.com/v2",
|
|
59
67
|
[i.id]: "https://polygon-mainnet.g.alchemy.com/v2",
|
|
60
68
|
[s.id]: "https://arb-mainnet.g.alchemy.com/v2",
|
|
61
|
-
[n.id]: "https://base-mainnet.g.alchemy.com/v2"
|
|
62
|
-
|
|
69
|
+
[n.id]: "https://base-mainnet.g.alchemy.com/v2",
|
|
70
|
+
[y.id]: "https://hyperliquid-mainnet.g.alchemy.com/v2"
|
|
71
|
+
}, yt = {
|
|
63
72
|
USD: "$",
|
|
64
73
|
ETH: "Ξ",
|
|
65
74
|
BTC: "₿"
|
|
66
|
-
},
|
|
75
|
+
}, ut = {
|
|
67
76
|
USD: 2,
|
|
68
77
|
ETH: 4,
|
|
69
78
|
BTC: 6
|
|
70
|
-
},
|
|
79
|
+
}, lt = ["USDC", "USDT"], r = {
|
|
71
80
|
INVEST_INPUT_FOCUS: "invest_input_focus",
|
|
72
81
|
APPROVED_TOKEN: "approved_token",
|
|
73
82
|
DEPOSIT: "deposit",
|
|
@@ -84,7 +93,7 @@ const z = "0x0000000000000000000000000000000000000000", Ce = BigInt(
|
|
|
84
93
|
OPEN_LIMIT_SELL_VIEW: "open_limit_sell_view",
|
|
85
94
|
LIMIT_ORDER_WITHDRAW: "limit_order_withdraw",
|
|
86
95
|
LIMIT_ORDER_WITHDRAW_DELETE: "limit_order_withdraw_delete"
|
|
87
|
-
},
|
|
96
|
+
}, mt = {
|
|
88
97
|
approve: [r.APPROVED_TOKEN],
|
|
89
98
|
deposit: [r.DEPOSIT],
|
|
90
99
|
multi_withdraw: [
|
|
@@ -106,7 +115,7 @@ const z = "0x0000000000000000000000000000000000000000", Ce = BigInt(
|
|
|
106
115
|
delete_limit_order_withdraw: [
|
|
107
116
|
r.LIMIT_ORDER_WITHDRAW_DELETE
|
|
108
117
|
]
|
|
109
|
-
},
|
|
118
|
+
}, ct = {
|
|
110
119
|
IS_INFINITE: { NAME: "is_infinite", TYPE: "number" },
|
|
111
120
|
SYMBOL: { NAME: "symbol", TYPE: "string" },
|
|
112
121
|
CHAIN_ID: { NAME: "chain_id", TYPE: "number" },
|
|
@@ -114,10 +123,10 @@ const z = "0x0000000000000000000000000000000000000000", Ce = BigInt(
|
|
|
114
123
|
IS_BATCH_TRANSACTIONS_ENABLED: { NAME: "is_batch_enabled", TYPE: "number" },
|
|
115
124
|
SOURCE: { NAME: "source", TYPE: "string" }
|
|
116
125
|
};
|
|
117
|
-
var o = /* @__PURE__ */ ((
|
|
118
|
-
const
|
|
119
|
-
s.id + "", `${
|
|
120
|
-
const
|
|
126
|
+
var o = /* @__PURE__ */ ((u) => (u.ETH = "ETH", u.MAINNET = "MAINNET", u.POLYGON = "POLYGON", u.OE = "OPTIMISM", u.ARBI = "ARBITRUM", u.BASE = "BASE", u))(o || {});
|
|
127
|
+
const c = process.env.NEXT_PUBLIC_INFURA_API_KEY;
|
|
128
|
+
s.id + "", `${c}`, t.id + "", `${c}`, i.id + "", `${c}`, n.id + "", `${c}`, a.id + "", `${c}`;
|
|
129
|
+
const Tt = {
|
|
121
130
|
[s.id]: {
|
|
122
131
|
...s,
|
|
123
132
|
name: "Arbitrum",
|
|
@@ -157,15 +166,15 @@ const lt = {
|
|
|
157
166
|
}
|
|
158
167
|
};
|
|
159
168
|
o.ETH + "", a.id, o.MAINNET + "", a.id, o.POLYGON + "", i.id, o.OE + "", t.id, o.ARBI + "", s.id, o.BASE + "", n.id;
|
|
160
|
-
a.id + "", t.id + "", i.id + "", s.id + "", n.id + "";
|
|
161
|
-
const
|
|
169
|
+
a.id + "", t.id + "", i.id + "", s.id + "", n.id + "", y.id + "";
|
|
170
|
+
const E = "0x0000000000000000000000000000000000000000";
|
|
162
171
|
BigInt("0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
|
|
163
172
|
a.id + "", BigInt(100), t.id + "", BigInt(600), i.id + "", BigInt(600), n.id + "", BigInt(600), s.id + "", BigInt(5300);
|
|
164
|
-
const
|
|
173
|
+
const $ = "0x96D33bCF84DdE326014248E2896F79bbb9c13D6d", S = "0xbDd84294bC8299861A2121F749A25EFEb7168a32", I = "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2", j = "0xffFb5fB14606EB3a548C113026355020dDF27535", R = "0x794a61358D6845594F94dc1DB02A252b5b4814aD", w = "0xA5679C4272A056Bb83f039961fae7D99C48529F5", M = "0x26a687e8244f1866E9Aa2D400c8b9957Aa8e6Ad4", Q = "0x49Afe3abCf66CF09Fab86cb1139D8811C8afe56F", h = "0xf067575Eb60c7587C11e867907AA7284833704d1", J = "0x59525b9b23adc475ef91d98dae06b568ba574ce5", bt = "0xa907504d7a4c415b4e6e1d0866d96afe8202f0e5", ft = "0x1849324228d852a67eb7443e42d967e480ffe95d", g = "0xa238dd80c259a72e81d7e4664a9801593f98d1c5", O = "0xFcBEc28c43E356693971a24bf3F2Fd7D965E2ebA", ee = "0x07e144e336fcc3fe928a8a2a5714da64354c1aab", te = "0x5e61a079A178f0E5784107a4963baAe0c5a680c6", v = "0x794a61358D6845594F94dc1DB02A252b5b4814aD", C = "0x2Ed1bd7f66e47113672f3870308b5E867C5bb743", L = "0x3bFE2a472d2964Ea4070725b7Fb0A868b3f08b63", ae = "0xfdc7b8bFe0DD3513Cc669bB8d601Cb83e2F69cB0", ne = "0x8dFf5E27EA6b7AC08EbFdf9eB090F32ee9a30fcf", P = "0x794a61358D6845594F94dc1DB02A252b5b4814aD", x = "0x45b90480D6F643dE2f128db091A357C3c90399f2", N = "0xB71410736d2C8F2DAf30dA9D332dA10534d2624d", se = "0xe91505E2Ab653Dd128c71e9690EeEFd28cc5b333", ie = "0x1b7913883eEE231CeBfe3024A0B06B0cB5771343", _t = "0x4F754e0F0924afD74980886b0B479Fa1D7C58D0D";
|
|
165
174
|
a.id + "", s.id + "", n.id + "", t.id + "", i.id + "";
|
|
166
175
|
a.id + "", s.id + "", n.id + "", t.id + "", i.id + "";
|
|
167
176
|
a.id + "", s.id + "", n.id + "", t.id + "", i.id + "";
|
|
168
|
-
const
|
|
177
|
+
const D = [
|
|
169
178
|
{
|
|
170
179
|
anonymous: !1,
|
|
171
180
|
inputs: [
|
|
@@ -955,7 +964,7 @@ const A = [
|
|
|
955
964
|
stateMutability: "nonpayable",
|
|
956
965
|
type: "function"
|
|
957
966
|
}
|
|
958
|
-
],
|
|
967
|
+
], pe = [
|
|
959
968
|
{
|
|
960
969
|
inputs: [
|
|
961
970
|
{
|
|
@@ -1032,7 +1041,7 @@ const A = [
|
|
|
1032
1041
|
stateMutability: "view",
|
|
1033
1042
|
type: "function"
|
|
1034
1043
|
}
|
|
1035
|
-
],
|
|
1044
|
+
], re = [
|
|
1036
1045
|
{
|
|
1037
1046
|
inputs: [
|
|
1038
1047
|
{
|
|
@@ -1380,7 +1389,7 @@ const A = [
|
|
|
1380
1389
|
stateMutability: "nonpayable",
|
|
1381
1390
|
type: "function"
|
|
1382
1391
|
}
|
|
1383
|
-
],
|
|
1392
|
+
], At = [
|
|
1384
1393
|
{
|
|
1385
1394
|
type: "tuple[]",
|
|
1386
1395
|
components: [
|
|
@@ -1408,7 +1417,7 @@ const A = [
|
|
|
1408
1417
|
}
|
|
1409
1418
|
]
|
|
1410
1419
|
}
|
|
1411
|
-
],
|
|
1420
|
+
], Dt = [
|
|
1412
1421
|
{
|
|
1413
1422
|
type: "tuple",
|
|
1414
1423
|
components: [
|
|
@@ -1436,7 +1445,7 @@ const A = [
|
|
|
1436
1445
|
}
|
|
1437
1446
|
]
|
|
1438
1447
|
}
|
|
1439
|
-
],
|
|
1448
|
+
], de = [
|
|
1440
1449
|
{
|
|
1441
1450
|
inputs: [],
|
|
1442
1451
|
name: "getFundComposition",
|
|
@@ -1601,7 +1610,7 @@ const A = [
|
|
|
1601
1610
|
stateMutability: "view",
|
|
1602
1611
|
type: "function"
|
|
1603
1612
|
}
|
|
1604
|
-
],
|
|
1613
|
+
], oe = [
|
|
1605
1614
|
{
|
|
1606
1615
|
anonymous: !1,
|
|
1607
1616
|
inputs: [
|
|
@@ -1758,7 +1767,7 @@ const A = [
|
|
|
1758
1767
|
stateMutability: "view",
|
|
1759
1768
|
type: "function"
|
|
1760
1769
|
}
|
|
1761
|
-
],
|
|
1770
|
+
], ye = [
|
|
1762
1771
|
{
|
|
1763
1772
|
inputs: [
|
|
1764
1773
|
{
|
|
@@ -1835,7 +1844,7 @@ const A = [
|
|
|
1835
1844
|
stateMutability: "view",
|
|
1836
1845
|
type: "function"
|
|
1837
1846
|
}
|
|
1838
|
-
],
|
|
1847
|
+
], ue = [
|
|
1839
1848
|
{
|
|
1840
1849
|
inputs: [],
|
|
1841
1850
|
name: "EmptyPayload",
|
|
@@ -1992,8 +2001,8 @@ const A = [
|
|
|
1992
2001
|
name: "UnsupportedTokenTransferMethod",
|
|
1993
2002
|
type: "error"
|
|
1994
2003
|
}
|
|
1995
|
-
],
|
|
1996
|
-
...
|
|
2004
|
+
], le = [
|
|
2005
|
+
...ue,
|
|
1997
2006
|
{
|
|
1998
2007
|
anonymous: !1,
|
|
1999
2008
|
inputs: [
|
|
@@ -3377,7 +3386,7 @@ const A = [
|
|
|
3377
3386
|
stateMutability: "payable",
|
|
3378
3387
|
type: "function"
|
|
3379
3388
|
}
|
|
3380
|
-
],
|
|
3389
|
+
], me = [
|
|
3381
3390
|
{ inputs: [], name: "ExternalCallerNotAllowed", type: "error" },
|
|
3382
3391
|
{
|
|
3383
3392
|
inputs: [{ internalType: "address", name: "asset", type: "address" }],
|
|
@@ -4025,59 +4034,63 @@ const A = [
|
|
|
4025
4034
|
stateMutability: "nonpayable",
|
|
4026
4035
|
type: "function"
|
|
4027
4036
|
}
|
|
4028
|
-
],
|
|
4037
|
+
], Et = {
|
|
4029
4038
|
[a.id]: {
|
|
4030
|
-
factory:
|
|
4031
|
-
easySwapperV2:
|
|
4032
|
-
aaveLendingPoolV3:
|
|
4039
|
+
factory: $,
|
|
4040
|
+
easySwapperV2: S,
|
|
4041
|
+
aaveLendingPoolV3: I
|
|
4033
4042
|
},
|
|
4034
4043
|
[i.id]: {
|
|
4035
|
-
factory:
|
|
4036
|
-
aaveLendingPoolV2:
|
|
4037
|
-
aaveLendingPoolV3:
|
|
4038
|
-
easySwapperV2:
|
|
4039
|
-
limitOrder:
|
|
4044
|
+
factory: ae,
|
|
4045
|
+
aaveLendingPoolV2: ne,
|
|
4046
|
+
aaveLendingPoolV3: P,
|
|
4047
|
+
easySwapperV2: x,
|
|
4048
|
+
limitOrder: N
|
|
4040
4049
|
},
|
|
4041
4050
|
[t.id]: {
|
|
4042
|
-
factory:
|
|
4043
|
-
rewardDistribution:
|
|
4044
|
-
aaveLendingPoolV3:
|
|
4045
|
-
easySwapperV2:
|
|
4046
|
-
limitOrder:
|
|
4051
|
+
factory: te,
|
|
4052
|
+
rewardDistribution: ee,
|
|
4053
|
+
aaveLendingPoolV3: v,
|
|
4054
|
+
easySwapperV2: C,
|
|
4055
|
+
limitOrder: L
|
|
4047
4056
|
},
|
|
4048
4057
|
[s.id]: {
|
|
4049
|
-
factory:
|
|
4050
|
-
aaveLendingPoolV3:
|
|
4058
|
+
factory: j,
|
|
4059
|
+
aaveLendingPoolV3: R,
|
|
4051
4060
|
easySwapperV2: w,
|
|
4052
|
-
limitOrder:
|
|
4061
|
+
limitOrder: M
|
|
4053
4062
|
},
|
|
4054
4063
|
[n.id]: {
|
|
4055
|
-
factory:
|
|
4056
|
-
flatcoinPointsModule:
|
|
4057
|
-
easySwapperV2:
|
|
4058
|
-
aaveLendingPoolV3:
|
|
4059
|
-
limitOrder:
|
|
4064
|
+
factory: Q,
|
|
4065
|
+
flatcoinPointsModule: J,
|
|
4066
|
+
easySwapperV2: h,
|
|
4067
|
+
aaveLendingPoolV3: g,
|
|
4068
|
+
limitOrder: O
|
|
4069
|
+
},
|
|
4070
|
+
[y.id]: {
|
|
4071
|
+
factory: se,
|
|
4072
|
+
easySwapperV2: ie
|
|
4060
4073
|
}
|
|
4061
|
-
},
|
|
4062
|
-
factory:
|
|
4063
|
-
aaveLendingPoolV2:
|
|
4064
|
-
aaveLendingPoolV3:
|
|
4065
|
-
rewardDistribution:
|
|
4066
|
-
poolManagerLogic:
|
|
4067
|
-
erc20:
|
|
4068
|
-
poolLogic:
|
|
4069
|
-
flatcoinPointsModule:
|
|
4070
|
-
easySwapperV2:
|
|
4071
|
-
limitOrder:
|
|
4072
|
-
},
|
|
4074
|
+
}, St = {
|
|
4075
|
+
factory: pe,
|
|
4076
|
+
aaveLendingPoolV2: D,
|
|
4077
|
+
aaveLendingPoolV3: D,
|
|
4078
|
+
rewardDistribution: oe,
|
|
4079
|
+
poolManagerLogic: de,
|
|
4080
|
+
erc20: z,
|
|
4081
|
+
poolLogic: re,
|
|
4082
|
+
flatcoinPointsModule: ye,
|
|
4083
|
+
easySwapperV2: le,
|
|
4084
|
+
limitOrder: me
|
|
4085
|
+
}, It = "Gas estimate error occurred", Rt = "See console logs to report error details.", wt = "Missing simulation params", Mt = "Simulation timeout", ce = "swap_data_deposit_error", Te = "swap_data_withdraw_error", T = {
|
|
4073
4086
|
title: "Low Slippage",
|
|
4074
4087
|
hint: "Please increase slippage tolerance and try again."
|
|
4075
|
-
},
|
|
4076
|
-
"invalid liquidityMinted":
|
|
4077
|
-
"high withdraw slippage":
|
|
4078
|
-
"high deposit slippage":
|
|
4079
|
-
"high swap slippage":
|
|
4080
|
-
InsufficientAmountReceived:
|
|
4088
|
+
}, be = {
|
|
4089
|
+
"invalid liquidityMinted": T,
|
|
4090
|
+
"high withdraw slippage": T,
|
|
4091
|
+
"high deposit slippage": T,
|
|
4092
|
+
"high swap slippage": T,
|
|
4093
|
+
InsufficientAmountReceived: T,
|
|
4081
4094
|
SwapFailed: {
|
|
4082
4095
|
title: "Swap Failed",
|
|
4083
4096
|
hint: "Please refresh the swap quote or choose another swap source in settings and try again."
|
|
@@ -4086,11 +4099,11 @@ const A = [
|
|
|
4086
4099
|
title: "Single Asset Withdrawal not available",
|
|
4087
4100
|
hint: "Please use All Assets option."
|
|
4088
4101
|
},
|
|
4089
|
-
[
|
|
4102
|
+
[ce]: {
|
|
4090
4103
|
title: "Swap Quote Fetching Error",
|
|
4091
4104
|
hint: "Please select a different deposit option, refresh the swap quote, or choose another swap source in settings."
|
|
4092
4105
|
},
|
|
4093
|
-
[
|
|
4106
|
+
[Te]: {
|
|
4094
4107
|
title: "Swap Quote Fetching Error",
|
|
4095
4108
|
hint: "Please refresh the swap quote, choose another swap source in settings, or claim your assets without a swap."
|
|
4096
4109
|
},
|
|
@@ -4222,14 +4235,14 @@ const A = [
|
|
|
4222
4235
|
title: "Maximum supply cap reached",
|
|
4223
4236
|
hint: "Cannot mint such amount of vault tokens as it would exceed the maximum supply cap."
|
|
4224
4237
|
}
|
|
4225
|
-
},
|
|
4238
|
+
}, fe = "Invalid limit order prices", _e = {
|
|
4226
4239
|
InvalidPrices: {
|
|
4227
|
-
title:
|
|
4240
|
+
title: fe
|
|
4228
4241
|
}
|
|
4229
|
-
},
|
|
4230
|
-
...Object.keys(
|
|
4231
|
-
...Object.keys(
|
|
4232
|
-
], e = 18,
|
|
4242
|
+
}, ht = [
|
|
4243
|
+
...Object.keys(be),
|
|
4244
|
+
...Object.keys(_e)
|
|
4245
|
+
], e = 18, B = {
|
|
4233
4246
|
address: "0xff970a61a04b1ca14834a43f5de4533ebddb5cc8",
|
|
4234
4247
|
symbol: "USDCe",
|
|
4235
4248
|
decimals: 6,
|
|
@@ -4239,300 +4252,301 @@ const A = [
|
|
|
4239
4252
|
symbol: "USDC",
|
|
4240
4253
|
decimals: 6,
|
|
4241
4254
|
value: ""
|
|
4242
|
-
},
|
|
4255
|
+
}, _ = {
|
|
4243
4256
|
address: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
|
|
4244
4257
|
symbol: "WETH",
|
|
4245
4258
|
decimals: e,
|
|
4246
4259
|
value: ""
|
|
4247
|
-
},
|
|
4260
|
+
}, m = {
|
|
4248
4261
|
address: "0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f",
|
|
4249
4262
|
symbol: "WBTC",
|
|
4250
4263
|
decimals: 8,
|
|
4251
4264
|
value: ""
|
|
4252
|
-
},
|
|
4265
|
+
}, gt = {
|
|
4253
4266
|
address: "0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40",
|
|
4254
4267
|
symbol: "tBTC",
|
|
4255
4268
|
decimals: e,
|
|
4256
4269
|
value: ""
|
|
4257
|
-
},
|
|
4270
|
+
}, Ot = {
|
|
4258
4271
|
address: "0x5979D7b546E38E414F7E9822514be443A4800529",
|
|
4259
4272
|
symbol: "wstETH",
|
|
4260
4273
|
decimals: e,
|
|
4261
4274
|
value: ""
|
|
4262
|
-
},
|
|
4275
|
+
}, vt = {
|
|
4263
4276
|
address: "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
|
|
4264
4277
|
symbol: "USDT",
|
|
4265
4278
|
decimals: 6,
|
|
4266
4279
|
value: ""
|
|
4267
|
-
},
|
|
4280
|
+
}, Ct = {
|
|
4268
4281
|
address: "0x2bcC6D6CdBbDC0a4071e48bb3B969b06B3330c07",
|
|
4269
4282
|
symbol: "SOL",
|
|
4270
4283
|
decimals: 9,
|
|
4271
4284
|
value: ""
|
|
4272
|
-
},
|
|
4285
|
+
}, Lt = {
|
|
4273
4286
|
address: "0xa9004a5421372e1d83fb1f85b0fc986c912f91f3",
|
|
4274
4287
|
symbol: "WBNB",
|
|
4275
4288
|
decimals: e,
|
|
4276
4289
|
value: ""
|
|
4277
|
-
},
|
|
4290
|
+
}, Pt = {
|
|
4278
4291
|
address: "0xf97f4df75117a78c1a5a0dbb814af92458539fb4",
|
|
4279
4292
|
symbol: "LINK",
|
|
4280
4293
|
decimals: e,
|
|
4281
4294
|
value: ""
|
|
4282
|
-
},
|
|
4295
|
+
}, Ae = {
|
|
4283
4296
|
address: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
|
|
4284
4297
|
symbol: "USDC",
|
|
4285
4298
|
decimals: 6,
|
|
4286
4299
|
value: ""
|
|
4287
|
-
},
|
|
4300
|
+
}, xt = {
|
|
4288
4301
|
address: "0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca",
|
|
4289
4302
|
symbol: "USDbC",
|
|
4290
4303
|
decimals: 6,
|
|
4291
4304
|
value: ""
|
|
4292
|
-
},
|
|
4305
|
+
}, U = {
|
|
4293
4306
|
address: "0x4200000000000000000000000000000000000006",
|
|
4294
4307
|
symbol: "WETH",
|
|
4295
4308
|
decimals: e,
|
|
4296
4309
|
value: ""
|
|
4297
|
-
},
|
|
4310
|
+
}, Nt = {
|
|
4298
4311
|
address: "0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22",
|
|
4299
4312
|
symbol: "cbETH",
|
|
4300
4313
|
decimals: e,
|
|
4301
4314
|
value: ""
|
|
4302
|
-
},
|
|
4315
|
+
}, De = {
|
|
4303
4316
|
address: "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",
|
|
4304
4317
|
symbol: "cbBTC",
|
|
4305
4318
|
decimals: 8,
|
|
4306
4319
|
value: ""
|
|
4307
|
-
},
|
|
4320
|
+
}, A = {
|
|
4308
4321
|
address: "0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c",
|
|
4309
4322
|
symbol: "rETH",
|
|
4310
4323
|
decimals: e,
|
|
4311
4324
|
value: ""
|
|
4312
|
-
},
|
|
4325
|
+
}, Bt = {
|
|
4313
4326
|
address: "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b",
|
|
4314
4327
|
symbol: "tBTC",
|
|
4315
4328
|
decimals: e,
|
|
4316
4329
|
value: ""
|
|
4317
|
-
},
|
|
4330
|
+
}, Ut = {
|
|
4318
4331
|
address: "0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452",
|
|
4319
4332
|
symbol: "wstETH",
|
|
4320
4333
|
decimals: e,
|
|
4321
4334
|
value: ""
|
|
4322
|
-
},
|
|
4335
|
+
}, W = {
|
|
4323
4336
|
address: "0x7F5c764cBc14f9669B88837ca1490cCa17c31607",
|
|
4324
4337
|
symbol: "USDCe",
|
|
4325
4338
|
decimals: 6,
|
|
4326
4339
|
value: ""
|
|
4327
|
-
},
|
|
4340
|
+
}, Ee = {
|
|
4328
4341
|
address: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
|
|
4329
4342
|
symbol: "USDC",
|
|
4330
4343
|
decimals: 6,
|
|
4331
4344
|
value: ""
|
|
4332
|
-
},
|
|
4345
|
+
}, Se = {
|
|
4333
4346
|
address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58",
|
|
4334
4347
|
symbol: "USDT",
|
|
4335
4348
|
decimals: 6,
|
|
4336
4349
|
value: ""
|
|
4337
|
-
},
|
|
4350
|
+
}, F = {
|
|
4338
4351
|
address: "0x4200000000000000000000000000000000000006",
|
|
4339
4352
|
symbol: "WETH",
|
|
4340
4353
|
decimals: e,
|
|
4341
4354
|
value: ""
|
|
4342
|
-
},
|
|
4355
|
+
}, Wt = {
|
|
4343
4356
|
address: "0x8c6f28f2F1A3C87F0f938b96d27520d9751ec8d9",
|
|
4344
4357
|
symbol: "sUSD",
|
|
4345
4358
|
decimals: e,
|
|
4346
4359
|
value: ""
|
|
4347
|
-
},
|
|
4360
|
+
}, Ie = {
|
|
4348
4361
|
address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
|
|
4349
4362
|
symbol: "DAI",
|
|
4350
4363
|
decimals: e,
|
|
4351
4364
|
value: ""
|
|
4352
|
-
},
|
|
4365
|
+
}, b = {
|
|
4353
4366
|
address: "0x68f180fcce6836688e9084f035309e29bf0a2095",
|
|
4354
4367
|
symbol: "WBTC",
|
|
4355
4368
|
decimals: 8,
|
|
4356
4369
|
value: ""
|
|
4357
|
-
},
|
|
4370
|
+
}, Ft = {
|
|
4358
4371
|
address: "0xe405de8f52ba7559f9df3c368500b6e6ae6cee49",
|
|
4359
4372
|
symbol: "sETH",
|
|
4360
4373
|
decimals: e,
|
|
4361
4374
|
value: ""
|
|
4362
|
-
},
|
|
4375
|
+
}, kt = {
|
|
4363
4376
|
address: "0x350a791bfc2c21f9ed5d10980dad2e2638ffa7f6",
|
|
4364
4377
|
symbol: "LINK",
|
|
4365
4378
|
decimals: e,
|
|
4366
4379
|
value: ""
|
|
4367
|
-
},
|
|
4380
|
+
}, Ht = {
|
|
4368
4381
|
address: "0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40",
|
|
4369
4382
|
symbol: "tBTC",
|
|
4370
4383
|
decimals: e,
|
|
4371
4384
|
value: ""
|
|
4372
|
-
},
|
|
4385
|
+
}, Vt = {
|
|
4373
4386
|
address: "0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb",
|
|
4374
4387
|
symbol: "wstETH",
|
|
4375
4388
|
decimals: e,
|
|
4376
4389
|
value: ""
|
|
4377
|
-
},
|
|
4390
|
+
}, k = {
|
|
4378
4391
|
address: "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
|
|
4379
4392
|
symbol: "WETH",
|
|
4380
4393
|
decimals: e,
|
|
4381
4394
|
value: ""
|
|
4382
|
-
},
|
|
4395
|
+
}, H = {
|
|
4383
4396
|
address: "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
|
|
4384
4397
|
symbol: "USDCe",
|
|
4385
4398
|
decimals: 6,
|
|
4386
4399
|
value: ""
|
|
4387
|
-
},
|
|
4400
|
+
}, Re = {
|
|
4388
4401
|
address: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
|
|
4389
4402
|
symbol: "USDC",
|
|
4390
4403
|
decimals: 6,
|
|
4391
4404
|
value: ""
|
|
4392
|
-
},
|
|
4405
|
+
}, Gt = {
|
|
4393
4406
|
address: "0x553d3d295e0f695b9228246232edf400ed3560b5",
|
|
4394
4407
|
symbol: "PAXG",
|
|
4395
4408
|
decimals: e,
|
|
4396
4409
|
value: ""
|
|
4397
|
-
},
|
|
4410
|
+
}, V = {
|
|
4398
4411
|
address: "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6",
|
|
4399
4412
|
symbol: "WBTC",
|
|
4400
4413
|
decimals: 8,
|
|
4401
4414
|
value: ""
|
|
4402
|
-
},
|
|
4415
|
+
}, we = {
|
|
4403
4416
|
address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
|
|
4404
4417
|
symbol: "WPOL",
|
|
4405
4418
|
decimals: e,
|
|
4406
4419
|
value: ""
|
|
4407
|
-
},
|
|
4420
|
+
}, Me = {
|
|
4408
4421
|
address: "0xc2132d05d31c914a87c6611c10748aeb04b58e8f",
|
|
4409
4422
|
symbol: "USDT",
|
|
4410
4423
|
decimals: 6,
|
|
4411
4424
|
value: ""
|
|
4412
|
-
},
|
|
4425
|
+
}, he = {
|
|
4413
4426
|
address: "0x8f3cf7ad23cd3cadbd9735aff958023239c6a063",
|
|
4414
4427
|
symbol: "DAI",
|
|
4415
4428
|
decimals: e,
|
|
4416
4429
|
value: ""
|
|
4417
|
-
},
|
|
4430
|
+
}, Yt = {
|
|
4418
4431
|
address: "0x236aa50979d5f3de3bd1eeb40e81137f22ab794b",
|
|
4419
4432
|
symbol: "tBTC",
|
|
4420
4433
|
decimals: e,
|
|
4421
4434
|
value: ""
|
|
4422
|
-
},
|
|
4435
|
+
}, G = {
|
|
4423
4436
|
address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
4424
4437
|
symbol: "WETH",
|
|
4425
4438
|
decimals: e,
|
|
4426
4439
|
value: ""
|
|
4427
|
-
},
|
|
4440
|
+
}, ge = {
|
|
4428
4441
|
address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
4429
4442
|
symbol: "USDC",
|
|
4430
4443
|
decimals: 6,
|
|
4431
4444
|
value: ""
|
|
4432
|
-
},
|
|
4445
|
+
}, Y = {
|
|
4433
4446
|
address: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
|
|
4434
4447
|
symbol: "WBTC",
|
|
4435
4448
|
decimals: 8,
|
|
4436
4449
|
value: ""
|
|
4437
|
-
},
|
|
4450
|
+
}, Oe = {
|
|
4438
4451
|
address: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
4439
4452
|
symbol: "USDT",
|
|
4440
4453
|
decimals: 6,
|
|
4441
4454
|
value: ""
|
|
4442
|
-
},
|
|
4455
|
+
}, Kt = {
|
|
4443
4456
|
address: "0x68749665ff8d2d112fa859aa293f07a622782f38",
|
|
4444
4457
|
symbol: "XAUt",
|
|
4445
4458
|
decimals: 6,
|
|
4446
4459
|
value: ""
|
|
4447
|
-
},
|
|
4448
|
-
address:
|
|
4460
|
+
}, zt = {
|
|
4461
|
+
address: E,
|
|
4449
4462
|
symbol: "all",
|
|
4450
4463
|
decimals: e,
|
|
4451
4464
|
value: ""
|
|
4452
|
-
}, Yt = {
|
|
4453
|
-
[N.address.toLowerCase()]: "USDCe",
|
|
4454
|
-
[U.address.toLowerCase()]: "USDCe",
|
|
4455
|
-
[k.address.toLowerCase()]: "USDCe"
|
|
4456
|
-
}, Kt = {
|
|
4457
|
-
[a.id]: V,
|
|
4458
|
-
[t.id]: W,
|
|
4459
|
-
[n.id]: B,
|
|
4460
|
-
[i.id]: F,
|
|
4461
|
-
[s.id]: f
|
|
4462
|
-
}, zt = {
|
|
4463
|
-
[t.id]: T,
|
|
4464
|
-
[n.id]: fe,
|
|
4465
|
-
[i.id]: H,
|
|
4466
|
-
[s.id]: u,
|
|
4467
|
-
[a.id]: G
|
|
4468
4465
|
}, qt = {
|
|
4466
|
+
[B.address.toLowerCase()]: "USDCe",
|
|
4467
|
+
[W.address.toLowerCase()]: "USDCe",
|
|
4468
|
+
[H.address.toLowerCase()]: "USDCe"
|
|
4469
|
+
}, Xt = {
|
|
4470
|
+
[a.id]: G,
|
|
4471
|
+
[t.id]: F,
|
|
4472
|
+
[n.id]: U,
|
|
4473
|
+
[i.id]: k,
|
|
4474
|
+
[s.id]: _
|
|
4475
|
+
}, Zt = {
|
|
4476
|
+
[t.id]: b,
|
|
4477
|
+
[n.id]: De,
|
|
4478
|
+
[i.id]: V,
|
|
4479
|
+
[s.id]: m,
|
|
4480
|
+
[a.id]: Y
|
|
4481
|
+
}, $t = {
|
|
4469
4482
|
[t.id]: {
|
|
4470
|
-
WETH: W,
|
|
4471
|
-
USDC: _e,
|
|
4472
|
-
WBTC: T,
|
|
4473
|
-
USDCe: U,
|
|
4474
|
-
USDT: Ae,
|
|
4475
|
-
DAI: De
|
|
4476
|
-
},
|
|
4477
|
-
[i.id]: {
|
|
4478
|
-
WMATIC: Se,
|
|
4479
4483
|
WETH: F,
|
|
4480
4484
|
USDC: Ee,
|
|
4481
|
-
WBTC:
|
|
4482
|
-
USDCe:
|
|
4483
|
-
USDT:
|
|
4484
|
-
DAI:
|
|
4485
|
+
WBTC: b,
|
|
4486
|
+
USDCe: W,
|
|
4487
|
+
USDT: Se,
|
|
4488
|
+
DAI: Ie
|
|
4489
|
+
},
|
|
4490
|
+
[i.id]: {
|
|
4491
|
+
WMATIC: we,
|
|
4492
|
+
WETH: k,
|
|
4493
|
+
USDC: Re,
|
|
4494
|
+
WBTC: V,
|
|
4495
|
+
USDCe: H,
|
|
4496
|
+
USDT: Me,
|
|
4497
|
+
DAI: he
|
|
4485
4498
|
},
|
|
4486
4499
|
[s.id]: {
|
|
4487
|
-
WETH:
|
|
4500
|
+
WETH: _,
|
|
4488
4501
|
USDC: d,
|
|
4489
|
-
WBTC:
|
|
4490
|
-
USDCe:
|
|
4502
|
+
WBTC: m,
|
|
4503
|
+
USDCe: B
|
|
4491
4504
|
},
|
|
4492
4505
|
[n.id]: {
|
|
4493
|
-
WETH:
|
|
4494
|
-
USDC:
|
|
4506
|
+
WETH: U,
|
|
4507
|
+
USDC: Ae
|
|
4495
4508
|
},
|
|
4496
4509
|
[a.id]: {
|
|
4497
|
-
WETH:
|
|
4498
|
-
USDC:
|
|
4499
|
-
WBTC:
|
|
4500
|
-
USDT:
|
|
4510
|
+
WETH: G,
|
|
4511
|
+
USDC: ge,
|
|
4512
|
+
WBTC: Y,
|
|
4513
|
+
USDT: Oe
|
|
4501
4514
|
}
|
|
4502
|
-
},
|
|
4515
|
+
}, jt = "https://hermes.pyth.network", Qt = "https://flat.money/flatcoin", Jt = "https://v1.flat.money/flatcoin", f = {
|
|
4503
4516
|
RETH_BASE: "0xdb0cd65dcc7fe07003ce1201f91e1f966fa95768",
|
|
4504
4517
|
WBTC_OPTIMISM: "0x6d857e9d24a7566bb72a3fb0847a3e0e4e1c2879",
|
|
4505
4518
|
WBTC_ARBITRUM: "0xb1353d51991e79fefd4bfdba2a03e9f0232814a6"
|
|
4506
|
-
},
|
|
4507
|
-
|
|
4508
|
-
),
|
|
4509
|
-
[
|
|
4510
|
-
symbol:
|
|
4511
|
-
decimals:
|
|
4512
|
-
address:
|
|
4513
|
-
},
|
|
4514
|
-
[
|
|
4515
|
-
symbol:
|
|
4516
|
-
decimals:
|
|
4517
|
-
address:
|
|
4518
|
-
},
|
|
4519
|
-
[
|
|
4520
|
-
symbol:
|
|
4521
|
-
decimals:
|
|
4522
|
-
address:
|
|
4519
|
+
}, ea = Object.values(
|
|
4520
|
+
f
|
|
4521
|
+
), ta = {
|
|
4522
|
+
[f.RETH_BASE]: {
|
|
4523
|
+
symbol: A.symbol,
|
|
4524
|
+
decimals: A.decimals,
|
|
4525
|
+
address: A.address
|
|
4526
|
+
},
|
|
4527
|
+
[f.WBTC_OPTIMISM]: {
|
|
4528
|
+
symbol: b.symbol,
|
|
4529
|
+
decimals: b.decimals,
|
|
4530
|
+
address: b.address
|
|
4531
|
+
},
|
|
4532
|
+
[f.WBTC_ARBITRUM]: {
|
|
4533
|
+
symbol: m.symbol,
|
|
4534
|
+
decimals: m.decimals,
|
|
4535
|
+
address: m.address
|
|
4523
4536
|
}
|
|
4524
|
-
},
|
|
4525
|
-
|
|
4537
|
+
}, ve = "0xb95fb324b8a2faf8ec4f76e3df46c718402736e2", aa = [
|
|
4538
|
+
ve,
|
|
4526
4539
|
"0x357cb23571ef7a3d6189b7facfc361ea71f7cab5"
|
|
4527
4540
|
// WBTC_OPTIMISM
|
|
4528
|
-
],
|
|
4541
|
+
], na = {
|
|
4529
4542
|
[n.id]: 2e3,
|
|
4530
4543
|
// Base network requires a longer delay according to manual testing
|
|
4531
4544
|
[a.id]: 300,
|
|
4532
4545
|
[t.id]: 300,
|
|
4533
4546
|
[s.id]: 300,
|
|
4534
|
-
[i.id]: 300
|
|
4535
|
-
|
|
4547
|
+
[i.id]: 300,
|
|
4548
|
+
[y.id]: 300
|
|
4549
|
+
}, sa = {
|
|
4536
4550
|
DEPOSIT: "deposit",
|
|
4537
4551
|
DEPOSIT_CUSTOM: "depositWithCustomCooldown",
|
|
4538
4552
|
NATIVE: "nativeDeposit",
|
|
@@ -4541,7 +4555,7 @@ const A = [
|
|
|
4541
4555
|
ZAP_NATIVE_DEPOSIT_CUSTOM: "zapNativeDepositWithCustomCooldown",
|
|
4542
4556
|
ZAP_DEPOSIT: "zapDeposit",
|
|
4543
4557
|
ZAP_DEPOSIT_CUSTOM: "zapDepositWithCustomCooldown"
|
|
4544
|
-
},
|
|
4558
|
+
}, ia = [
|
|
4545
4559
|
"multi_withdraw",
|
|
4546
4560
|
"swap",
|
|
4547
4561
|
"claim",
|
|
@@ -4561,13 +4575,13 @@ const A = [
|
|
|
4561
4575
|
LINK_ARBITRUM: "0x7f1fa204bb700853d36994da19f830b6ad18455c",
|
|
4562
4576
|
PUMP_ARBITRUM: "0x4c0bb704529fa49a26bd854802d70206982c6f1b",
|
|
4563
4577
|
GOLD_ARBITRUM: "0xeb28ad1a2e497f4acc5d9b87e7b496623c93061e"
|
|
4564
|
-
},
|
|
4578
|
+
}, pa = Object.values(
|
|
4565
4579
|
p
|
|
4566
|
-
),
|
|
4580
|
+
), ra = {
|
|
4567
4581
|
[p.SOL_ARBITRUM]: d,
|
|
4568
|
-
[p.BTC_ARBITRUM]:
|
|
4569
|
-
[p.WETH_WETH_ARBITRUM]:
|
|
4570
|
-
[p.WETH_USDC_ARBITRUM]:
|
|
4582
|
+
[p.BTC_ARBITRUM]: m,
|
|
4583
|
+
[p.WETH_WETH_ARBITRUM]: _,
|
|
4584
|
+
[p.WETH_USDC_ARBITRUM]: _,
|
|
4571
4585
|
[p.SUI_ARBITRUM]: d,
|
|
4572
4586
|
[p.DOGE_ARBITRUM]: d,
|
|
4573
4587
|
[p.XRP_ARBITRUM]: d,
|
|
@@ -4578,144 +4592,144 @@ const A = [
|
|
|
4578
4592
|
[p.PUMP_ARBITRUM]: d,
|
|
4579
4593
|
[p.BNB_WBTC_USDC_ARBITRUM]: d,
|
|
4580
4594
|
[p.GOLD_ARBITRUM]: d
|
|
4581
|
-
},
|
|
4595
|
+
}, da = {
|
|
4582
4596
|
"0x9a916e55f5b67226734cd7b465d51bce1d11a89a": d
|
|
4583
4597
|
// USDmny Arbitrum
|
|
4584
|
-
},
|
|
4598
|
+
}, oa = {
|
|
4585
4599
|
IS_BATCH_TRANSACTIONS_ENABLED: "isBatchTransactionsEnabled",
|
|
4586
4600
|
REFERRER: "referrer",
|
|
4587
4601
|
REF_POOL: "ref_pool"
|
|
4588
4602
|
};
|
|
4589
4603
|
export {
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4604
|
+
tt as $,
|
|
4605
|
+
ot as A,
|
|
4606
|
+
qt as B,
|
|
4607
|
+
pt as C,
|
|
4608
|
+
X as D,
|
|
4609
|
+
Qe as E,
|
|
4610
|
+
je as F,
|
|
4611
|
+
Ve as G,
|
|
4612
|
+
ke as H,
|
|
4613
|
+
Be as I,
|
|
4614
|
+
Fe as J,
|
|
4615
|
+
$t as K,
|
|
4616
|
+
ta as L,
|
|
4617
|
+
ea as M,
|
|
4618
|
+
aa as N,
|
|
4619
|
+
Qt as O,
|
|
4620
|
+
ve as P,
|
|
4621
|
+
Jt as Q,
|
|
4622
|
+
It as R,
|
|
4623
|
+
et as S,
|
|
4624
|
+
pa as T,
|
|
4611
4625
|
p as U,
|
|
4612
|
-
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
4623
|
-
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4626
|
+
ra as V,
|
|
4627
|
+
da as W,
|
|
4628
|
+
fe as X,
|
|
4629
|
+
_e as Y,
|
|
4630
|
+
oa as Z,
|
|
4631
|
+
mt as _,
|
|
4632
|
+
na as a,
|
|
4633
|
+
Y as a$,
|
|
4634
|
+
dt as a0,
|
|
4635
|
+
zt as a1,
|
|
4636
|
+
xe as a2,
|
|
4637
|
+
Je as a3,
|
|
4638
|
+
jt as a4,
|
|
4639
|
+
We as a5,
|
|
4640
|
+
Mt as a6,
|
|
4641
|
+
lt as a7,
|
|
4642
|
+
st as a8,
|
|
4643
|
+
ct as a9,
|
|
4644
|
+
De as aA,
|
|
4645
|
+
Nt as aB,
|
|
4646
|
+
Ie as aC,
|
|
4647
|
+
he as aD,
|
|
4648
|
+
Pt as aE,
|
|
4649
|
+
kt as aF,
|
|
4650
|
+
Gt as aG,
|
|
4651
|
+
A as aH,
|
|
4652
|
+
oe as aI,
|
|
4653
|
+
Ft as aJ,
|
|
4654
|
+
Wt as aK,
|
|
4655
|
+
gt as aL,
|
|
4656
|
+
Bt as aM,
|
|
4657
|
+
Ht as aN,
|
|
4658
|
+
Yt as aO,
|
|
4659
|
+
xt as aP,
|
|
4646
4660
|
d as aQ,
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
|
-
|
|
4656
|
-
|
|
4661
|
+
Ae as aR,
|
|
4662
|
+
ge as aS,
|
|
4663
|
+
Ee as aT,
|
|
4664
|
+
Re as aU,
|
|
4665
|
+
vt as aV,
|
|
4666
|
+
Oe as aW,
|
|
4667
|
+
Se as aX,
|
|
4668
|
+
Me as aY,
|
|
4669
|
+
Lt as aZ,
|
|
4670
|
+
m as a_,
|
|
4657
4671
|
r as aa,
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4672
|
+
be as ab,
|
|
4673
|
+
ht as ac,
|
|
4674
|
+
Zt as ad,
|
|
4675
|
+
Xt as ae,
|
|
4676
|
+
Te as af,
|
|
4677
|
+
St as ag,
|
|
4678
|
+
Et as ah,
|
|
4679
|
+
E as ai,
|
|
4680
|
+
At as aj,
|
|
4681
|
+
Dt as ak,
|
|
4668
4682
|
e as al,
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4686
|
-
|
|
4687
|
-
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
|
|
4709
|
-
|
|
4683
|
+
bt as am,
|
|
4684
|
+
ft as an,
|
|
4685
|
+
pe as ao,
|
|
4686
|
+
re as ap,
|
|
4687
|
+
le as aq,
|
|
4688
|
+
de as ar,
|
|
4689
|
+
ye as as,
|
|
4690
|
+
Tt as at,
|
|
4691
|
+
_t as au,
|
|
4692
|
+
me as av,
|
|
4693
|
+
D as aw,
|
|
4694
|
+
B as ax,
|
|
4695
|
+
W as ay,
|
|
4696
|
+
H as az,
|
|
4697
|
+
q as b,
|
|
4698
|
+
b as b0,
|
|
4699
|
+
V as b1,
|
|
4700
|
+
_ as b2,
|
|
4701
|
+
U as b3,
|
|
4702
|
+
G as b4,
|
|
4703
|
+
F as b5,
|
|
4704
|
+
k as b6,
|
|
4705
|
+
we as b7,
|
|
4706
|
+
Ct as b8,
|
|
4707
|
+
Ot as b9,
|
|
4708
|
+
Ut as ba,
|
|
4709
|
+
Vt as bb,
|
|
4710
|
+
Kt as bc,
|
|
4711
|
+
rt as c,
|
|
4712
|
+
ia as d,
|
|
4713
|
+
ut as e,
|
|
4714
|
+
yt as f,
|
|
4715
|
+
Ge as g,
|
|
4716
|
+
Z as h,
|
|
4717
|
+
Xe as i,
|
|
4718
|
+
Rt as j,
|
|
4719
|
+
He as k,
|
|
4720
|
+
Ze as l,
|
|
4721
|
+
it as m,
|
|
4722
|
+
Ke as n,
|
|
4723
|
+
Ue as o,
|
|
4710
4724
|
l as p,
|
|
4711
|
-
|
|
4712
|
-
|
|
4713
|
-
|
|
4714
|
-
|
|
4715
|
-
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
|
-
|
|
4725
|
+
at as q,
|
|
4726
|
+
ze as r,
|
|
4727
|
+
wt as s,
|
|
4728
|
+
qe as t,
|
|
4729
|
+
Ne as u,
|
|
4730
|
+
nt as v,
|
|
4731
|
+
Ye as w,
|
|
4732
|
+
ce as x,
|
|
4733
|
+
sa as y,
|
|
4734
|
+
$e as z
|
|
4721
4735
|
};
|