@1stdex/first-sdk 1.0.41 → 1.0.58
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 +26 -1
- package/dist/cjs/calls/batch/index.js +3 -3
- package/dist/cjs/calls/batch/index.js.map +1 -1
- package/dist/cjs/calls/batch/{prepare-order-with-setup.js → prepare-limit-order-with-setup.js} +4 -16
- package/dist/cjs/calls/batch/prepare-limit-order-with-setup.js.map +1 -0
- package/dist/cjs/calls/batch/prepare-market-order-with-setup.js +0 -12
- package/dist/cjs/calls/batch/prepare-market-order-with-setup.js.map +1 -1
- package/dist/cjs/calls/index.js +2 -5
- package/dist/cjs/calls/index.js.map +1 -1
- package/dist/cjs/calls/market/cancel.js +0 -5
- package/dist/cjs/calls/market/cancel.js.map +1 -1
- package/dist/cjs/calls/market/claim.js +1 -6
- package/dist/cjs/calls/market/claim.js.map +1 -1
- package/dist/cjs/calls/market/limit.js +5 -18
- package/dist/cjs/calls/market/limit.js.map +1 -1
- package/dist/cjs/calls/market/make.js +2 -12
- package/dist/cjs/calls/market/make.js.map +1 -1
- package/dist/cjs/calls/market/market.js +1 -3
- package/dist/cjs/calls/market/market.js.map +1 -1
- package/dist/cjs/constants/abis/core/book-manager-abi.js +1100 -273
- package/dist/cjs/constants/abis/core/book-manager-abi.js.map +1 -1
- package/dist/cjs/constants/abis/core/book-viewer-abi.js +222 -42
- package/dist/cjs/constants/abis/core/book-viewer-abi.js.map +1 -1
- package/dist/cjs/constants/abis/core/claimable-dex-vault-abi.js +2096 -0
- package/dist/cjs/constants/abis/core/claimable-dex-vault-abi.js.map +1 -0
- package/dist/cjs/constants/abis/core/controller-abi.js +731 -134
- package/dist/cjs/constants/abis/core/controller-abi.js.map +1 -1
- package/dist/cjs/constants/abis/core/dex-vault-abi.js +1346 -7
- package/dist/cjs/constants/abis/core/dex-vault-abi.js.map +1 -1
- package/dist/cjs/constants/abis/core/mirror-token-abi.js +938 -164
- package/dist/cjs/constants/abis/core/mirror-token-abi.js.map +1 -1
- package/dist/cjs/constants/abis/core/params-abi.js +0 -1
- package/dist/cjs/constants/abis/core/params-abi.js.map +1 -1
- package/dist/cjs/constants/chain-configs/addresses.js +8 -3
- package/dist/cjs/constants/chain-configs/addresses.js.map +1 -1
- package/dist/cjs/constants/chain-configs/chain.js +2 -0
- package/dist/cjs/constants/chain-configs/chain.js.map +1 -1
- package/dist/cjs/constants/chain-configs/currency.js +9 -1
- package/dist/cjs/constants/chain-configs/currency.js.map +1 -1
- package/dist/cjs/constants/chain-configs/fee.js +2 -0
- package/dist/cjs/constants/chain-configs/fee.js.map +1 -1
- package/dist/cjs/constants/chain-configs/subgraph.js +2 -1
- package/dist/cjs/constants/chain-configs/subgraph.js.map +1 -1
- package/dist/cjs/entities/analytics/apis/index.js +4 -57
- package/dist/cjs/entities/analytics/apis/index.js.map +1 -1
- package/dist/cjs/entities/open-order/apis/index.js +72 -3
- package/dist/cjs/entities/open-order/apis/index.js.map +1 -1
- package/dist/cjs/views/balance.js +4 -4
- package/dist/cjs/views/balance.js.map +1 -1
- package/dist/cjs/views/index.js +3 -2
- package/dist/cjs/views/index.js.map +1 -1
- package/dist/cjs/views/market/order-result.js +38 -22
- package/dist/cjs/views/market/order-result.js.map +1 -1
- package/dist/cjs/views/open-order.js +11 -3
- package/dist/cjs/views/open-order.js.map +1 -1
- package/dist/cjs/views/setup.js +6 -30
- package/dist/cjs/views/setup.js.map +1 -1
- package/dist/esm/calls/approval/market.js +1 -1
- package/dist/esm/calls/approval/open-order.js +1 -1
- package/dist/esm/calls/approval/token.js +1 -1
- package/dist/esm/calls/batch/index.js +1 -1
- package/dist/esm/calls/batch/index.js.map +1 -1
- package/dist/esm/calls/batch/{prepare-order-with-setup.js → prepare-limit-order-with-setup.js} +6 -19
- package/dist/esm/calls/batch/prepare-limit-order-with-setup.js.map +1 -0
- package/dist/esm/calls/batch/prepare-market-order-with-setup.js +3 -16
- package/dist/esm/calls/batch/prepare-market-order-with-setup.js.map +1 -1
- package/dist/esm/calls/index.js +1 -2
- package/dist/esm/calls/index.js.map +1 -1
- package/dist/esm/calls/market/cancel.js +2 -7
- package/dist/esm/calls/market/cancel.js.map +1 -1
- package/dist/esm/calls/market/claim.js +5 -10
- package/dist/esm/calls/market/claim.js.map +1 -1
- package/dist/esm/calls/market/limit.js +7 -20
- package/dist/esm/calls/market/limit.js.map +1 -1
- package/dist/esm/calls/market/make.js +2 -12
- package/dist/esm/calls/market/make.js.map +1 -1
- package/dist/esm/calls/market/market.js +2 -4
- package/dist/esm/calls/market/market.js.map +1 -1
- package/dist/esm/calls/market/open.js +1 -1
- package/dist/esm/calls/vault/deposit-to-vault.js +1 -1
- package/dist/esm/calls/vault/remove-vault.js +1 -1
- package/dist/esm/calls/vault/set-vault.js +1 -1
- package/dist/esm/calls/vault/withdraw-from-vault.js +1 -1
- package/dist/esm/constants/abis/core/book-manager-abi.js +1100 -273
- package/dist/esm/constants/abis/core/book-manager-abi.js.map +1 -1
- package/dist/esm/constants/abis/core/book-viewer-abi.js +222 -42
- package/dist/esm/constants/abis/core/book-viewer-abi.js.map +1 -1
- package/dist/esm/constants/abis/core/claimable-dex-vault-abi.js +2093 -0
- package/dist/esm/constants/abis/core/claimable-dex-vault-abi.js.map +1 -0
- package/dist/esm/constants/abis/core/controller-abi.js +731 -134
- package/dist/esm/constants/abis/core/controller-abi.js.map +1 -1
- package/dist/esm/constants/abis/core/dex-vault-abi.js +1346 -7
- package/dist/esm/constants/abis/core/dex-vault-abi.js.map +1 -1
- package/dist/esm/constants/abis/core/mirror-token-abi.js +938 -164
- package/dist/esm/constants/abis/core/mirror-token-abi.js.map +1 -1
- package/dist/esm/constants/abis/core/params-abi.js +0 -1
- package/dist/esm/constants/abis/core/params-abi.js.map +1 -1
- package/dist/esm/constants/chain-configs/addresses.js +8 -3
- package/dist/esm/constants/chain-configs/addresses.js.map +1 -1
- package/dist/esm/constants/chain-configs/chain.js +3 -1
- package/dist/esm/constants/chain-configs/chain.js.map +1 -1
- package/dist/esm/constants/chain-configs/currency.js +9 -1
- package/dist/esm/constants/chain-configs/currency.js.map +1 -1
- package/dist/esm/constants/chain-configs/fee.js +2 -0
- package/dist/esm/constants/chain-configs/fee.js.map +1 -1
- package/dist/esm/constants/chain-configs/subgraph.js +2 -1
- package/dist/esm/constants/chain-configs/subgraph.js.map +1 -1
- package/dist/esm/entities/analytics/apis/index.js +4 -57
- package/dist/esm/entities/analytics/apis/index.js.map +1 -1
- package/dist/esm/entities/open-order/apis/index.js +69 -2
- package/dist/esm/entities/open-order/apis/index.js.map +1 -1
- package/dist/esm/views/address.js +1 -1
- package/dist/esm/views/balance.js +4 -4
- package/dist/esm/views/balance.js.map +1 -1
- package/dist/esm/views/book.js +1 -1
- package/dist/esm/views/index.js +2 -2
- package/dist/esm/views/index.js.map +1 -1
- package/dist/esm/views/market/chart-log.js +2 -2
- package/dist/esm/views/market/index.js +1 -1
- package/dist/esm/views/market/order-result.js +52 -26
- package/dist/esm/views/market/order-result.js.map +1 -1
- package/dist/esm/views/market/quote.js +2 -2
- package/dist/esm/views/market/token.js +1 -1
- package/dist/esm/views/open-order.js +46 -5
- package/dist/esm/views/open-order.js.map +1 -1
- package/dist/esm/views/order.js +1 -1
- package/dist/esm/views/setup.js +10 -50
- package/dist/esm/views/setup.js.map +1 -1
- package/dist/esm/views/subgraph.js +3 -3
- package/dist/esm/views/vault.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/calls/approval/market.d.ts +1 -1
- package/dist/types/calls/approval/open-order.d.ts +1 -1
- package/dist/types/calls/approval/token.d.ts +1 -1
- package/dist/types/calls/batch/index.d.ts +2 -2
- package/dist/types/calls/batch/index.d.ts.map +1 -1
- package/dist/types/calls/batch/{prepare-order-with-setup.d.ts → prepare-limit-order-with-setup.d.ts} +5 -8
- package/dist/types/calls/batch/prepare-limit-order-with-setup.d.ts.map +1 -0
- package/dist/types/calls/batch/prepare-market-order-with-setup.d.ts +2 -2
- package/dist/types/calls/batch/prepare-market-order-with-setup.d.ts.map +1 -1
- package/dist/types/calls/index.d.ts +1 -2
- package/dist/types/calls/index.d.ts.map +1 -1
- package/dist/types/calls/market/cancel.d.ts +2 -2
- package/dist/types/calls/market/cancel.d.ts.map +1 -1
- package/dist/types/calls/market/claim.d.ts +4 -4
- package/dist/types/calls/market/claim.d.ts.map +1 -1
- package/dist/types/calls/market/limit.d.ts +3 -6
- package/dist/types/calls/market/limit.d.ts.map +1 -1
- package/dist/types/calls/market/make.d.ts +0 -2
- package/dist/types/calls/market/make.d.ts.map +1 -1
- package/dist/types/calls/market/market.d.ts +1 -2
- package/dist/types/calls/market/market.d.ts.map +1 -1
- package/dist/types/calls/market/open.d.ts +1 -1
- package/dist/types/calls/vault/deposit-to-vault.d.ts +1 -1
- package/dist/types/calls/vault/remove-vault.d.ts +1 -1
- package/dist/types/calls/vault/set-vault.d.ts +1 -1
- package/dist/types/calls/vault/withdraw-from-vault.d.ts +1 -1
- package/dist/types/constants/abis/core/book-manager-abi.d.ts +67 -159
- package/dist/types/constants/abis/core/book-manager-abi.d.ts.map +1 -1
- package/dist/types/constants/abis/core/book-viewer-abi.d.ts +0 -8
- package/dist/types/constants/abis/core/book-viewer-abi.d.ts.map +1 -1
- package/dist/types/constants/abis/core/{claimable-dex-vault.d.ts → claimable-dex-vault-abi.d.ts} +74 -117
- package/dist/types/constants/abis/core/{claimable-dex-vault.d.ts.map → claimable-dex-vault-abi.d.ts.map} +1 -1
- package/dist/types/constants/abis/core/controller-abi.d.ts +25 -25
- package/dist/types/constants/abis/core/controller-abi.d.ts.map +1 -1
- package/dist/types/constants/abis/core/dex-vault-abi.d.ts +1008 -4
- package/dist/types/constants/abis/core/dex-vault-abi.d.ts.map +1 -1
- package/dist/types/constants/abis/core/mirror-token-abi.d.ts +10 -0
- package/dist/types/constants/abis/core/mirror-token-abi.d.ts.map +1 -1
- package/dist/types/constants/abis/core/params-abi.d.ts.map +1 -1
- package/dist/types/constants/chain-configs/addresses.d.ts.map +1 -1
- package/dist/types/constants/chain-configs/chain.d.ts +1 -0
- package/dist/types/constants/chain-configs/chain.d.ts.map +1 -1
- package/dist/types/constants/chain-configs/currency.d.ts.map +1 -1
- package/dist/types/constants/chain-configs/fee.d.ts.map +1 -1
- package/dist/types/constants/chain-configs/subgraph.d.ts.map +1 -1
- package/dist/types/entities/analytics/apis/index.d.ts.map +1 -1
- package/dist/types/entities/analytics/types.d.ts +1 -7
- package/dist/types/entities/analytics/types.d.ts.map +1 -1
- package/dist/types/entities/open-order/apis/index.d.ts +3 -1
- package/dist/types/entities/open-order/apis/index.d.ts.map +1 -1
- package/dist/types/views/address.d.ts +1 -1
- package/dist/types/views/balance.d.ts +2 -2
- package/dist/types/views/book.d.ts +1 -1
- package/dist/types/views/index.d.ts +2 -2
- package/dist/types/views/index.d.ts.map +1 -1
- package/dist/types/views/market/chart-log.d.ts +2 -2
- package/dist/types/views/market/index.d.ts +1 -1
- package/dist/types/views/market/order-result.d.ts +2 -2
- package/dist/types/views/market/order-result.d.ts.map +1 -1
- package/dist/types/views/market/quote.d.ts +2 -2
- package/dist/types/views/market/token.d.ts +1 -1
- package/dist/types/views/open-order.d.ts +49 -3
- package/dist/types/views/open-order.d.ts.map +1 -1
- package/dist/types/views/order.d.ts +1 -1
- package/dist/types/views/setup.d.ts +5 -32
- package/dist/types/views/setup.d.ts.map +1 -1
- package/dist/types/views/subgraph.d.ts +3 -3
- package/dist/types/views/vault.d.ts +1 -1
- package/package.json +1 -1
- package/dist/cjs/calls/approval/order.js +0 -44
- package/dist/cjs/calls/approval/order.js.map +0 -1
- package/dist/cjs/calls/batch/prepare-order-with-setup.js.map +0 -1
- package/dist/cjs/constants/abis/core/claimable-dex-vault.js +0 -1166
- package/dist/cjs/constants/abis/core/claimable-dex-vault.js.map +0 -1
- package/dist/cjs/entities/open-order/apis/operator.js +0 -15
- package/dist/cjs/entities/open-order/apis/operator.js.map +0 -1
- package/dist/esm/calls/approval/order.js +0 -80
- package/dist/esm/calls/approval/order.js.map +0 -1
- package/dist/esm/calls/batch/prepare-order-with-setup.js.map +0 -1
- package/dist/esm/constants/abis/core/claimable-dex-vault.js +0 -1163
- package/dist/esm/constants/abis/core/claimable-dex-vault.js.map +0 -1
- package/dist/esm/entities/open-order/apis/operator.js +0 -11
- package/dist/esm/entities/open-order/apis/operator.js.map +0 -1
- package/dist/types/calls/approval/order.d.ts +0 -56
- package/dist/types/calls/approval/order.d.ts.map +0 -1
- package/dist/types/calls/batch/prepare-order-with-setup.d.ts.map +0 -1
- package/dist/types/entities/open-order/apis/operator.d.ts +0 -4
- package/dist/types/entities/open-order/apis/operator.d.ts.map +0 -1
package/dist/types/constants/abis/core/{claimable-dex-vault.d.ts → claimable-dex-vault-abi.d.ts}
RENAMED
|
@@ -218,14 +218,6 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
218
218
|
readonly inputs: readonly [];
|
|
219
219
|
readonly name: "InvalidAmount";
|
|
220
220
|
readonly type: "error";
|
|
221
|
-
}, {
|
|
222
|
-
readonly inputs: readonly [];
|
|
223
|
-
readonly name: "InvalidAssets";
|
|
224
|
-
readonly type: "error";
|
|
225
|
-
}, {
|
|
226
|
-
readonly inputs: readonly [];
|
|
227
|
-
readonly name: "InvalidShares";
|
|
228
|
-
readonly type: "error";
|
|
229
221
|
}, {
|
|
230
222
|
readonly inputs: readonly [];
|
|
231
223
|
readonly name: "InvalidShortString";
|
|
@@ -286,6 +278,10 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
286
278
|
readonly inputs: readonly [];
|
|
287
279
|
readonly name: "TakenExtraDeficit";
|
|
288
280
|
readonly type: "error";
|
|
281
|
+
}, {
|
|
282
|
+
readonly inputs: readonly [];
|
|
283
|
+
readonly name: "TransferExceedsUnlockedBalance";
|
|
284
|
+
readonly type: "error";
|
|
289
285
|
}, {
|
|
290
286
|
readonly inputs: readonly [{
|
|
291
287
|
readonly internalType: "address";
|
|
@@ -328,12 +324,7 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
328
324
|
}, {
|
|
329
325
|
readonly indexed: false;
|
|
330
326
|
readonly internalType: "uint256";
|
|
331
|
-
readonly name: "
|
|
332
|
-
readonly type: "uint256";
|
|
333
|
-
}, {
|
|
334
|
-
readonly indexed: false;
|
|
335
|
-
readonly internalType: "uint256";
|
|
336
|
-
readonly name: "assets";
|
|
327
|
+
readonly name: "amount";
|
|
337
328
|
readonly type: "uint256";
|
|
338
329
|
}, {
|
|
339
330
|
readonly indexed: false;
|
|
@@ -353,12 +344,7 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
353
344
|
}, {
|
|
354
345
|
readonly indexed: false;
|
|
355
346
|
readonly internalType: "uint256";
|
|
356
|
-
readonly name: "
|
|
357
|
-
readonly type: "uint256";
|
|
358
|
-
}, {
|
|
359
|
-
readonly indexed: false;
|
|
360
|
-
readonly internalType: "uint256";
|
|
361
|
-
readonly name: "assets";
|
|
347
|
+
readonly name: "amount";
|
|
362
348
|
readonly type: "uint256";
|
|
363
349
|
}, {
|
|
364
350
|
readonly indexed: false;
|
|
@@ -378,12 +364,7 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
378
364
|
}, {
|
|
379
365
|
readonly indexed: false;
|
|
380
366
|
readonly internalType: "uint256";
|
|
381
|
-
readonly name: "
|
|
382
|
-
readonly type: "uint256";
|
|
383
|
-
}, {
|
|
384
|
-
readonly indexed: false;
|
|
385
|
-
readonly internalType: "uint256";
|
|
386
|
-
readonly name: "assets";
|
|
367
|
+
readonly name: "amount";
|
|
387
368
|
readonly type: "uint256";
|
|
388
369
|
}, {
|
|
389
370
|
readonly indexed: false;
|
|
@@ -478,17 +459,27 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
478
459
|
readonly inputs: readonly [{
|
|
479
460
|
readonly indexed: true;
|
|
480
461
|
readonly internalType: "address";
|
|
481
|
-
readonly name: "
|
|
462
|
+
readonly name: "recipient";
|
|
482
463
|
readonly type: "address";
|
|
483
464
|
}, {
|
|
484
465
|
readonly indexed: false;
|
|
485
466
|
readonly internalType: "uint256";
|
|
486
|
-
readonly name: "
|
|
467
|
+
readonly name: "amount";
|
|
487
468
|
readonly type: "uint256";
|
|
469
|
+
}];
|
|
470
|
+
readonly name: "ExcessAssetsRecovered";
|
|
471
|
+
readonly type: "event";
|
|
472
|
+
}, {
|
|
473
|
+
readonly anonymous: false;
|
|
474
|
+
readonly inputs: readonly [{
|
|
475
|
+
readonly indexed: true;
|
|
476
|
+
readonly internalType: "address";
|
|
477
|
+
readonly name: "user";
|
|
478
|
+
readonly type: "address";
|
|
488
479
|
}, {
|
|
489
480
|
readonly indexed: false;
|
|
490
481
|
readonly internalType: "uint256";
|
|
491
|
-
readonly name: "
|
|
482
|
+
readonly name: "amount";
|
|
492
483
|
readonly type: "uint256";
|
|
493
484
|
}, {
|
|
494
485
|
readonly indexed: false;
|
|
@@ -538,6 +529,16 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
538
529
|
}];
|
|
539
530
|
readonly name: "OwnershipTransferred";
|
|
540
531
|
readonly type: "event";
|
|
532
|
+
}, {
|
|
533
|
+
readonly anonymous: false;
|
|
534
|
+
readonly inputs: readonly [{
|
|
535
|
+
readonly indexed: true;
|
|
536
|
+
readonly internalType: "address";
|
|
537
|
+
readonly name: "parentDeflator";
|
|
538
|
+
readonly type: "address";
|
|
539
|
+
}];
|
|
540
|
+
readonly name: "ParentDeflatorSet";
|
|
541
|
+
readonly type: "event";
|
|
541
542
|
}, {
|
|
542
543
|
readonly anonymous: false;
|
|
543
544
|
readonly inputs: readonly [{
|
|
@@ -548,12 +549,7 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
548
549
|
}, {
|
|
549
550
|
readonly indexed: false;
|
|
550
551
|
readonly internalType: "uint256";
|
|
551
|
-
readonly name: "
|
|
552
|
-
readonly type: "uint256";
|
|
553
|
-
}, {
|
|
554
|
-
readonly indexed: false;
|
|
555
|
-
readonly internalType: "uint256";
|
|
556
|
-
readonly name: "assets";
|
|
552
|
+
readonly name: "amount";
|
|
557
553
|
readonly type: "uint256";
|
|
558
554
|
}, {
|
|
559
555
|
readonly indexed: false;
|
|
@@ -573,12 +569,7 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
573
569
|
}, {
|
|
574
570
|
readonly indexed: false;
|
|
575
571
|
readonly internalType: "uint256";
|
|
576
|
-
readonly name: "
|
|
577
|
-
readonly type: "uint256";
|
|
578
|
-
}, {
|
|
579
|
-
readonly indexed: false;
|
|
580
|
-
readonly internalType: "uint256";
|
|
581
|
-
readonly name: "assets";
|
|
572
|
+
readonly name: "amount";
|
|
582
573
|
readonly type: "uint256";
|
|
583
574
|
}, {
|
|
584
575
|
readonly indexed: false;
|
|
@@ -751,10 +742,10 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
751
742
|
readonly type: "address";
|
|
752
743
|
}, {
|
|
753
744
|
readonly internalType: "uint256";
|
|
754
|
-
readonly name: "
|
|
745
|
+
readonly name: "amount";
|
|
755
746
|
readonly type: "uint256";
|
|
756
747
|
}];
|
|
757
|
-
readonly name: "
|
|
748
|
+
readonly name: "burnBalanceForMakers";
|
|
758
749
|
readonly outputs: readonly [];
|
|
759
750
|
readonly stateMutability: "nonpayable";
|
|
760
751
|
readonly type: "function";
|
|
@@ -765,10 +756,10 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
765
756
|
readonly type: "address";
|
|
766
757
|
}, {
|
|
767
758
|
readonly internalType: "uint256";
|
|
768
|
-
readonly name: "
|
|
759
|
+
readonly name: "amount";
|
|
769
760
|
readonly type: "uint256";
|
|
770
761
|
}];
|
|
771
|
-
readonly name: "
|
|
762
|
+
readonly name: "burnTakenExtraBalance";
|
|
772
763
|
readonly outputs: readonly [];
|
|
773
764
|
readonly stateMutability: "nonpayable";
|
|
774
765
|
readonly type: "function";
|
|
@@ -1012,50 +1003,6 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
1012
1003
|
}];
|
|
1013
1004
|
readonly stateMutability: "view";
|
|
1014
1005
|
readonly type: "function";
|
|
1015
|
-
}, {
|
|
1016
|
-
readonly inputs: readonly [{
|
|
1017
|
-
readonly internalType: "address";
|
|
1018
|
-
readonly name: "user";
|
|
1019
|
-
readonly type: "address";
|
|
1020
|
-
}];
|
|
1021
|
-
readonly name: "getLockedAssets";
|
|
1022
|
-
readonly outputs: readonly [{
|
|
1023
|
-
readonly internalType: "uint256";
|
|
1024
|
-
readonly name: "locked";
|
|
1025
|
-
readonly type: "uint256";
|
|
1026
|
-
}];
|
|
1027
|
-
readonly stateMutability: "view";
|
|
1028
|
-
readonly type: "function";
|
|
1029
|
-
}, {
|
|
1030
|
-
readonly inputs: readonly [];
|
|
1031
|
-
readonly name: "getTotalAssetsOwedToMakers";
|
|
1032
|
-
readonly outputs: readonly [{
|
|
1033
|
-
readonly internalType: "uint256";
|
|
1034
|
-
readonly name: "";
|
|
1035
|
-
readonly type: "uint256";
|
|
1036
|
-
}];
|
|
1037
|
-
readonly stateMutability: "view";
|
|
1038
|
-
readonly type: "function";
|
|
1039
|
-
}, {
|
|
1040
|
-
readonly inputs: readonly [];
|
|
1041
|
-
readonly name: "getTotalLockedAssets";
|
|
1042
|
-
readonly outputs: readonly [{
|
|
1043
|
-
readonly internalType: "uint256";
|
|
1044
|
-
readonly name: "";
|
|
1045
|
-
readonly type: "uint256";
|
|
1046
|
-
}];
|
|
1047
|
-
readonly stateMutability: "view";
|
|
1048
|
-
readonly type: "function";
|
|
1049
|
-
}, {
|
|
1050
|
-
readonly inputs: readonly [];
|
|
1051
|
-
readonly name: "getTotalTakenExtraAssets";
|
|
1052
|
-
readonly outputs: readonly [{
|
|
1053
|
-
readonly internalType: "uint256";
|
|
1054
|
-
readonly name: "";
|
|
1055
|
-
readonly type: "uint256";
|
|
1056
|
-
}];
|
|
1057
|
-
readonly stateMutability: "view";
|
|
1058
|
-
readonly type: "function";
|
|
1059
1006
|
}, {
|
|
1060
1007
|
readonly inputs: readonly [{
|
|
1061
1008
|
readonly internalType: "address";
|
|
@@ -1077,10 +1024,10 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
1077
1024
|
readonly type: "address";
|
|
1078
1025
|
}, {
|
|
1079
1026
|
readonly internalType: "uint256";
|
|
1080
|
-
readonly name: "
|
|
1027
|
+
readonly name: "amount";
|
|
1081
1028
|
readonly type: "uint256";
|
|
1082
1029
|
}];
|
|
1083
|
-
readonly name: "
|
|
1030
|
+
readonly name: "lockBalance";
|
|
1084
1031
|
readonly outputs: readonly [];
|
|
1085
1032
|
readonly stateMutability: "nonpayable";
|
|
1086
1033
|
readonly type: "function";
|
|
@@ -1179,10 +1126,10 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
1179
1126
|
readonly type: "address";
|
|
1180
1127
|
}, {
|
|
1181
1128
|
readonly internalType: "uint256";
|
|
1182
|
-
readonly name: "
|
|
1129
|
+
readonly name: "amount";
|
|
1183
1130
|
readonly type: "uint256";
|
|
1184
1131
|
}];
|
|
1185
|
-
readonly name: "
|
|
1132
|
+
readonly name: "mintBalanceFromOwedToMakers";
|
|
1186
1133
|
readonly outputs: readonly [];
|
|
1187
1134
|
readonly stateMutability: "nonpayable";
|
|
1188
1135
|
readonly type: "function";
|
|
@@ -1193,10 +1140,10 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
1193
1140
|
readonly type: "address";
|
|
1194
1141
|
}, {
|
|
1195
1142
|
readonly internalType: "uint256";
|
|
1196
|
-
readonly name: "
|
|
1143
|
+
readonly name: "amount";
|
|
1197
1144
|
readonly type: "uint256";
|
|
1198
1145
|
}];
|
|
1199
|
-
readonly name: "
|
|
1146
|
+
readonly name: "mintTakenExtraBalance";
|
|
1200
1147
|
readonly outputs: readonly [];
|
|
1201
1148
|
readonly stateMutability: "nonpayable";
|
|
1202
1149
|
readonly type: "function";
|
|
@@ -1354,6 +1301,12 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
1354
1301
|
}];
|
|
1355
1302
|
readonly stateMutability: "view";
|
|
1356
1303
|
readonly type: "function";
|
|
1304
|
+
}, {
|
|
1305
|
+
readonly inputs: readonly [];
|
|
1306
|
+
readonly name: "recoverExcessAssets";
|
|
1307
|
+
readonly outputs: readonly [];
|
|
1308
|
+
readonly stateMutability: "nonpayable";
|
|
1309
|
+
readonly type: "function";
|
|
1357
1310
|
}, {
|
|
1358
1311
|
readonly inputs: readonly [{
|
|
1359
1312
|
readonly internalType: "uint256";
|
|
@@ -1458,7 +1411,7 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
1458
1411
|
readonly type: "function";
|
|
1459
1412
|
}, {
|
|
1460
1413
|
readonly inputs: readonly [];
|
|
1461
|
-
readonly name: "
|
|
1414
|
+
readonly name: "totalBalanceOwedToMakers";
|
|
1462
1415
|
readonly outputs: readonly [{
|
|
1463
1416
|
readonly internalType: "uint256";
|
|
1464
1417
|
readonly name: "";
|
|
@@ -1467,12 +1420,8 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
1467
1420
|
readonly stateMutability: "view";
|
|
1468
1421
|
readonly type: "function";
|
|
1469
1422
|
}, {
|
|
1470
|
-
readonly inputs: readonly [
|
|
1471
|
-
|
|
1472
|
-
readonly name: "";
|
|
1473
|
-
readonly type: "uint256";
|
|
1474
|
-
}];
|
|
1475
|
-
readonly name: "totalDeflatedAmountsAtCheckpoint";
|
|
1423
|
+
readonly inputs: readonly [];
|
|
1424
|
+
readonly name: "totalDeflatedAmount";
|
|
1476
1425
|
readonly outputs: readonly [{
|
|
1477
1426
|
readonly internalType: "uint256";
|
|
1478
1427
|
readonly name: "";
|
|
@@ -1481,8 +1430,12 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
1481
1430
|
readonly stateMutability: "view";
|
|
1482
1431
|
readonly type: "function";
|
|
1483
1432
|
}, {
|
|
1484
|
-
readonly inputs: readonly [
|
|
1485
|
-
|
|
1433
|
+
readonly inputs: readonly [{
|
|
1434
|
+
readonly internalType: "uint256";
|
|
1435
|
+
readonly name: "";
|
|
1436
|
+
readonly type: "uint256";
|
|
1437
|
+
}];
|
|
1438
|
+
readonly name: "totalDeflatedAmountsAtCheckpoint";
|
|
1486
1439
|
readonly outputs: readonly [{
|
|
1487
1440
|
readonly internalType: "uint256";
|
|
1488
1441
|
readonly name: "";
|
|
@@ -1492,7 +1445,7 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
1492
1445
|
readonly type: "function";
|
|
1493
1446
|
}, {
|
|
1494
1447
|
readonly inputs: readonly [];
|
|
1495
|
-
readonly name: "
|
|
1448
|
+
readonly name: "totalLockedBalance";
|
|
1496
1449
|
readonly outputs: readonly [{
|
|
1497
1450
|
readonly internalType: "uint256";
|
|
1498
1451
|
readonly name: "";
|
|
@@ -1536,7 +1489,7 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
1536
1489
|
readonly type: "function";
|
|
1537
1490
|
}, {
|
|
1538
1491
|
readonly inputs: readonly [];
|
|
1539
|
-
readonly name: "
|
|
1492
|
+
readonly name: "totalTakenExtraBalance";
|
|
1540
1493
|
readonly outputs: readonly [{
|
|
1541
1494
|
readonly internalType: "uint256";
|
|
1542
1495
|
readonly name: "";
|
|
@@ -1587,24 +1540,28 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
1587
1540
|
}, {
|
|
1588
1541
|
readonly inputs: readonly [{
|
|
1589
1542
|
readonly internalType: "address";
|
|
1590
|
-
readonly name: "
|
|
1543
|
+
readonly name: "from";
|
|
1544
|
+
readonly type: "address";
|
|
1545
|
+
}, {
|
|
1546
|
+
readonly internalType: "address";
|
|
1547
|
+
readonly name: "to";
|
|
1591
1548
|
readonly type: "address";
|
|
1549
|
+
}, {
|
|
1550
|
+
readonly internalType: "uint256";
|
|
1551
|
+
readonly name: "amount";
|
|
1552
|
+
readonly type: "uint256";
|
|
1592
1553
|
}];
|
|
1593
|
-
readonly name: "
|
|
1554
|
+
readonly name: "transferFromLocked";
|
|
1594
1555
|
readonly outputs: readonly [];
|
|
1595
1556
|
readonly stateMutability: "nonpayable";
|
|
1596
1557
|
readonly type: "function";
|
|
1597
1558
|
}, {
|
|
1598
1559
|
readonly inputs: readonly [{
|
|
1599
1560
|
readonly internalType: "address";
|
|
1600
|
-
readonly name: "
|
|
1561
|
+
readonly name: "newOwner";
|
|
1601
1562
|
readonly type: "address";
|
|
1602
|
-
}, {
|
|
1603
|
-
readonly internalType: "uint256";
|
|
1604
|
-
readonly name: "shares";
|
|
1605
|
-
readonly type: "uint256";
|
|
1606
1563
|
}];
|
|
1607
|
-
readonly name: "
|
|
1564
|
+
readonly name: "transferOwnership";
|
|
1608
1565
|
readonly outputs: readonly [];
|
|
1609
1566
|
readonly stateMutability: "nonpayable";
|
|
1610
1567
|
readonly type: "function";
|
|
@@ -1615,10 +1572,10 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
1615
1572
|
readonly type: "address";
|
|
1616
1573
|
}, {
|
|
1617
1574
|
readonly internalType: "uint256";
|
|
1618
|
-
readonly name: "
|
|
1575
|
+
readonly name: "amount";
|
|
1619
1576
|
readonly type: "uint256";
|
|
1620
1577
|
}];
|
|
1621
|
-
readonly name: "
|
|
1578
|
+
readonly name: "unlockBalance";
|
|
1622
1579
|
readonly outputs: readonly [];
|
|
1623
1580
|
readonly stateMutability: "nonpayable";
|
|
1624
1581
|
readonly type: "function";
|
|
@@ -1645,4 +1602,4 @@ export declare const CLAIMABLE_DEX_VAULT_ABI: readonly [{
|
|
|
1645
1602
|
readonly stateMutability: "nonpayable";
|
|
1646
1603
|
readonly type: "function";
|
|
1647
1604
|
}];
|
|
1648
|
-
//# sourceMappingURL=claimable-dex-vault.d.ts.map
|
|
1605
|
+
//# sourceMappingURL=claimable-dex-vault-abi.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"claimable-dex-vault.d.ts","sourceRoot":"","sources":["../../../../../src/constants/abis/core/claimable-dex-vault.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"claimable-dex-vault-abi.d.ts","sourceRoot":"","sources":["../../../../../src/constants/abis/core/claimable-dex-vault-abi.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2iE1B,CAAC"}
|
|
@@ -126,6 +126,30 @@ export declare const CONTROLLER_ABI: readonly [{
|
|
|
126
126
|
readonly inputs: readonly [];
|
|
127
127
|
readonly name: "UnauthorizedBookOpening";
|
|
128
128
|
readonly type: "error";
|
|
129
|
+
}, {
|
|
130
|
+
readonly inputs: readonly [{
|
|
131
|
+
readonly internalType: "uint64";
|
|
132
|
+
readonly name: "unit";
|
|
133
|
+
readonly type: "uint64";
|
|
134
|
+
}, {
|
|
135
|
+
readonly internalType: "uint64";
|
|
136
|
+
readonly name: "maxUnit";
|
|
137
|
+
readonly type: "uint64";
|
|
138
|
+
}];
|
|
139
|
+
readonly name: "UnitAboveMaximum";
|
|
140
|
+
readonly type: "error";
|
|
141
|
+
}, {
|
|
142
|
+
readonly inputs: readonly [{
|
|
143
|
+
readonly internalType: "uint64";
|
|
144
|
+
readonly name: "unit";
|
|
145
|
+
readonly type: "uint64";
|
|
146
|
+
}, {
|
|
147
|
+
readonly internalType: "uint64";
|
|
148
|
+
readonly name: "minUnit";
|
|
149
|
+
readonly type: "uint64";
|
|
150
|
+
}];
|
|
151
|
+
readonly name: "UnitBelowMinimum";
|
|
152
|
+
readonly type: "error";
|
|
129
153
|
}, {
|
|
130
154
|
readonly inputs: readonly [];
|
|
131
155
|
readonly name: "VaultNotFound";
|
|
@@ -538,19 +562,7 @@ export declare const CONTROLLER_ABI: readonly [{
|
|
|
538
562
|
readonly type: "uint256";
|
|
539
563
|
}, {
|
|
540
564
|
readonly internalType: "address";
|
|
541
|
-
readonly name: "
|
|
542
|
-
readonly type: "address";
|
|
543
|
-
}, {
|
|
544
|
-
readonly internalType: "address";
|
|
545
|
-
readonly name: "makeReferrer";
|
|
546
|
-
readonly type: "address";
|
|
547
|
-
}, {
|
|
548
|
-
readonly internalType: "address";
|
|
549
|
-
readonly name: "takeProvider";
|
|
550
|
-
readonly type: "address";
|
|
551
|
-
}, {
|
|
552
|
-
readonly internalType: "address";
|
|
553
|
-
readonly name: "takeReferrer";
|
|
565
|
+
readonly name: "referrer";
|
|
554
566
|
readonly type: "address";
|
|
555
567
|
}];
|
|
556
568
|
readonly internalType: "struct IController.LimitOrderParams[]";
|
|
@@ -601,10 +613,6 @@ export declare const CONTROLLER_ABI: readonly [{
|
|
|
601
613
|
readonly internalType: "uint256";
|
|
602
614
|
readonly name: "quoteAmount";
|
|
603
615
|
readonly type: "uint256";
|
|
604
|
-
}, {
|
|
605
|
-
readonly internalType: "address";
|
|
606
|
-
readonly name: "provider";
|
|
607
|
-
readonly type: "address";
|
|
608
616
|
}, {
|
|
609
617
|
readonly internalType: "address";
|
|
610
618
|
readonly name: "referrer";
|
|
@@ -756,10 +764,6 @@ export declare const CONTROLLER_ABI: readonly [{
|
|
|
756
764
|
readonly internalType: "uint256";
|
|
757
765
|
readonly name: "minQuoteAmount";
|
|
758
766
|
readonly type: "uint256";
|
|
759
|
-
}, {
|
|
760
|
-
readonly internalType: "address";
|
|
761
|
-
readonly name: "provider";
|
|
762
|
-
readonly type: "address";
|
|
763
767
|
}, {
|
|
764
768
|
readonly internalType: "address";
|
|
765
769
|
readonly name: "referrer";
|
|
@@ -809,10 +813,6 @@ export declare const CONTROLLER_ABI: readonly [{
|
|
|
809
813
|
readonly internalType: "uint256";
|
|
810
814
|
readonly name: "maxBaseAmount";
|
|
811
815
|
readonly type: "uint256";
|
|
812
|
-
}, {
|
|
813
|
-
readonly internalType: "address";
|
|
814
|
-
readonly name: "provider";
|
|
815
|
-
readonly type: "address";
|
|
816
816
|
}, {
|
|
817
817
|
readonly internalType: "address";
|
|
818
818
|
readonly name: "referrer";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"controller-abi.d.ts","sourceRoot":"","sources":["../../../../../src/constants/abis/core/controller-abi.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"controller-abi.d.ts","sourceRoot":"","sources":["../../../../../src/constants/abis/core/controller-abi.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0qCjB,CAAC"}
|