@nightlylabs/dex-sdk 0.3.11 → 0.3.13
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/index.cjs +1008 -1022
- package/dist/index.d.cts +155 -126
- package/dist/index.d.ts +155 -126
- package/dist/index.js +1008 -1022
- package/package.json +36 -17
package/dist/index.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ declare function createAptosClientFromEnv(): Aptos;
|
|
|
24
24
|
*/
|
|
25
25
|
declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
26
26
|
FaucetEntrypointsABI?: {
|
|
27
|
-
readonly address: "
|
|
27
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
28
28
|
readonly name: "faucet_entrypoints";
|
|
29
29
|
readonly friends: readonly [];
|
|
30
30
|
readonly exposed_functions: readonly [{
|
|
@@ -63,7 +63,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
63
63
|
readonly structs: readonly [];
|
|
64
64
|
} | undefined;
|
|
65
65
|
TestFaucetABI?: {
|
|
66
|
-
readonly address: "
|
|
66
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
67
67
|
readonly name: "test_faucet";
|
|
68
68
|
readonly friends: readonly [];
|
|
69
69
|
readonly exposed_functions: readonly [{
|
|
@@ -89,7 +89,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
89
89
|
readonly is_view: false;
|
|
90
90
|
readonly generic_type_params: readonly [];
|
|
91
91
|
readonly params: readonly ["&signer", "vector<u8>"];
|
|
92
|
-
readonly return: readonly ["0x1::object::ConstructorRef", "0x1::object::Object<
|
|
92
|
+
readonly return: readonly ["0x1::object::ConstructorRef", "0x1::object::Object<0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e::test_faucet::Token>"];
|
|
93
93
|
}, {
|
|
94
94
|
readonly name: "get_faucet_data";
|
|
95
95
|
readonly visibility: "public";
|
|
@@ -169,7 +169,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
169
169
|
readonly is_view: false;
|
|
170
170
|
readonly generic_type_params: readonly [];
|
|
171
171
|
readonly params: readonly ["0x1::fungible_asset::MintRef", "0x1::object::Object<0x1::fungible_asset::Metadata>"];
|
|
172
|
-
readonly return: readonly ["
|
|
172
|
+
readonly return: readonly ["0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e::test_faucet::FaucetToken"];
|
|
173
173
|
}, {
|
|
174
174
|
readonly name: "remove_token";
|
|
175
175
|
readonly visibility: "public";
|
|
@@ -199,7 +199,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
199
199
|
readonly generic_type_params: readonly [];
|
|
200
200
|
readonly fields: readonly [{
|
|
201
201
|
readonly name: "tokens";
|
|
202
|
-
readonly type: "0x1::smart_table::SmartTable<vector<u8>,
|
|
202
|
+
readonly type: "0x1::smart_table::SmartTable<vector<u8>, 0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e::test_faucet::FaucetToken>";
|
|
203
203
|
}];
|
|
204
204
|
}, {
|
|
205
205
|
readonly name: "FaucetToken";
|
|
@@ -218,7 +218,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
218
218
|
}];
|
|
219
219
|
} | undefined;
|
|
220
220
|
AddApiKeyABI: {
|
|
221
|
-
readonly address: "
|
|
221
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
222
222
|
readonly name: "add_api_key";
|
|
223
223
|
readonly friends: readonly [];
|
|
224
224
|
readonly exposed_functions: readonly [{
|
|
@@ -247,7 +247,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
247
247
|
readonly structs: readonly [];
|
|
248
248
|
};
|
|
249
249
|
AddCreditsABI: {
|
|
250
|
-
readonly address: "
|
|
250
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
251
251
|
readonly name: "add_credits";
|
|
252
252
|
readonly friends: readonly [];
|
|
253
253
|
readonly exposed_functions: readonly [{
|
|
@@ -276,7 +276,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
276
276
|
readonly structs: readonly [];
|
|
277
277
|
};
|
|
278
278
|
CancelAllPerpOrdersABI: {
|
|
279
|
-
readonly address: "
|
|
279
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
280
280
|
readonly name: "cancel_all_perp_orders";
|
|
281
281
|
readonly friends: readonly [];
|
|
282
282
|
readonly exposed_functions: readonly [{
|
|
@@ -305,7 +305,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
305
305
|
readonly structs: readonly [];
|
|
306
306
|
};
|
|
307
307
|
CancelAllSpotOrdersABI: {
|
|
308
|
-
readonly address: "
|
|
308
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
309
309
|
readonly name: "cancel_all_spot_orders";
|
|
310
310
|
readonly friends: readonly [];
|
|
311
311
|
readonly exposed_functions: readonly [{
|
|
@@ -334,7 +334,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
334
334
|
readonly structs: readonly [];
|
|
335
335
|
};
|
|
336
336
|
CancelPerpOrdersABI: {
|
|
337
|
-
readonly address: "
|
|
337
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
338
338
|
readonly name: "cancel_perp_orders";
|
|
339
339
|
readonly friends: readonly [];
|
|
340
340
|
readonly exposed_functions: readonly [{
|
|
@@ -363,7 +363,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
363
363
|
readonly structs: readonly [];
|
|
364
364
|
};
|
|
365
365
|
CancelSpotOrdersABI: {
|
|
366
|
-
readonly address: "
|
|
366
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
367
367
|
readonly name: "cancel_spot_orders";
|
|
368
368
|
readonly friends: readonly [];
|
|
369
369
|
readonly exposed_functions: readonly [{
|
|
@@ -392,7 +392,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
392
392
|
readonly structs: readonly [];
|
|
393
393
|
};
|
|
394
394
|
ChangePerpOrderABI: {
|
|
395
|
-
readonly address: "
|
|
395
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
396
396
|
readonly name: "change_perp_order";
|
|
397
397
|
readonly friends: readonly [];
|
|
398
398
|
readonly exposed_functions: readonly [{
|
|
@@ -421,7 +421,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
421
421
|
readonly structs: readonly [];
|
|
422
422
|
};
|
|
423
423
|
ChangeSpotOrderABI: {
|
|
424
|
-
readonly address: "
|
|
424
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
425
425
|
readonly name: "change_spot_order";
|
|
426
426
|
readonly friends: readonly [];
|
|
427
427
|
readonly exposed_functions: readonly [{
|
|
@@ -450,7 +450,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
450
450
|
readonly structs: readonly [];
|
|
451
451
|
};
|
|
452
452
|
ClaimDepositABI: {
|
|
453
|
-
readonly address: "
|
|
453
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
454
454
|
readonly name: "claim_deposit";
|
|
455
455
|
readonly friends: readonly [];
|
|
456
456
|
readonly exposed_functions: readonly [{
|
|
@@ -479,7 +479,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
479
479
|
readonly structs: readonly [];
|
|
480
480
|
};
|
|
481
481
|
ClaimKickbackFeeABI: {
|
|
482
|
-
readonly address: "
|
|
482
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
483
483
|
readonly name: "claim_kickback_fee";
|
|
484
484
|
readonly friends: readonly [];
|
|
485
485
|
readonly exposed_functions: readonly [{
|
|
@@ -508,7 +508,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
508
508
|
readonly structs: readonly [];
|
|
509
509
|
};
|
|
510
510
|
ClaimReferralFeesABI: {
|
|
511
|
-
readonly address: "
|
|
511
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
512
512
|
readonly name: "claim_referral_fees";
|
|
513
513
|
readonly friends: readonly [];
|
|
514
514
|
readonly exposed_functions: readonly [{
|
|
@@ -537,7 +537,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
537
537
|
readonly structs: readonly [];
|
|
538
538
|
};
|
|
539
539
|
CreateUserABI: {
|
|
540
|
-
readonly address: "
|
|
540
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
541
541
|
readonly name: "create_user";
|
|
542
542
|
readonly friends: readonly [];
|
|
543
543
|
readonly exposed_functions: readonly [{
|
|
@@ -566,7 +566,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
566
566
|
readonly structs: readonly [];
|
|
567
567
|
};
|
|
568
568
|
DepositTokenABI: {
|
|
569
|
-
readonly address: "
|
|
569
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
570
570
|
readonly name: "deposit_token";
|
|
571
571
|
readonly friends: readonly [];
|
|
572
572
|
readonly exposed_functions: readonly [{
|
|
@@ -595,7 +595,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
595
595
|
readonly structs: readonly [];
|
|
596
596
|
};
|
|
597
597
|
DepositToVaultABI: {
|
|
598
|
-
readonly address: "
|
|
598
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
599
599
|
readonly name: "deposit_to_vault";
|
|
600
600
|
readonly friends: readonly [];
|
|
601
601
|
readonly exposed_functions: readonly [{
|
|
@@ -624,7 +624,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
624
624
|
readonly structs: readonly [];
|
|
625
625
|
};
|
|
626
626
|
LendTokenABI: {
|
|
627
|
-
readonly address: "
|
|
627
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
628
628
|
readonly name: "lend_token";
|
|
629
629
|
readonly friends: readonly [];
|
|
630
630
|
readonly exposed_functions: readonly [{
|
|
@@ -653,7 +653,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
653
653
|
readonly structs: readonly [];
|
|
654
654
|
};
|
|
655
655
|
OpenBoxesABI: {
|
|
656
|
-
readonly address: "
|
|
656
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
657
657
|
readonly name: "open_boxes";
|
|
658
658
|
readonly friends: readonly [];
|
|
659
659
|
readonly exposed_functions: readonly [{
|
|
@@ -682,7 +682,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
682
682
|
readonly structs: readonly [];
|
|
683
683
|
};
|
|
684
684
|
PlaceMultiplePerpOrdersABI: {
|
|
685
|
-
readonly address: "
|
|
685
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
686
686
|
readonly name: "place_multiple_perp_orders";
|
|
687
687
|
readonly friends: readonly [];
|
|
688
688
|
readonly exposed_functions: readonly [{
|
|
@@ -711,7 +711,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
711
711
|
readonly structs: readonly [];
|
|
712
712
|
};
|
|
713
713
|
PlaceMultipleSpotOrdersABI: {
|
|
714
|
-
readonly address: "
|
|
714
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
715
715
|
readonly name: "place_multiple_spot_orders";
|
|
716
716
|
readonly friends: readonly [];
|
|
717
717
|
readonly exposed_functions: readonly [{
|
|
@@ -740,7 +740,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
740
740
|
readonly structs: readonly [];
|
|
741
741
|
};
|
|
742
742
|
PlacePerpLimitOrderABI: {
|
|
743
|
-
readonly address: "
|
|
743
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
744
744
|
readonly name: "place_perp_limit_order";
|
|
745
745
|
readonly friends: readonly [];
|
|
746
746
|
readonly exposed_functions: readonly [{
|
|
@@ -769,7 +769,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
769
769
|
readonly structs: readonly [];
|
|
770
770
|
};
|
|
771
771
|
PlacePerpMarketOrderABI: {
|
|
772
|
-
readonly address: "
|
|
772
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
773
773
|
readonly name: "place_perp_market_order";
|
|
774
774
|
readonly friends: readonly [];
|
|
775
775
|
readonly exposed_functions: readonly [{
|
|
@@ -798,7 +798,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
798
798
|
readonly structs: readonly [];
|
|
799
799
|
};
|
|
800
800
|
PlacePerpTriggerOrderABI: {
|
|
801
|
-
readonly address: "
|
|
801
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
802
802
|
readonly name: "place_perp_trigger_order";
|
|
803
803
|
readonly friends: readonly [];
|
|
804
804
|
readonly exposed_functions: readonly [{
|
|
@@ -827,7 +827,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
827
827
|
readonly structs: readonly [];
|
|
828
828
|
};
|
|
829
829
|
PlaceSpotLimitOrderABI: {
|
|
830
|
-
readonly address: "
|
|
830
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
831
831
|
readonly name: "place_spot_limit_order";
|
|
832
832
|
readonly friends: readonly [];
|
|
833
833
|
readonly exposed_functions: readonly [{
|
|
@@ -856,7 +856,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
856
856
|
readonly structs: readonly [];
|
|
857
857
|
};
|
|
858
858
|
PlaceSpotMarketOrderABI: {
|
|
859
|
-
readonly address: "
|
|
859
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
860
860
|
readonly name: "place_spot_market_order";
|
|
861
861
|
readonly friends: readonly [];
|
|
862
862
|
readonly exposed_functions: readonly [{
|
|
@@ -885,7 +885,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
885
885
|
readonly structs: readonly [];
|
|
886
886
|
};
|
|
887
887
|
RedeemTokenABI: {
|
|
888
|
-
readonly address: "
|
|
888
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
889
889
|
readonly name: "redeem_token";
|
|
890
890
|
readonly friends: readonly [];
|
|
891
891
|
readonly exposed_functions: readonly [{
|
|
@@ -914,7 +914,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
914
914
|
readonly structs: readonly [];
|
|
915
915
|
};
|
|
916
916
|
RemoveApiKeyABI: {
|
|
917
|
-
readonly address: "
|
|
917
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
918
918
|
readonly name: "remove_api_key";
|
|
919
919
|
readonly friends: readonly [];
|
|
920
920
|
readonly exposed_functions: readonly [{
|
|
@@ -943,7 +943,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
943
943
|
readonly structs: readonly [];
|
|
944
944
|
};
|
|
945
945
|
RemoveApiKeySignerABI: {
|
|
946
|
-
readonly address: "
|
|
946
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
947
947
|
readonly name: "remove_api_key_signer";
|
|
948
948
|
readonly friends: readonly [];
|
|
949
949
|
readonly exposed_functions: readonly [{
|
|
@@ -972,7 +972,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
972
972
|
readonly structs: readonly [];
|
|
973
973
|
};
|
|
974
974
|
ReplaceMultipleOrdersABI: {
|
|
975
|
-
readonly address: "
|
|
975
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
976
976
|
readonly name: "replace_multiple_orders";
|
|
977
977
|
readonly friends: readonly [];
|
|
978
978
|
readonly exposed_functions: readonly [{
|
|
@@ -1001,7 +1001,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1001
1001
|
readonly structs: readonly [];
|
|
1002
1002
|
};
|
|
1003
1003
|
ReplaceMultipleSpotOrdersABI: {
|
|
1004
|
-
readonly address: "
|
|
1004
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1005
1005
|
readonly name: "replace_multiple_spot_orders";
|
|
1006
1006
|
readonly friends: readonly [];
|
|
1007
1007
|
readonly exposed_functions: readonly [{
|
|
@@ -1030,7 +1030,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1030
1030
|
readonly structs: readonly [];
|
|
1031
1031
|
};
|
|
1032
1032
|
SetAliasNameABI: {
|
|
1033
|
-
readonly address: "
|
|
1033
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1034
1034
|
readonly name: "set_alias_name";
|
|
1035
1035
|
readonly friends: readonly [];
|
|
1036
1036
|
readonly exposed_functions: readonly [{
|
|
@@ -1059,7 +1059,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1059
1059
|
readonly structs: readonly [];
|
|
1060
1060
|
};
|
|
1061
1061
|
SetAutolendABI: {
|
|
1062
|
-
readonly address: "
|
|
1062
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1063
1063
|
readonly name: "set_autolend";
|
|
1064
1064
|
readonly friends: readonly [];
|
|
1065
1065
|
readonly exposed_functions: readonly [{
|
|
@@ -1088,7 +1088,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1088
1088
|
readonly structs: readonly [];
|
|
1089
1089
|
};
|
|
1090
1090
|
SetReferralCodeABI: {
|
|
1091
|
-
readonly address: "
|
|
1091
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1092
1092
|
readonly name: "set_referral_code";
|
|
1093
1093
|
readonly friends: readonly [];
|
|
1094
1094
|
readonly exposed_functions: readonly [{
|
|
@@ -1117,7 +1117,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1117
1117
|
readonly structs: readonly [];
|
|
1118
1118
|
};
|
|
1119
1119
|
TokenizeUserVaultInvestmentABI: {
|
|
1120
|
-
readonly address: "
|
|
1120
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1121
1121
|
readonly name: "tokenize_user_vault_investment";
|
|
1122
1122
|
readonly friends: readonly [];
|
|
1123
1123
|
readonly exposed_functions: readonly [{
|
|
@@ -1146,7 +1146,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1146
1146
|
readonly structs: readonly [];
|
|
1147
1147
|
};
|
|
1148
1148
|
TransferToUserABI: {
|
|
1149
|
-
readonly address: "
|
|
1149
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1150
1150
|
readonly name: "transfer_to_user";
|
|
1151
1151
|
readonly friends: readonly [];
|
|
1152
1152
|
readonly exposed_functions: readonly [{
|
|
@@ -1175,7 +1175,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1175
1175
|
readonly structs: readonly [];
|
|
1176
1176
|
};
|
|
1177
1177
|
WithdrawFromVaultABI: {
|
|
1178
|
-
readonly address: "
|
|
1178
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1179
1179
|
readonly name: "withdraw_from_vault";
|
|
1180
1180
|
readonly friends: readonly [];
|
|
1181
1181
|
readonly exposed_functions: readonly [{
|
|
@@ -1204,7 +1204,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1204
1204
|
readonly structs: readonly [];
|
|
1205
1205
|
};
|
|
1206
1206
|
WithdrawTokenABI: {
|
|
1207
|
-
readonly address: "
|
|
1207
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1208
1208
|
readonly name: "withdraw_token";
|
|
1209
1209
|
readonly friends: readonly [];
|
|
1210
1210
|
readonly exposed_functions: readonly [{
|
|
@@ -1233,7 +1233,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1233
1233
|
readonly structs: readonly [];
|
|
1234
1234
|
};
|
|
1235
1235
|
InitExchangeABI: {
|
|
1236
|
-
readonly address: "
|
|
1236
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1237
1237
|
readonly name: "init_exchange";
|
|
1238
1238
|
readonly friends: readonly [];
|
|
1239
1239
|
readonly exposed_functions: readonly [{
|
|
@@ -1262,7 +1262,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1262
1262
|
readonly structs: readonly [];
|
|
1263
1263
|
};
|
|
1264
1264
|
AddDevAddressABI: {
|
|
1265
|
-
readonly address: "
|
|
1265
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1266
1266
|
readonly name: "add_dev_address";
|
|
1267
1267
|
readonly friends: readonly [];
|
|
1268
1268
|
readonly exposed_functions: readonly [{
|
|
@@ -1291,7 +1291,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1291
1291
|
readonly structs: readonly [];
|
|
1292
1292
|
};
|
|
1293
1293
|
RemoveDevAddressABI: {
|
|
1294
|
-
readonly address: "
|
|
1294
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1295
1295
|
readonly name: "remove_dev_address";
|
|
1296
1296
|
readonly friends: readonly [];
|
|
1297
1297
|
readonly exposed_functions: readonly [{
|
|
@@ -1320,7 +1320,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1320
1320
|
readonly structs: readonly [];
|
|
1321
1321
|
};
|
|
1322
1322
|
AddTokenToOracleABI: {
|
|
1323
|
-
readonly address: "
|
|
1323
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1324
1324
|
readonly name: "add_token_to_oracle";
|
|
1325
1325
|
readonly friends: readonly [];
|
|
1326
1326
|
readonly exposed_functions: readonly [{
|
|
@@ -1349,7 +1349,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1349
1349
|
readonly structs: readonly [];
|
|
1350
1350
|
};
|
|
1351
1351
|
AddNewTokenABI: {
|
|
1352
|
-
readonly address: "
|
|
1352
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1353
1353
|
readonly name: "add_new_token";
|
|
1354
1354
|
readonly friends: readonly [];
|
|
1355
1355
|
readonly exposed_functions: readonly [{
|
|
@@ -1378,7 +1378,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1378
1378
|
readonly structs: readonly [];
|
|
1379
1379
|
};
|
|
1380
1380
|
UpdateOraclePricesABI: {
|
|
1381
|
-
readonly address: "
|
|
1381
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1382
1382
|
readonly name: "update_oracle_prices";
|
|
1383
1383
|
readonly friends: readonly [];
|
|
1384
1384
|
readonly exposed_functions: readonly [{
|
|
@@ -1407,7 +1407,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1407
1407
|
readonly structs: readonly [];
|
|
1408
1408
|
};
|
|
1409
1409
|
AddNewPerpMarketABI: {
|
|
1410
|
-
readonly address: "
|
|
1410
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1411
1411
|
readonly name: "add_new_perp_market";
|
|
1412
1412
|
readonly friends: readonly [];
|
|
1413
1413
|
readonly exposed_functions: readonly [{
|
|
@@ -1436,7 +1436,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1436
1436
|
readonly structs: readonly [];
|
|
1437
1437
|
};
|
|
1438
1438
|
AddNewSpotMarketABI: {
|
|
1439
|
-
readonly address: "
|
|
1439
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1440
1440
|
readonly name: "add_new_spot_market";
|
|
1441
1441
|
readonly friends: readonly [];
|
|
1442
1442
|
readonly exposed_functions: readonly [{
|
|
@@ -1465,7 +1465,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1465
1465
|
readonly structs: readonly [];
|
|
1466
1466
|
};
|
|
1467
1467
|
UpdateFeeTiersABI: {
|
|
1468
|
-
readonly address: "
|
|
1468
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1469
1469
|
readonly name: "update_fee_tiers";
|
|
1470
1470
|
readonly friends: readonly [];
|
|
1471
1471
|
readonly exposed_functions: readonly [{
|
|
@@ -1494,7 +1494,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1494
1494
|
readonly structs: readonly [];
|
|
1495
1495
|
};
|
|
1496
1496
|
SettleMarketABI: {
|
|
1497
|
-
readonly address: "
|
|
1497
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1498
1498
|
readonly name: "settle_market";
|
|
1499
1499
|
readonly friends: readonly [];
|
|
1500
1500
|
readonly exposed_functions: readonly [{
|
|
@@ -1523,7 +1523,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1523
1523
|
readonly structs: readonly [];
|
|
1524
1524
|
};
|
|
1525
1525
|
AddNewLpTokenABI: {
|
|
1526
|
-
readonly address: "
|
|
1526
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1527
1527
|
readonly name: "add_new_lp_token";
|
|
1528
1528
|
readonly friends: readonly [];
|
|
1529
1529
|
readonly exposed_functions: readonly [{
|
|
@@ -1552,7 +1552,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1552
1552
|
readonly structs: readonly [];
|
|
1553
1553
|
};
|
|
1554
1554
|
SetSystemHaircutABI: {
|
|
1555
|
-
readonly address: "
|
|
1555
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1556
1556
|
readonly name: "set_system_haircut";
|
|
1557
1557
|
readonly friends: readonly [];
|
|
1558
1558
|
readonly exposed_functions: readonly [{
|
|
@@ -1581,7 +1581,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1581
1581
|
readonly structs: readonly [];
|
|
1582
1582
|
};
|
|
1583
1583
|
SetFeeDataABI: {
|
|
1584
|
-
readonly address: "
|
|
1584
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1585
1585
|
readonly name: "set_fee_data";
|
|
1586
1586
|
readonly friends: readonly [];
|
|
1587
1587
|
readonly exposed_functions: readonly [{
|
|
@@ -1610,7 +1610,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1610
1610
|
readonly structs: readonly [];
|
|
1611
1611
|
};
|
|
1612
1612
|
ChangePerpMarketDataABI: {
|
|
1613
|
-
readonly address: "
|
|
1613
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1614
1614
|
readonly name: "change_perp_market_data";
|
|
1615
1615
|
readonly friends: readonly [];
|
|
1616
1616
|
readonly exposed_functions: readonly [{
|
|
@@ -1639,7 +1639,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1639
1639
|
readonly structs: readonly [];
|
|
1640
1640
|
};
|
|
1641
1641
|
ChangeSpotMarketDataABI: {
|
|
1642
|
-
readonly address: "
|
|
1642
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1643
1643
|
readonly name: "change_spot_market_data";
|
|
1644
1644
|
readonly friends: readonly [];
|
|
1645
1645
|
readonly exposed_functions: readonly [{
|
|
@@ -1668,7 +1668,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1668
1668
|
readonly structs: readonly [];
|
|
1669
1669
|
};
|
|
1670
1670
|
ChangeTokenDataABI: {
|
|
1671
|
-
readonly address: "
|
|
1671
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1672
1672
|
readonly name: "change_token_data";
|
|
1673
1673
|
readonly friends: readonly [];
|
|
1674
1674
|
readonly exposed_functions: readonly [{
|
|
@@ -1697,7 +1697,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1697
1697
|
readonly structs: readonly [];
|
|
1698
1698
|
};
|
|
1699
1699
|
PredepositToVaultABI: {
|
|
1700
|
-
readonly address: "
|
|
1700
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1701
1701
|
readonly name: "predeposit_to_vault";
|
|
1702
1702
|
readonly friends: readonly [];
|
|
1703
1703
|
readonly exposed_functions: readonly [{
|
|
@@ -1732,7 +1732,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1732
1732
|
*/
|
|
1733
1733
|
declare const ABIs: {
|
|
1734
1734
|
FaucetEntrypointsABI?: {
|
|
1735
|
-
readonly address: "
|
|
1735
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1736
1736
|
readonly name: "faucet_entrypoints";
|
|
1737
1737
|
readonly friends: readonly [];
|
|
1738
1738
|
readonly exposed_functions: readonly [{
|
|
@@ -1771,7 +1771,7 @@ declare const ABIs: {
|
|
|
1771
1771
|
readonly structs: readonly [];
|
|
1772
1772
|
} | undefined;
|
|
1773
1773
|
TestFaucetABI?: {
|
|
1774
|
-
readonly address: "
|
|
1774
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1775
1775
|
readonly name: "test_faucet";
|
|
1776
1776
|
readonly friends: readonly [];
|
|
1777
1777
|
readonly exposed_functions: readonly [{
|
|
@@ -1797,7 +1797,7 @@ declare const ABIs: {
|
|
|
1797
1797
|
readonly is_view: false;
|
|
1798
1798
|
readonly generic_type_params: readonly [];
|
|
1799
1799
|
readonly params: readonly ["&signer", "vector<u8>"];
|
|
1800
|
-
readonly return: readonly ["0x1::object::ConstructorRef", "0x1::object::Object<
|
|
1800
|
+
readonly return: readonly ["0x1::object::ConstructorRef", "0x1::object::Object<0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e::test_faucet::Token>"];
|
|
1801
1801
|
}, {
|
|
1802
1802
|
readonly name: "get_faucet_data";
|
|
1803
1803
|
readonly visibility: "public";
|
|
@@ -1877,7 +1877,7 @@ declare const ABIs: {
|
|
|
1877
1877
|
readonly is_view: false;
|
|
1878
1878
|
readonly generic_type_params: readonly [];
|
|
1879
1879
|
readonly params: readonly ["0x1::fungible_asset::MintRef", "0x1::object::Object<0x1::fungible_asset::Metadata>"];
|
|
1880
|
-
readonly return: readonly ["
|
|
1880
|
+
readonly return: readonly ["0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e::test_faucet::FaucetToken"];
|
|
1881
1881
|
}, {
|
|
1882
1882
|
readonly name: "remove_token";
|
|
1883
1883
|
readonly visibility: "public";
|
|
@@ -1907,7 +1907,7 @@ declare const ABIs: {
|
|
|
1907
1907
|
readonly generic_type_params: readonly [];
|
|
1908
1908
|
readonly fields: readonly [{
|
|
1909
1909
|
readonly name: "tokens";
|
|
1910
|
-
readonly type: "0x1::smart_table::SmartTable<vector<u8>,
|
|
1910
|
+
readonly type: "0x1::smart_table::SmartTable<vector<u8>, 0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e::test_faucet::FaucetToken>";
|
|
1911
1911
|
}];
|
|
1912
1912
|
}, {
|
|
1913
1913
|
readonly name: "FaucetToken";
|
|
@@ -1926,7 +1926,7 @@ declare const ABIs: {
|
|
|
1926
1926
|
}];
|
|
1927
1927
|
} | undefined;
|
|
1928
1928
|
AddApiKeyABI: {
|
|
1929
|
-
readonly address: "
|
|
1929
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1930
1930
|
readonly name: "add_api_key";
|
|
1931
1931
|
readonly friends: readonly [];
|
|
1932
1932
|
readonly exposed_functions: readonly [{
|
|
@@ -1955,7 +1955,7 @@ declare const ABIs: {
|
|
|
1955
1955
|
readonly structs: readonly [];
|
|
1956
1956
|
};
|
|
1957
1957
|
AddCreditsABI: {
|
|
1958
|
-
readonly address: "
|
|
1958
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1959
1959
|
readonly name: "add_credits";
|
|
1960
1960
|
readonly friends: readonly [];
|
|
1961
1961
|
readonly exposed_functions: readonly [{
|
|
@@ -1984,7 +1984,7 @@ declare const ABIs: {
|
|
|
1984
1984
|
readonly structs: readonly [];
|
|
1985
1985
|
};
|
|
1986
1986
|
CancelAllPerpOrdersABI: {
|
|
1987
|
-
readonly address: "
|
|
1987
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
1988
1988
|
readonly name: "cancel_all_perp_orders";
|
|
1989
1989
|
readonly friends: readonly [];
|
|
1990
1990
|
readonly exposed_functions: readonly [{
|
|
@@ -2013,7 +2013,7 @@ declare const ABIs: {
|
|
|
2013
2013
|
readonly structs: readonly [];
|
|
2014
2014
|
};
|
|
2015
2015
|
CancelAllSpotOrdersABI: {
|
|
2016
|
-
readonly address: "
|
|
2016
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2017
2017
|
readonly name: "cancel_all_spot_orders";
|
|
2018
2018
|
readonly friends: readonly [];
|
|
2019
2019
|
readonly exposed_functions: readonly [{
|
|
@@ -2042,7 +2042,7 @@ declare const ABIs: {
|
|
|
2042
2042
|
readonly structs: readonly [];
|
|
2043
2043
|
};
|
|
2044
2044
|
CancelPerpOrdersABI: {
|
|
2045
|
-
readonly address: "
|
|
2045
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2046
2046
|
readonly name: "cancel_perp_orders";
|
|
2047
2047
|
readonly friends: readonly [];
|
|
2048
2048
|
readonly exposed_functions: readonly [{
|
|
@@ -2071,7 +2071,7 @@ declare const ABIs: {
|
|
|
2071
2071
|
readonly structs: readonly [];
|
|
2072
2072
|
};
|
|
2073
2073
|
CancelSpotOrdersABI: {
|
|
2074
|
-
readonly address: "
|
|
2074
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2075
2075
|
readonly name: "cancel_spot_orders";
|
|
2076
2076
|
readonly friends: readonly [];
|
|
2077
2077
|
readonly exposed_functions: readonly [{
|
|
@@ -2100,7 +2100,7 @@ declare const ABIs: {
|
|
|
2100
2100
|
readonly structs: readonly [];
|
|
2101
2101
|
};
|
|
2102
2102
|
ChangePerpOrderABI: {
|
|
2103
|
-
readonly address: "
|
|
2103
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2104
2104
|
readonly name: "change_perp_order";
|
|
2105
2105
|
readonly friends: readonly [];
|
|
2106
2106
|
readonly exposed_functions: readonly [{
|
|
@@ -2129,7 +2129,7 @@ declare const ABIs: {
|
|
|
2129
2129
|
readonly structs: readonly [];
|
|
2130
2130
|
};
|
|
2131
2131
|
ChangeSpotOrderABI: {
|
|
2132
|
-
readonly address: "
|
|
2132
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2133
2133
|
readonly name: "change_spot_order";
|
|
2134
2134
|
readonly friends: readonly [];
|
|
2135
2135
|
readonly exposed_functions: readonly [{
|
|
@@ -2158,7 +2158,7 @@ declare const ABIs: {
|
|
|
2158
2158
|
readonly structs: readonly [];
|
|
2159
2159
|
};
|
|
2160
2160
|
ClaimDepositABI: {
|
|
2161
|
-
readonly address: "
|
|
2161
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2162
2162
|
readonly name: "claim_deposit";
|
|
2163
2163
|
readonly friends: readonly [];
|
|
2164
2164
|
readonly exposed_functions: readonly [{
|
|
@@ -2187,7 +2187,7 @@ declare const ABIs: {
|
|
|
2187
2187
|
readonly structs: readonly [];
|
|
2188
2188
|
};
|
|
2189
2189
|
ClaimKickbackFeeABI: {
|
|
2190
|
-
readonly address: "
|
|
2190
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2191
2191
|
readonly name: "claim_kickback_fee";
|
|
2192
2192
|
readonly friends: readonly [];
|
|
2193
2193
|
readonly exposed_functions: readonly [{
|
|
@@ -2216,7 +2216,7 @@ declare const ABIs: {
|
|
|
2216
2216
|
readonly structs: readonly [];
|
|
2217
2217
|
};
|
|
2218
2218
|
ClaimReferralFeesABI: {
|
|
2219
|
-
readonly address: "
|
|
2219
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2220
2220
|
readonly name: "claim_referral_fees";
|
|
2221
2221
|
readonly friends: readonly [];
|
|
2222
2222
|
readonly exposed_functions: readonly [{
|
|
@@ -2245,7 +2245,7 @@ declare const ABIs: {
|
|
|
2245
2245
|
readonly structs: readonly [];
|
|
2246
2246
|
};
|
|
2247
2247
|
CreateUserABI: {
|
|
2248
|
-
readonly address: "
|
|
2248
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2249
2249
|
readonly name: "create_user";
|
|
2250
2250
|
readonly friends: readonly [];
|
|
2251
2251
|
readonly exposed_functions: readonly [{
|
|
@@ -2274,7 +2274,7 @@ declare const ABIs: {
|
|
|
2274
2274
|
readonly structs: readonly [];
|
|
2275
2275
|
};
|
|
2276
2276
|
DepositTokenABI: {
|
|
2277
|
-
readonly address: "
|
|
2277
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2278
2278
|
readonly name: "deposit_token";
|
|
2279
2279
|
readonly friends: readonly [];
|
|
2280
2280
|
readonly exposed_functions: readonly [{
|
|
@@ -2303,7 +2303,7 @@ declare const ABIs: {
|
|
|
2303
2303
|
readonly structs: readonly [];
|
|
2304
2304
|
};
|
|
2305
2305
|
DepositToVaultABI: {
|
|
2306
|
-
readonly address: "
|
|
2306
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2307
2307
|
readonly name: "deposit_to_vault";
|
|
2308
2308
|
readonly friends: readonly [];
|
|
2309
2309
|
readonly exposed_functions: readonly [{
|
|
@@ -2332,7 +2332,7 @@ declare const ABIs: {
|
|
|
2332
2332
|
readonly structs: readonly [];
|
|
2333
2333
|
};
|
|
2334
2334
|
LendTokenABI: {
|
|
2335
|
-
readonly address: "
|
|
2335
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2336
2336
|
readonly name: "lend_token";
|
|
2337
2337
|
readonly friends: readonly [];
|
|
2338
2338
|
readonly exposed_functions: readonly [{
|
|
@@ -2361,7 +2361,7 @@ declare const ABIs: {
|
|
|
2361
2361
|
readonly structs: readonly [];
|
|
2362
2362
|
};
|
|
2363
2363
|
OpenBoxesABI: {
|
|
2364
|
-
readonly address: "
|
|
2364
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2365
2365
|
readonly name: "open_boxes";
|
|
2366
2366
|
readonly friends: readonly [];
|
|
2367
2367
|
readonly exposed_functions: readonly [{
|
|
@@ -2390,7 +2390,7 @@ declare const ABIs: {
|
|
|
2390
2390
|
readonly structs: readonly [];
|
|
2391
2391
|
};
|
|
2392
2392
|
PlaceMultiplePerpOrdersABI: {
|
|
2393
|
-
readonly address: "
|
|
2393
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2394
2394
|
readonly name: "place_multiple_perp_orders";
|
|
2395
2395
|
readonly friends: readonly [];
|
|
2396
2396
|
readonly exposed_functions: readonly [{
|
|
@@ -2419,7 +2419,7 @@ declare const ABIs: {
|
|
|
2419
2419
|
readonly structs: readonly [];
|
|
2420
2420
|
};
|
|
2421
2421
|
PlaceMultipleSpotOrdersABI: {
|
|
2422
|
-
readonly address: "
|
|
2422
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2423
2423
|
readonly name: "place_multiple_spot_orders";
|
|
2424
2424
|
readonly friends: readonly [];
|
|
2425
2425
|
readonly exposed_functions: readonly [{
|
|
@@ -2448,7 +2448,7 @@ declare const ABIs: {
|
|
|
2448
2448
|
readonly structs: readonly [];
|
|
2449
2449
|
};
|
|
2450
2450
|
PlacePerpLimitOrderABI: {
|
|
2451
|
-
readonly address: "
|
|
2451
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2452
2452
|
readonly name: "place_perp_limit_order";
|
|
2453
2453
|
readonly friends: readonly [];
|
|
2454
2454
|
readonly exposed_functions: readonly [{
|
|
@@ -2477,7 +2477,7 @@ declare const ABIs: {
|
|
|
2477
2477
|
readonly structs: readonly [];
|
|
2478
2478
|
};
|
|
2479
2479
|
PlacePerpMarketOrderABI: {
|
|
2480
|
-
readonly address: "
|
|
2480
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2481
2481
|
readonly name: "place_perp_market_order";
|
|
2482
2482
|
readonly friends: readonly [];
|
|
2483
2483
|
readonly exposed_functions: readonly [{
|
|
@@ -2506,7 +2506,7 @@ declare const ABIs: {
|
|
|
2506
2506
|
readonly structs: readonly [];
|
|
2507
2507
|
};
|
|
2508
2508
|
PlacePerpTriggerOrderABI: {
|
|
2509
|
-
readonly address: "
|
|
2509
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2510
2510
|
readonly name: "place_perp_trigger_order";
|
|
2511
2511
|
readonly friends: readonly [];
|
|
2512
2512
|
readonly exposed_functions: readonly [{
|
|
@@ -2535,7 +2535,7 @@ declare const ABIs: {
|
|
|
2535
2535
|
readonly structs: readonly [];
|
|
2536
2536
|
};
|
|
2537
2537
|
PlaceSpotLimitOrderABI: {
|
|
2538
|
-
readonly address: "
|
|
2538
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2539
2539
|
readonly name: "place_spot_limit_order";
|
|
2540
2540
|
readonly friends: readonly [];
|
|
2541
2541
|
readonly exposed_functions: readonly [{
|
|
@@ -2564,7 +2564,7 @@ declare const ABIs: {
|
|
|
2564
2564
|
readonly structs: readonly [];
|
|
2565
2565
|
};
|
|
2566
2566
|
PlaceSpotMarketOrderABI: {
|
|
2567
|
-
readonly address: "
|
|
2567
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2568
2568
|
readonly name: "place_spot_market_order";
|
|
2569
2569
|
readonly friends: readonly [];
|
|
2570
2570
|
readonly exposed_functions: readonly [{
|
|
@@ -2593,7 +2593,7 @@ declare const ABIs: {
|
|
|
2593
2593
|
readonly structs: readonly [];
|
|
2594
2594
|
};
|
|
2595
2595
|
RedeemTokenABI: {
|
|
2596
|
-
readonly address: "
|
|
2596
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2597
2597
|
readonly name: "redeem_token";
|
|
2598
2598
|
readonly friends: readonly [];
|
|
2599
2599
|
readonly exposed_functions: readonly [{
|
|
@@ -2622,7 +2622,7 @@ declare const ABIs: {
|
|
|
2622
2622
|
readonly structs: readonly [];
|
|
2623
2623
|
};
|
|
2624
2624
|
RemoveApiKeyABI: {
|
|
2625
|
-
readonly address: "
|
|
2625
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2626
2626
|
readonly name: "remove_api_key";
|
|
2627
2627
|
readonly friends: readonly [];
|
|
2628
2628
|
readonly exposed_functions: readonly [{
|
|
@@ -2651,7 +2651,7 @@ declare const ABIs: {
|
|
|
2651
2651
|
readonly structs: readonly [];
|
|
2652
2652
|
};
|
|
2653
2653
|
RemoveApiKeySignerABI: {
|
|
2654
|
-
readonly address: "
|
|
2654
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2655
2655
|
readonly name: "remove_api_key_signer";
|
|
2656
2656
|
readonly friends: readonly [];
|
|
2657
2657
|
readonly exposed_functions: readonly [{
|
|
@@ -2680,7 +2680,7 @@ declare const ABIs: {
|
|
|
2680
2680
|
readonly structs: readonly [];
|
|
2681
2681
|
};
|
|
2682
2682
|
ReplaceMultipleOrdersABI: {
|
|
2683
|
-
readonly address: "
|
|
2683
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2684
2684
|
readonly name: "replace_multiple_orders";
|
|
2685
2685
|
readonly friends: readonly [];
|
|
2686
2686
|
readonly exposed_functions: readonly [{
|
|
@@ -2709,7 +2709,7 @@ declare const ABIs: {
|
|
|
2709
2709
|
readonly structs: readonly [];
|
|
2710
2710
|
};
|
|
2711
2711
|
ReplaceMultipleSpotOrdersABI: {
|
|
2712
|
-
readonly address: "
|
|
2712
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2713
2713
|
readonly name: "replace_multiple_spot_orders";
|
|
2714
2714
|
readonly friends: readonly [];
|
|
2715
2715
|
readonly exposed_functions: readonly [{
|
|
@@ -2738,7 +2738,7 @@ declare const ABIs: {
|
|
|
2738
2738
|
readonly structs: readonly [];
|
|
2739
2739
|
};
|
|
2740
2740
|
SetAliasNameABI: {
|
|
2741
|
-
readonly address: "
|
|
2741
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2742
2742
|
readonly name: "set_alias_name";
|
|
2743
2743
|
readonly friends: readonly [];
|
|
2744
2744
|
readonly exposed_functions: readonly [{
|
|
@@ -2767,7 +2767,7 @@ declare const ABIs: {
|
|
|
2767
2767
|
readonly structs: readonly [];
|
|
2768
2768
|
};
|
|
2769
2769
|
SetAutolendABI: {
|
|
2770
|
-
readonly address: "
|
|
2770
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2771
2771
|
readonly name: "set_autolend";
|
|
2772
2772
|
readonly friends: readonly [];
|
|
2773
2773
|
readonly exposed_functions: readonly [{
|
|
@@ -2796,7 +2796,7 @@ declare const ABIs: {
|
|
|
2796
2796
|
readonly structs: readonly [];
|
|
2797
2797
|
};
|
|
2798
2798
|
SetReferralCodeABI: {
|
|
2799
|
-
readonly address: "
|
|
2799
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2800
2800
|
readonly name: "set_referral_code";
|
|
2801
2801
|
readonly friends: readonly [];
|
|
2802
2802
|
readonly exposed_functions: readonly [{
|
|
@@ -2825,7 +2825,7 @@ declare const ABIs: {
|
|
|
2825
2825
|
readonly structs: readonly [];
|
|
2826
2826
|
};
|
|
2827
2827
|
TokenizeUserVaultInvestmentABI: {
|
|
2828
|
-
readonly address: "
|
|
2828
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2829
2829
|
readonly name: "tokenize_user_vault_investment";
|
|
2830
2830
|
readonly friends: readonly [];
|
|
2831
2831
|
readonly exposed_functions: readonly [{
|
|
@@ -2854,7 +2854,7 @@ declare const ABIs: {
|
|
|
2854
2854
|
readonly structs: readonly [];
|
|
2855
2855
|
};
|
|
2856
2856
|
TransferToUserABI: {
|
|
2857
|
-
readonly address: "
|
|
2857
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2858
2858
|
readonly name: "transfer_to_user";
|
|
2859
2859
|
readonly friends: readonly [];
|
|
2860
2860
|
readonly exposed_functions: readonly [{
|
|
@@ -2883,7 +2883,7 @@ declare const ABIs: {
|
|
|
2883
2883
|
readonly structs: readonly [];
|
|
2884
2884
|
};
|
|
2885
2885
|
WithdrawFromVaultABI: {
|
|
2886
|
-
readonly address: "
|
|
2886
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2887
2887
|
readonly name: "withdraw_from_vault";
|
|
2888
2888
|
readonly friends: readonly [];
|
|
2889
2889
|
readonly exposed_functions: readonly [{
|
|
@@ -2912,7 +2912,7 @@ declare const ABIs: {
|
|
|
2912
2912
|
readonly structs: readonly [];
|
|
2913
2913
|
};
|
|
2914
2914
|
WithdrawTokenABI: {
|
|
2915
|
-
readonly address: "
|
|
2915
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2916
2916
|
readonly name: "withdraw_token";
|
|
2917
2917
|
readonly friends: readonly [];
|
|
2918
2918
|
readonly exposed_functions: readonly [{
|
|
@@ -2941,7 +2941,7 @@ declare const ABIs: {
|
|
|
2941
2941
|
readonly structs: readonly [];
|
|
2942
2942
|
};
|
|
2943
2943
|
InitExchangeABI: {
|
|
2944
|
-
readonly address: "
|
|
2944
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2945
2945
|
readonly name: "init_exchange";
|
|
2946
2946
|
readonly friends: readonly [];
|
|
2947
2947
|
readonly exposed_functions: readonly [{
|
|
@@ -2970,7 +2970,7 @@ declare const ABIs: {
|
|
|
2970
2970
|
readonly structs: readonly [];
|
|
2971
2971
|
};
|
|
2972
2972
|
AddDevAddressABI: {
|
|
2973
|
-
readonly address: "
|
|
2973
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
2974
2974
|
readonly name: "add_dev_address";
|
|
2975
2975
|
readonly friends: readonly [];
|
|
2976
2976
|
readonly exposed_functions: readonly [{
|
|
@@ -2999,7 +2999,7 @@ declare const ABIs: {
|
|
|
2999
2999
|
readonly structs: readonly [];
|
|
3000
3000
|
};
|
|
3001
3001
|
RemoveDevAddressABI: {
|
|
3002
|
-
readonly address: "
|
|
3002
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3003
3003
|
readonly name: "remove_dev_address";
|
|
3004
3004
|
readonly friends: readonly [];
|
|
3005
3005
|
readonly exposed_functions: readonly [{
|
|
@@ -3028,7 +3028,7 @@ declare const ABIs: {
|
|
|
3028
3028
|
readonly structs: readonly [];
|
|
3029
3029
|
};
|
|
3030
3030
|
AddTokenToOracleABI: {
|
|
3031
|
-
readonly address: "
|
|
3031
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3032
3032
|
readonly name: "add_token_to_oracle";
|
|
3033
3033
|
readonly friends: readonly [];
|
|
3034
3034
|
readonly exposed_functions: readonly [{
|
|
@@ -3057,7 +3057,7 @@ declare const ABIs: {
|
|
|
3057
3057
|
readonly structs: readonly [];
|
|
3058
3058
|
};
|
|
3059
3059
|
AddNewTokenABI: {
|
|
3060
|
-
readonly address: "
|
|
3060
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3061
3061
|
readonly name: "add_new_token";
|
|
3062
3062
|
readonly friends: readonly [];
|
|
3063
3063
|
readonly exposed_functions: readonly [{
|
|
@@ -3086,7 +3086,7 @@ declare const ABIs: {
|
|
|
3086
3086
|
readonly structs: readonly [];
|
|
3087
3087
|
};
|
|
3088
3088
|
UpdateOraclePricesABI: {
|
|
3089
|
-
readonly address: "
|
|
3089
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3090
3090
|
readonly name: "update_oracle_prices";
|
|
3091
3091
|
readonly friends: readonly [];
|
|
3092
3092
|
readonly exposed_functions: readonly [{
|
|
@@ -3115,7 +3115,7 @@ declare const ABIs: {
|
|
|
3115
3115
|
readonly structs: readonly [];
|
|
3116
3116
|
};
|
|
3117
3117
|
AddNewPerpMarketABI: {
|
|
3118
|
-
readonly address: "
|
|
3118
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3119
3119
|
readonly name: "add_new_perp_market";
|
|
3120
3120
|
readonly friends: readonly [];
|
|
3121
3121
|
readonly exposed_functions: readonly [{
|
|
@@ -3144,7 +3144,7 @@ declare const ABIs: {
|
|
|
3144
3144
|
readonly structs: readonly [];
|
|
3145
3145
|
};
|
|
3146
3146
|
AddNewSpotMarketABI: {
|
|
3147
|
-
readonly address: "
|
|
3147
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3148
3148
|
readonly name: "add_new_spot_market";
|
|
3149
3149
|
readonly friends: readonly [];
|
|
3150
3150
|
readonly exposed_functions: readonly [{
|
|
@@ -3173,7 +3173,7 @@ declare const ABIs: {
|
|
|
3173
3173
|
readonly structs: readonly [];
|
|
3174
3174
|
};
|
|
3175
3175
|
UpdateFeeTiersABI: {
|
|
3176
|
-
readonly address: "
|
|
3176
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3177
3177
|
readonly name: "update_fee_tiers";
|
|
3178
3178
|
readonly friends: readonly [];
|
|
3179
3179
|
readonly exposed_functions: readonly [{
|
|
@@ -3202,7 +3202,7 @@ declare const ABIs: {
|
|
|
3202
3202
|
readonly structs: readonly [];
|
|
3203
3203
|
};
|
|
3204
3204
|
SettleMarketABI: {
|
|
3205
|
-
readonly address: "
|
|
3205
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3206
3206
|
readonly name: "settle_market";
|
|
3207
3207
|
readonly friends: readonly [];
|
|
3208
3208
|
readonly exposed_functions: readonly [{
|
|
@@ -3231,7 +3231,7 @@ declare const ABIs: {
|
|
|
3231
3231
|
readonly structs: readonly [];
|
|
3232
3232
|
};
|
|
3233
3233
|
AddNewLpTokenABI: {
|
|
3234
|
-
readonly address: "
|
|
3234
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3235
3235
|
readonly name: "add_new_lp_token";
|
|
3236
3236
|
readonly friends: readonly [];
|
|
3237
3237
|
readonly exposed_functions: readonly [{
|
|
@@ -3260,7 +3260,7 @@ declare const ABIs: {
|
|
|
3260
3260
|
readonly structs: readonly [];
|
|
3261
3261
|
};
|
|
3262
3262
|
SetSystemHaircutABI: {
|
|
3263
|
-
readonly address: "
|
|
3263
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3264
3264
|
readonly name: "set_system_haircut";
|
|
3265
3265
|
readonly friends: readonly [];
|
|
3266
3266
|
readonly exposed_functions: readonly [{
|
|
@@ -3289,7 +3289,7 @@ declare const ABIs: {
|
|
|
3289
3289
|
readonly structs: readonly [];
|
|
3290
3290
|
};
|
|
3291
3291
|
SetFeeDataABI: {
|
|
3292
|
-
readonly address: "
|
|
3292
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3293
3293
|
readonly name: "set_fee_data";
|
|
3294
3294
|
readonly friends: readonly [];
|
|
3295
3295
|
readonly exposed_functions: readonly [{
|
|
@@ -3318,7 +3318,7 @@ declare const ABIs: {
|
|
|
3318
3318
|
readonly structs: readonly [];
|
|
3319
3319
|
};
|
|
3320
3320
|
ChangePerpMarketDataABI: {
|
|
3321
|
-
readonly address: "
|
|
3321
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3322
3322
|
readonly name: "change_perp_market_data";
|
|
3323
3323
|
readonly friends: readonly [];
|
|
3324
3324
|
readonly exposed_functions: readonly [{
|
|
@@ -3347,7 +3347,7 @@ declare const ABIs: {
|
|
|
3347
3347
|
readonly structs: readonly [];
|
|
3348
3348
|
};
|
|
3349
3349
|
ChangeSpotMarketDataABI: {
|
|
3350
|
-
readonly address: "
|
|
3350
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3351
3351
|
readonly name: "change_spot_market_data";
|
|
3352
3352
|
readonly friends: readonly [];
|
|
3353
3353
|
readonly exposed_functions: readonly [{
|
|
@@ -3376,7 +3376,7 @@ declare const ABIs: {
|
|
|
3376
3376
|
readonly structs: readonly [];
|
|
3377
3377
|
};
|
|
3378
3378
|
ChangeTokenDataABI: {
|
|
3379
|
-
readonly address: "
|
|
3379
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3380
3380
|
readonly name: "change_token_data";
|
|
3381
3381
|
readonly friends: readonly [];
|
|
3382
3382
|
readonly exposed_functions: readonly [{
|
|
@@ -3405,7 +3405,7 @@ declare const ABIs: {
|
|
|
3405
3405
|
readonly structs: readonly [];
|
|
3406
3406
|
};
|
|
3407
3407
|
PredepositToVaultABI: {
|
|
3408
|
-
readonly address: "
|
|
3408
|
+
readonly address: "0xc3e5246746c73b8a2a52f1dd9b025a2efb6b6f06c5a1f1b3c7443e6e8ec8820e";
|
|
3409
3409
|
readonly name: "predeposit_to_vault";
|
|
3410
3410
|
readonly friends: readonly [];
|
|
3411
3411
|
readonly exposed_functions: readonly [{
|
|
@@ -3436,6 +3436,26 @@ declare const ABIs: {
|
|
|
3436
3436
|
};
|
|
3437
3437
|
|
|
3438
3438
|
type PaginationCursor = string;
|
|
3439
|
+
interface AccountValueRankingEntry {
|
|
3440
|
+
userId: string;
|
|
3441
|
+
alias: string;
|
|
3442
|
+
address: string;
|
|
3443
|
+
rank: string;
|
|
3444
|
+
totalAccountValue: string;
|
|
3445
|
+
pnl24h: string;
|
|
3446
|
+
roi24h: string;
|
|
3447
|
+
volume24h: string;
|
|
3448
|
+
pnl7d: string;
|
|
3449
|
+
roi7d: string;
|
|
3450
|
+
volume7d: string;
|
|
3451
|
+
pnl30d: string;
|
|
3452
|
+
roi30d: string;
|
|
3453
|
+
volume30d: string;
|
|
3454
|
+
pnlAllTime: string;
|
|
3455
|
+
roiAllTime: string;
|
|
3456
|
+
volumeAllTime: string;
|
|
3457
|
+
lastUpdatedTimestampMs: string;
|
|
3458
|
+
}
|
|
3439
3459
|
interface AddApiKey {
|
|
3440
3460
|
userId: string;
|
|
3441
3461
|
apiKey: string;
|
|
@@ -3706,6 +3726,13 @@ interface FundingPayment {
|
|
|
3706
3726
|
positionValue: string;
|
|
3707
3727
|
fundingRate: string;
|
|
3708
3728
|
}
|
|
3729
|
+
interface GetAccountValueRankingRequest {
|
|
3730
|
+
paginationCursor?: PaginationCursor;
|
|
3731
|
+
}
|
|
3732
|
+
interface GetAccountValueRankingResponse {
|
|
3733
|
+
usersRanking: AccountValueRankingEntry[];
|
|
3734
|
+
paginationCursor?: PaginationCursor;
|
|
3735
|
+
}
|
|
3709
3736
|
interface GetAllVaultsIdsResponse {
|
|
3710
3737
|
vaultsIds: string[];
|
|
3711
3738
|
}
|
|
@@ -4074,7 +4101,7 @@ interface GetTokensConfigResponse {
|
|
|
4074
4101
|
tokens: Record<string, TokenConfigEntry>;
|
|
4075
4102
|
usdAddress?: string;
|
|
4076
4103
|
}
|
|
4077
|
-
interface
|
|
4104
|
+
interface PointsRankingEntry {
|
|
4078
4105
|
userId: string;
|
|
4079
4106
|
alias: string;
|
|
4080
4107
|
address: string;
|
|
@@ -4088,8 +4115,8 @@ interface RankingEntry {
|
|
|
4088
4115
|
vaultPoints: string;
|
|
4089
4116
|
referralPoints: string;
|
|
4090
4117
|
}
|
|
4091
|
-
interface
|
|
4092
|
-
usersRanking:
|
|
4118
|
+
interface GetTopPointsRankingResponse {
|
|
4119
|
+
usersRanking: PointsRankingEntry[];
|
|
4093
4120
|
}
|
|
4094
4121
|
interface GetUserAggregatedBoxRewardsStatsRequest {
|
|
4095
4122
|
userId: string;
|
|
@@ -4382,11 +4409,11 @@ interface GetUserPartialLiquidationsHistoryResponse {
|
|
|
4382
4409
|
liquidations: HistoricalPartialLiquidation[];
|
|
4383
4410
|
paginationCursor?: PaginationCursor;
|
|
4384
4411
|
}
|
|
4385
|
-
interface
|
|
4412
|
+
interface GetUserPersonalPointsRankingRequest {
|
|
4386
4413
|
userId: string;
|
|
4387
4414
|
}
|
|
4388
|
-
interface
|
|
4389
|
-
userRanking:
|
|
4415
|
+
interface GetUserPersonalPointsRankingResponse {
|
|
4416
|
+
userRanking: PointsRankingEntry;
|
|
4390
4417
|
}
|
|
4391
4418
|
interface GetUserPointsHistoryRequest {
|
|
4392
4419
|
userId: string;
|
|
@@ -4990,9 +5017,10 @@ declare enum EndpointsV1 {
|
|
|
4990
5017
|
GetSpotMarketsData = "/v1/get_spot_markets_data",
|
|
4991
5018
|
GetSpotRecentTrades = "/v1/get_spot_recent_trades",
|
|
4992
5019
|
GetAllVaultsIds = "/v1/get_all_vaults_ids",
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
GetIndexPrices = "/v1/get_index_prices"
|
|
5020
|
+
GetTopPointsRanking = "/v1/get_top_points_ranking",
|
|
5021
|
+
GetUserPersonalPointsRanking = "/v1/get_user_personal_points_ranking",
|
|
5022
|
+
GetIndexPrices = "/v1/get_index_prices",
|
|
5023
|
+
GetAccountValueRanking = "/v1/get_account_value_ranking"
|
|
4996
5024
|
}
|
|
4997
5025
|
type Topic = {
|
|
4998
5026
|
type: "PerpMarket";
|
|
@@ -5741,8 +5769,9 @@ declare class Client {
|
|
|
5741
5769
|
getUserRequiredVolumeForReferral: (request: GetUserVolumeForReferralRequest) => Promise<GetUserVolumeForReferralResponse>;
|
|
5742
5770
|
getUserPointsHistory: (request: GetUserPointsHistoryRequest) => Promise<GetUserPointsHistoryResponse>;
|
|
5743
5771
|
getAllVaultsIds: () => Promise<GetAllVaultsIdsResponse>;
|
|
5744
|
-
|
|
5745
|
-
|
|
5772
|
+
getUserPersonalPointsRanking: (request: GetUserPersonalPointsRankingRequest) => Promise<GetUserPersonalPointsRankingResponse>;
|
|
5773
|
+
getTopPointsRanking: () => Promise<GetTopPointsRankingResponse>;
|
|
5774
|
+
getAccountValueRanking: (request: GetAccountValueRankingRequest) => Promise<GetAccountValueRankingResponse>;
|
|
5746
5775
|
getTime: () => Promise<string>;
|
|
5747
5776
|
}
|
|
5748
5777
|
|
|
@@ -5774,4 +5803,4 @@ declare const generateApiKey: () => _aptos_labs_ts_sdk.Ed25519Account;
|
|
|
5774
5803
|
declare const getTopicFromCommand: (data: WsCommand) => string;
|
|
5775
5804
|
declare const getTopicFromMessage: (data: WsMessage) => string;
|
|
5776
5805
|
|
|
5777
|
-
export { ABIs, type AddApiCreditsParams, type AddApiKey, type AddApiKeyParams, type Address, AdminEndpoints, type ApiCreditsChange, type ApiStatus, type BalanceChange, BaseEndpoints, type Borrow, type BorrowLendUpdate, type BorrowLending, type BorrowLendingAggregatedData, type BorrowLendingHistoricalData, type BoxOpeningEvent, type BoxReward, BoxRewardTier, type CancelAllPerpOrdersParams, type CancelAllSpotOrdersParams, type CancelPerpOrdersParams, type CancelSpotOrdersParams, type CanceledPerpOrderData, type CanceledPerpOrders, type CanceledPerpTriggerOrderData, type CanceledPerpTriggerOrders, type CanceledSpotOrderData, type CanceledSpotOrders, type ChangePerpOrderParams, type ChangeSpotOrderParams, type ChartCandle, ChartInterval, type CheckReferralCodeRequest, type CheckReferralCodeResponse, type ClaimDepositParams, type ClaimKickbackFeeParams, type ClaimReferralFee, type ClaimReferralFeesParams, type ClaimUserKickbackFee, type ClaimedKickback, type ClaimedReferralKickback, Client, type Content, type CreateUserParams, type Deposit, type DepositToVaultParams, type DepositTokenParams, EndpointsV1, type ErrorResponse, type ExchangeConfig, ExchangeProxies, type FeeData, type FeeTier, type Fees, type FundingCheckpoint, type FundingPayment, type FundingRate, GLOBAL_DENOMINATOR, type GetAllVaultsIdsResponse, type GetBorrowLendingAggregatedStatsRequest, type GetBorrowLendingAggregatedStatsResponse, type GetBorrowLendingDataResponse, type GetBorrowLendingHistoricalDataRequest, type GetBorrowLendingHistoricalDataResponse, type GetChartCandlesInRangeRequest, type GetChartCandlesInRangeResponse, type GetIndexPriceHistoryRequest, type GetIndexPriceHistoryResponse, type GetIndexPricesResponse, type GetIndexerStatusResponse, type GetOrderBookDataRequest, type GetOrderBookDataResponse, type GetPerpMarketsConfigResponse, type GetPerpMarketsDataRequest, type GetPerpMarketsDataResponse, type GetPerpRecentTradesRequest, type GetPerpRecentTradesResponse, type GetPerpUserFillsRequest, type GetPerpUserFillsResponse, type GetPerpUserOrdersRequest, type GetPerpUserOrdersResponse, type GetPerpUserTriggerOrdersRequest, type GetPerpUserTriggerOrdersResponse, type GetPriceIndexesResponse, type GetServicesStatusResponse, type GetSpotMarketsConfigResponse, type GetSpotMarketsDataRequest, type GetSpotMarketsDataResponse, type GetSpotRecentTradesRequest, type GetSpotRecentTradesResponse, type GetSpotUserFillsRequest, type GetSpotUserFillsResponse, type GetSpotUserOrdersRequest, type GetSpotUserOrdersResponse, type GetTokenAggregatedStatsRequest, type GetTokenAggregatedStatsResponse, type GetTokenStatsHistoryRequest, type GetTokenStatsHistoryResponse, type GetTokensConfigResponse, type
|
|
5806
|
+
export { ABIs, type AccountValueRankingEntry, type AddApiCreditsParams, type AddApiKey, type AddApiKeyParams, type Address, AdminEndpoints, type ApiCreditsChange, type ApiStatus, type BalanceChange, BaseEndpoints, type Borrow, type BorrowLendUpdate, type BorrowLending, type BorrowLendingAggregatedData, type BorrowLendingHistoricalData, type BoxOpeningEvent, type BoxReward, BoxRewardTier, type CancelAllPerpOrdersParams, type CancelAllSpotOrdersParams, type CancelPerpOrdersParams, type CancelSpotOrdersParams, type CanceledPerpOrderData, type CanceledPerpOrders, type CanceledPerpTriggerOrderData, type CanceledPerpTriggerOrders, type CanceledSpotOrderData, type CanceledSpotOrders, type ChangePerpOrderParams, type ChangeSpotOrderParams, type ChartCandle, ChartInterval, type CheckReferralCodeRequest, type CheckReferralCodeResponse, type ClaimDepositParams, type ClaimKickbackFeeParams, type ClaimReferralFee, type ClaimReferralFeesParams, type ClaimUserKickbackFee, type ClaimedKickback, type ClaimedReferralKickback, Client, type Content, type CreateUserParams, type Deposit, type DepositToVaultParams, type DepositTokenParams, EndpointsV1, type ErrorResponse, type ExchangeConfig, ExchangeProxies, type FeeData, type FeeTier, type Fees, type FundingCheckpoint, type FundingPayment, type FundingRate, GLOBAL_DENOMINATOR, type GetAccountValueRankingRequest, type GetAccountValueRankingResponse, type GetAllVaultsIdsResponse, type GetBorrowLendingAggregatedStatsRequest, type GetBorrowLendingAggregatedStatsResponse, type GetBorrowLendingDataResponse, type GetBorrowLendingHistoricalDataRequest, type GetBorrowLendingHistoricalDataResponse, type GetChartCandlesInRangeRequest, type GetChartCandlesInRangeResponse, type GetIndexPriceHistoryRequest, type GetIndexPriceHistoryResponse, type GetIndexPricesResponse, type GetIndexerStatusResponse, type GetOrderBookDataRequest, type GetOrderBookDataResponse, type GetPerpMarketsConfigResponse, type GetPerpMarketsDataRequest, type GetPerpMarketsDataResponse, type GetPerpRecentTradesRequest, type GetPerpRecentTradesResponse, type GetPerpUserFillsRequest, type GetPerpUserFillsResponse, type GetPerpUserOrdersRequest, type GetPerpUserOrdersResponse, type GetPerpUserTriggerOrdersRequest, type GetPerpUserTriggerOrdersResponse, type GetPriceIndexesResponse, type GetServicesStatusResponse, type GetSpotMarketsConfigResponse, type GetSpotMarketsDataRequest, type GetSpotMarketsDataResponse, type GetSpotRecentTradesRequest, type GetSpotRecentTradesResponse, type GetSpotUserFillsRequest, type GetSpotUserFillsResponse, type GetSpotUserOrdersRequest, type GetSpotUserOrdersResponse, type GetTokenAggregatedStatsRequest, type GetTokenAggregatedStatsResponse, type GetTokenStatsHistoryRequest, type GetTokenStatsHistoryResponse, type GetTokensConfigResponse, type GetTopPointsRankingResponse, type GetUserAggregatedBoxRewardsStatsRequest, type GetUserAggregatedBoxRewardsStatsResponse, type GetUserAggregatedReferralStatsRequest, type GetUserAggregatedReferralStatsResponse, type GetUserAggregatedStatsRequest, type GetUserAggregatedStatsResponse, type GetUserAggregatedVaultStatsRequest, type GetUserAggregatedVaultStatsResponse, type GetUserBoxRewardsStatsHistoryRequest, type GetUserBoxRewardsStatsHistoryResponse, type GetUserBoxesHistoryRequest, type GetUserBoxesHistoryResponse, type GetUserClaimedKickbackHistoryRequest, type GetUserClaimedKickbackHistoryResponse, type GetUserClaimedReferralKickbackHistoryRequest, type GetUserClaimedReferralKickbackHistoryResponse, type GetUserDataRequest, type GetUserDataResponse, type GetUserDepositsRequest, type GetUserDepositsResponse, type GetUserFullLiquidationsHistoryRequest, type GetUserFundingHistoryRequest, type GetUserFundingHistoryResponse, type GetUserLiquidationsCancelHistoryResponse, type GetUserLiquidationsCancelOrdersHistoryRequest, type GetUserLiquidationsHistoryResponse, type GetUserPartialLiquidationsHistoryRequest, type GetUserPartialLiquidationsHistoryResponse, type GetUserPersonalPointsRankingRequest, type GetUserPersonalPointsRankingResponse, type GetUserPointsHistoryRequest, type GetUserPointsHistoryResponse, type GetUserPortfolioValueRequest, type GetUserPortfolioValueResponse, type GetUserReferralStatsHistoryRequest, type GetUserReferralStatsHistoryResponse, type GetUserRewardsValueRequest, type GetUserRewardsValueResponse, type GetUserTradeStatsHistoryRequest, type GetUserTradeStatsHistoryResponse, type GetUserTransferHistoryRequest, type GetUserTransferHistoryResponse, type GetUserVaultDepositsRequest, type GetUserVaultDepositsResponse, type GetUserVaultWithdrawsRequest, type GetUserVaultWithdrawsResponse, type GetUserVolumeForReferralRequest, type GetUserVolumeForReferralResponse, type GetUserWithdrawalsRequest, type GetUserWithdrawalsResponse, type GetUsersByAddressRequest, type GetUsersByAddressResponse, type GetVaultDepositsRequest, type GetVaultDepositsResponse, type GetVaultHistoricalDataRequest, type GetVaultHistoricalDataResponse, type GetVaultWithdrawalsRequest, type GetVaultWithdrawalsResponse, type HistoricBoxReward, type HistoricalBoxRewardsStats, type HistoricalDeposit, type HistoricalFullLiquidation, type HistoricalFunding, type HistoricalLiquidationCancelOrders, type HistoricalPartialLiquidation, type HistoricalPerpOrder, type HistoricalPoints, type HistoricalReferralStats, type HistoricalSpotOrder, type HistoricalTokenStats, type HistoricalTradeStats, type HistoricalUserTransfer, type HistoricalVaultDeposit, type HistoricalVaultWithdraw, type HistoricalWithdraw, type IGetChartCandlesInRange, type IndexPriceHistory, type IndexPriceLive, type Lend, type LendTokenParams, type Liquidation, type LiquidationCancelledOrderData, type LiquidationCancelledTriggerOrderData, MAINNET_CONFIG, type MarginStep, Network, type NetworkConfig, type NetworkMode, type NodeStatus, type OpenBoxesRequest, type OpenBoxesResponse, type OpenBoxesSignRequest, type OracleUpdate, type OracleUpdates, type OrderBookData, OrderSide, OrderStatus, OrderType, type PaginationCursor, type PerpFill, type PerpMarketConfigEntry, type PerpMarketData, type PerpOrder, type PerpOrderData, type PerpOrderDataForMarket, type PerpOrderFills, type PerpOrderbookState, type PerpOrderbookUpdate, type PerpPosition, type PerpTrade, type PerpTradesUpdate, type PerpTriggerOrder, type PerpTriggerOrderTriggered, type PlaceMultiplePerpOrdersParams, type PlaceMultipleSpotOrdersParams, type PlacePerpLimitOrder, type PlacePerpMarketOrder, type PlacePerpOrderParams, type PlacePerpTriggerOrder, type PlacePerpTriggerOrderParams, type PlaceSpotLimitOrder, type PlaceSpotMarketOrder, type PlaceSpotOrderParams, type PointsRankingEntry, type PriceIndex, type RedeemTokenParams, type Referral, type ReferralUpdate, type RemoveApiKey, type RemoveApiKeyParams, type RemoveApiKeySignerParams, type RepayBorrow, type ReplaceMultipleOrdersParams, type ReplaceMultipleSpotOrdersParams, type SetAlias, type SetAliasNameParams, type SetAutoLend, type SetAutolendParams, type SetReferralCodeParams, type SetReferralParamsRequest, type SetReferralParamsResponse, type SpotFill, type SpotMarketConfigEntry, type SpotMarketData, type SpotOrder, type SpotOrderData, type SpotOrderDataForMarket, type SpotOrderFills, type SpotOrderbookState, type SpotOrderbookUpdate, type SpotTrade, type SpotTradesUpdate, Status, type StatusResponse, type SubServiceStatus, type SubmitSponsoredTransactionRequest, type SubmitSponsoredTransactionResponse, TESTNET_CONFIG, TestFaucet, type TimeResponse, type TokenAggregatedStats, type TokenConfigEntry, type TokenizeUserVaultInvestmentParams, type Topic, type Trade, TradeRole, TransferAction, type TransferToUserParams, type TriggerOrder, type TxParams, type UpdateUserFeeTier, type User, type UserAggregatedBoxRewardsStats, type UserAggregatedReferralStats, type UserAggregatedStats, type UserAggregatedVaultStats, type UserBoxOpeningEvent, type UserPointsBreakdown, type UserPortfolioValue, type UserRewardsValue, UserStatus, type UserTransfer, type UtilizationCurve, type Vault, type VaultDeposit, type VaultHistoricalData, type VaultInvestment, type VaultWithdraw, type Withdraw, type WithdrawFromVaultParams, type WithdrawLend, type WithdrawTokenParams, type WsBorrowLendUpdate, type WsBoxOpeningUpdate, type WsCommand, type WsFill, type WsLiquidationUpdate, type WsMessage, type WsOracleUpdates, type WsPerpMarketUpdates, type WsSpotMarketUpdates, type WsUserUpdates, createAptosClient, createAptosClientFromEnv, generateApiKey, getABIsForNetwork, getNetworkConfig, getNetworkModeFromEnv, getRandomId, getTopicFromCommand, getTopicFromMessage, nowInMiliseconds, parseEntryFunctionAbi, sleep, toSystemValue };
|