@nightlylabs/dex-sdk 0.3.6 → 0.3.7
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 +7948 -8021
- package/dist/index.d.cts +277 -249
- package/dist/index.d.ts +277 -249
- package/dist/index.js +7948 -8021
- package/package.json +2 -3
package/dist/index.d.cts
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: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
28
28
|
readonly name: "faucet_entrypoints";
|
|
29
29
|
readonly friends: readonly [];
|
|
30
30
|
readonly exposed_functions: readonly [{
|
|
@@ -62,23 +62,8 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
62
62
|
}];
|
|
63
63
|
readonly structs: readonly [];
|
|
64
64
|
} | undefined;
|
|
65
|
-
TestMockOraclePricesABI?: {
|
|
66
|
-
readonly address: "0x428082513f0ed1b63b6f230d3e85e5a162bef93b936507f011716dd8c175caa1";
|
|
67
|
-
readonly name: "test_mock_oracle_prices";
|
|
68
|
-
readonly friends: readonly [];
|
|
69
|
-
readonly exposed_functions: readonly [{
|
|
70
|
-
readonly name: "test_mock_oracle_prices";
|
|
71
|
-
readonly visibility: "public";
|
|
72
|
-
readonly is_entry: true;
|
|
73
|
-
readonly is_view: false;
|
|
74
|
-
readonly generic_type_params: readonly [];
|
|
75
|
-
readonly params: readonly ["&signer", "vector<vector<u8>>", "vector<u128>"];
|
|
76
|
-
readonly return: readonly [];
|
|
77
|
-
}];
|
|
78
|
-
readonly structs: readonly [];
|
|
79
|
-
} | undefined;
|
|
80
65
|
TestFaucetABI?: {
|
|
81
|
-
readonly address: "
|
|
66
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
82
67
|
readonly name: "test_faucet";
|
|
83
68
|
readonly friends: readonly [];
|
|
84
69
|
readonly exposed_functions: readonly [{
|
|
@@ -104,7 +89,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
104
89
|
readonly is_view: false;
|
|
105
90
|
readonly generic_type_params: readonly [];
|
|
106
91
|
readonly params: readonly ["&signer", "vector<u8>"];
|
|
107
|
-
readonly return: readonly ["0x1::object::ConstructorRef", "0x1::object::Object<
|
|
92
|
+
readonly return: readonly ["0x1::object::ConstructorRef", "0x1::object::Object<0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73::test_faucet::Token>"];
|
|
108
93
|
}, {
|
|
109
94
|
readonly name: "get_faucet_data";
|
|
110
95
|
readonly visibility: "public";
|
|
@@ -184,7 +169,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
184
169
|
readonly is_view: false;
|
|
185
170
|
readonly generic_type_params: readonly [];
|
|
186
171
|
readonly params: readonly ["0x1::fungible_asset::MintRef", "0x1::object::Object<0x1::fungible_asset::Metadata>"];
|
|
187
|
-
readonly return: readonly ["
|
|
172
|
+
readonly return: readonly ["0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73::test_faucet::FaucetToken"];
|
|
188
173
|
}, {
|
|
189
174
|
readonly name: "remove_token";
|
|
190
175
|
readonly visibility: "public";
|
|
@@ -214,7 +199,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
214
199
|
readonly generic_type_params: readonly [];
|
|
215
200
|
readonly fields: readonly [{
|
|
216
201
|
readonly name: "tokens";
|
|
217
|
-
readonly type: "0x1::smart_table::SmartTable<vector<u8>,
|
|
202
|
+
readonly type: "0x1::smart_table::SmartTable<vector<u8>, 0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73::test_faucet::FaucetToken>";
|
|
218
203
|
}];
|
|
219
204
|
}, {
|
|
220
205
|
readonly name: "FaucetToken";
|
|
@@ -233,7 +218,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
233
218
|
}];
|
|
234
219
|
} | undefined;
|
|
235
220
|
AddApiKeyABI: {
|
|
236
|
-
readonly address: "
|
|
221
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
237
222
|
readonly name: "add_api_key";
|
|
238
223
|
readonly friends: readonly [];
|
|
239
224
|
readonly exposed_functions: readonly [{
|
|
@@ -247,7 +232,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
247
232
|
}];
|
|
248
233
|
readonly structs: readonly [];
|
|
249
234
|
} | {
|
|
250
|
-
readonly address: "
|
|
235
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
251
236
|
readonly name: "add_api_key";
|
|
252
237
|
readonly friends: readonly [];
|
|
253
238
|
readonly exposed_functions: readonly [{
|
|
@@ -262,7 +247,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
262
247
|
readonly structs: readonly [];
|
|
263
248
|
};
|
|
264
249
|
AddCreditsABI: {
|
|
265
|
-
readonly address: "
|
|
250
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
266
251
|
readonly name: "add_credits";
|
|
267
252
|
readonly friends: readonly [];
|
|
268
253
|
readonly exposed_functions: readonly [{
|
|
@@ -276,7 +261,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
276
261
|
}];
|
|
277
262
|
readonly structs: readonly [];
|
|
278
263
|
} | {
|
|
279
|
-
readonly address: "
|
|
264
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
280
265
|
readonly name: "add_credits";
|
|
281
266
|
readonly friends: readonly [];
|
|
282
267
|
readonly exposed_functions: readonly [{
|
|
@@ -291,7 +276,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
291
276
|
readonly structs: readonly [];
|
|
292
277
|
};
|
|
293
278
|
CancelAllPerpOrdersABI: {
|
|
294
|
-
readonly address: "
|
|
279
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
295
280
|
readonly name: "cancel_all_perp_orders";
|
|
296
281
|
readonly friends: readonly [];
|
|
297
282
|
readonly exposed_functions: readonly [{
|
|
@@ -305,7 +290,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
305
290
|
}];
|
|
306
291
|
readonly structs: readonly [];
|
|
307
292
|
} | {
|
|
308
|
-
readonly address: "
|
|
293
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
309
294
|
readonly name: "cancel_all_perp_orders";
|
|
310
295
|
readonly friends: readonly [];
|
|
311
296
|
readonly exposed_functions: readonly [{
|
|
@@ -320,7 +305,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
320
305
|
readonly structs: readonly [];
|
|
321
306
|
};
|
|
322
307
|
CancelAllSpotOrdersABI: {
|
|
323
|
-
readonly address: "
|
|
308
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
324
309
|
readonly name: "cancel_all_spot_orders";
|
|
325
310
|
readonly friends: readonly [];
|
|
326
311
|
readonly exposed_functions: readonly [{
|
|
@@ -334,7 +319,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
334
319
|
}];
|
|
335
320
|
readonly structs: readonly [];
|
|
336
321
|
} | {
|
|
337
|
-
readonly address: "
|
|
322
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
338
323
|
readonly name: "cancel_all_spot_orders";
|
|
339
324
|
readonly friends: readonly [];
|
|
340
325
|
readonly exposed_functions: readonly [{
|
|
@@ -349,7 +334,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
349
334
|
readonly structs: readonly [];
|
|
350
335
|
};
|
|
351
336
|
CancelPerpOrdersABI: {
|
|
352
|
-
readonly address: "
|
|
337
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
353
338
|
readonly name: "cancel_perp_orders";
|
|
354
339
|
readonly friends: readonly [];
|
|
355
340
|
readonly exposed_functions: readonly [{
|
|
@@ -363,7 +348,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
363
348
|
}];
|
|
364
349
|
readonly structs: readonly [];
|
|
365
350
|
} | {
|
|
366
|
-
readonly address: "
|
|
351
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
367
352
|
readonly name: "cancel_perp_orders";
|
|
368
353
|
readonly friends: readonly [];
|
|
369
354
|
readonly exposed_functions: readonly [{
|
|
@@ -378,7 +363,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
378
363
|
readonly structs: readonly [];
|
|
379
364
|
};
|
|
380
365
|
CancelSpotOrdersABI: {
|
|
381
|
-
readonly address: "
|
|
366
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
382
367
|
readonly name: "cancel_spot_orders";
|
|
383
368
|
readonly friends: readonly [];
|
|
384
369
|
readonly exposed_functions: readonly [{
|
|
@@ -392,7 +377,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
392
377
|
}];
|
|
393
378
|
readonly structs: readonly [];
|
|
394
379
|
} | {
|
|
395
|
-
readonly address: "
|
|
380
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
396
381
|
readonly name: "cancel_spot_orders";
|
|
397
382
|
readonly friends: readonly [];
|
|
398
383
|
readonly exposed_functions: readonly [{
|
|
@@ -407,7 +392,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
407
392
|
readonly structs: readonly [];
|
|
408
393
|
};
|
|
409
394
|
ChangePerpOrderABI: {
|
|
410
|
-
readonly address: "
|
|
395
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
411
396
|
readonly name: "change_perp_order";
|
|
412
397
|
readonly friends: readonly [];
|
|
413
398
|
readonly exposed_functions: readonly [{
|
|
@@ -421,7 +406,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
421
406
|
}];
|
|
422
407
|
readonly structs: readonly [];
|
|
423
408
|
} | {
|
|
424
|
-
readonly address: "
|
|
409
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
425
410
|
readonly name: "change_perp_order";
|
|
426
411
|
readonly friends: readonly [];
|
|
427
412
|
readonly exposed_functions: readonly [{
|
|
@@ -436,7 +421,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
436
421
|
readonly structs: readonly [];
|
|
437
422
|
};
|
|
438
423
|
ChangeSpotOrderABI: {
|
|
439
|
-
readonly address: "
|
|
424
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
440
425
|
readonly name: "change_spot_order";
|
|
441
426
|
readonly friends: readonly [];
|
|
442
427
|
readonly exposed_functions: readonly [{
|
|
@@ -450,7 +435,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
450
435
|
}];
|
|
451
436
|
readonly structs: readonly [];
|
|
452
437
|
} | {
|
|
453
|
-
readonly address: "
|
|
438
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
454
439
|
readonly name: "change_spot_order";
|
|
455
440
|
readonly friends: readonly [];
|
|
456
441
|
readonly exposed_functions: readonly [{
|
|
@@ -465,7 +450,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
465
450
|
readonly structs: readonly [];
|
|
466
451
|
};
|
|
467
452
|
ClaimDepositABI: {
|
|
468
|
-
readonly address: "
|
|
453
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
469
454
|
readonly name: "claim_deposit";
|
|
470
455
|
readonly friends: readonly [];
|
|
471
456
|
readonly exposed_functions: readonly [{
|
|
@@ -479,7 +464,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
479
464
|
}];
|
|
480
465
|
readonly structs: readonly [];
|
|
481
466
|
} | {
|
|
482
|
-
readonly address: "
|
|
467
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
483
468
|
readonly name: "claim_deposit";
|
|
484
469
|
readonly friends: readonly [];
|
|
485
470
|
readonly exposed_functions: readonly [{
|
|
@@ -494,7 +479,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
494
479
|
readonly structs: readonly [];
|
|
495
480
|
};
|
|
496
481
|
ClaimKickbackFeeABI: {
|
|
497
|
-
readonly address: "
|
|
482
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
498
483
|
readonly name: "claim_kickback_fee";
|
|
499
484
|
readonly friends: readonly [];
|
|
500
485
|
readonly exposed_functions: readonly [{
|
|
@@ -508,7 +493,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
508
493
|
}];
|
|
509
494
|
readonly structs: readonly [];
|
|
510
495
|
} | {
|
|
511
|
-
readonly address: "
|
|
496
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
512
497
|
readonly name: "claim_kickback_fee";
|
|
513
498
|
readonly friends: readonly [];
|
|
514
499
|
readonly exposed_functions: readonly [{
|
|
@@ -523,7 +508,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
523
508
|
readonly structs: readonly [];
|
|
524
509
|
};
|
|
525
510
|
ClaimReferralFeesABI: {
|
|
526
|
-
readonly address: "
|
|
511
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
527
512
|
readonly name: "claim_referral_fees";
|
|
528
513
|
readonly friends: readonly [];
|
|
529
514
|
readonly exposed_functions: readonly [{
|
|
@@ -537,7 +522,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
537
522
|
}];
|
|
538
523
|
readonly structs: readonly [];
|
|
539
524
|
} | {
|
|
540
|
-
readonly address: "
|
|
525
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
541
526
|
readonly name: "claim_referral_fees";
|
|
542
527
|
readonly friends: readonly [];
|
|
543
528
|
readonly exposed_functions: readonly [{
|
|
@@ -552,7 +537,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
552
537
|
readonly structs: readonly [];
|
|
553
538
|
};
|
|
554
539
|
CreateUserABI: {
|
|
555
|
-
readonly address: "
|
|
540
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
556
541
|
readonly name: "create_user";
|
|
557
542
|
readonly friends: readonly [];
|
|
558
543
|
readonly exposed_functions: readonly [{
|
|
@@ -566,7 +551,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
566
551
|
}];
|
|
567
552
|
readonly structs: readonly [];
|
|
568
553
|
} | {
|
|
569
|
-
readonly address: "
|
|
554
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
570
555
|
readonly name: "create_user";
|
|
571
556
|
readonly friends: readonly [];
|
|
572
557
|
readonly exposed_functions: readonly [{
|
|
@@ -581,7 +566,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
581
566
|
readonly structs: readonly [];
|
|
582
567
|
};
|
|
583
568
|
DepositTokenABI: {
|
|
584
|
-
readonly address: "
|
|
569
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
585
570
|
readonly name: "deposit_token";
|
|
586
571
|
readonly friends: readonly [];
|
|
587
572
|
readonly exposed_functions: readonly [{
|
|
@@ -595,7 +580,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
595
580
|
}];
|
|
596
581
|
readonly structs: readonly [];
|
|
597
582
|
} | {
|
|
598
|
-
readonly address: "
|
|
583
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
599
584
|
readonly name: "deposit_token";
|
|
600
585
|
readonly friends: readonly [];
|
|
601
586
|
readonly exposed_functions: readonly [{
|
|
@@ -610,7 +595,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
610
595
|
readonly structs: readonly [];
|
|
611
596
|
};
|
|
612
597
|
DepositToVaultABI: {
|
|
613
|
-
readonly address: "
|
|
598
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
614
599
|
readonly name: "deposit_to_vault";
|
|
615
600
|
readonly friends: readonly [];
|
|
616
601
|
readonly exposed_functions: readonly [{
|
|
@@ -624,7 +609,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
624
609
|
}];
|
|
625
610
|
readonly structs: readonly [];
|
|
626
611
|
} | {
|
|
627
|
-
readonly address: "
|
|
612
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
628
613
|
readonly name: "deposit_to_vault";
|
|
629
614
|
readonly friends: readonly [];
|
|
630
615
|
readonly exposed_functions: readonly [{
|
|
@@ -639,7 +624,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
639
624
|
readonly structs: readonly [];
|
|
640
625
|
};
|
|
641
626
|
LendTokenABI: {
|
|
642
|
-
readonly address: "
|
|
627
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
643
628
|
readonly name: "lend_token";
|
|
644
629
|
readonly friends: readonly [];
|
|
645
630
|
readonly exposed_functions: readonly [{
|
|
@@ -653,7 +638,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
653
638
|
}];
|
|
654
639
|
readonly structs: readonly [];
|
|
655
640
|
} | {
|
|
656
|
-
readonly address: "
|
|
641
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
657
642
|
readonly name: "lend_token";
|
|
658
643
|
readonly friends: readonly [];
|
|
659
644
|
readonly exposed_functions: readonly [{
|
|
@@ -668,7 +653,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
668
653
|
readonly structs: readonly [];
|
|
669
654
|
};
|
|
670
655
|
OpenBoxesABI: {
|
|
671
|
-
readonly address: "
|
|
656
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
672
657
|
readonly name: "open_boxes";
|
|
673
658
|
readonly friends: readonly [];
|
|
674
659
|
readonly exposed_functions: readonly [{
|
|
@@ -682,7 +667,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
682
667
|
}];
|
|
683
668
|
readonly structs: readonly [];
|
|
684
669
|
} | {
|
|
685
|
-
readonly address: "
|
|
670
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
686
671
|
readonly name: "open_boxes";
|
|
687
672
|
readonly friends: readonly [];
|
|
688
673
|
readonly exposed_functions: readonly [{
|
|
@@ -697,7 +682,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
697
682
|
readonly structs: readonly [];
|
|
698
683
|
};
|
|
699
684
|
PlaceMultiplePerpOrdersABI: {
|
|
700
|
-
readonly address: "
|
|
685
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
701
686
|
readonly name: "place_multiple_perp_orders";
|
|
702
687
|
readonly friends: readonly [];
|
|
703
688
|
readonly exposed_functions: readonly [{
|
|
@@ -711,7 +696,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
711
696
|
}];
|
|
712
697
|
readonly structs: readonly [];
|
|
713
698
|
} | {
|
|
714
|
-
readonly address: "
|
|
699
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
715
700
|
readonly name: "place_multiple_perp_orders";
|
|
716
701
|
readonly friends: readonly [];
|
|
717
702
|
readonly exposed_functions: readonly [{
|
|
@@ -726,7 +711,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
726
711
|
readonly structs: readonly [];
|
|
727
712
|
};
|
|
728
713
|
PlaceMultipleSpotOrdersABI: {
|
|
729
|
-
readonly address: "
|
|
714
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
730
715
|
readonly name: "place_multiple_spot_orders";
|
|
731
716
|
readonly friends: readonly [];
|
|
732
717
|
readonly exposed_functions: readonly [{
|
|
@@ -740,7 +725,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
740
725
|
}];
|
|
741
726
|
readonly structs: readonly [];
|
|
742
727
|
} | {
|
|
743
|
-
readonly address: "
|
|
728
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
744
729
|
readonly name: "place_multiple_spot_orders";
|
|
745
730
|
readonly friends: readonly [];
|
|
746
731
|
readonly exposed_functions: readonly [{
|
|
@@ -755,7 +740,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
755
740
|
readonly structs: readonly [];
|
|
756
741
|
};
|
|
757
742
|
PlacePerpLimitOrderABI: {
|
|
758
|
-
readonly address: "
|
|
743
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
759
744
|
readonly name: "place_perp_limit_order";
|
|
760
745
|
readonly friends: readonly [];
|
|
761
746
|
readonly exposed_functions: readonly [{
|
|
@@ -769,7 +754,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
769
754
|
}];
|
|
770
755
|
readonly structs: readonly [];
|
|
771
756
|
} | {
|
|
772
|
-
readonly address: "
|
|
757
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
773
758
|
readonly name: "place_perp_limit_order";
|
|
774
759
|
readonly friends: readonly [];
|
|
775
760
|
readonly exposed_functions: readonly [{
|
|
@@ -784,7 +769,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
784
769
|
readonly structs: readonly [];
|
|
785
770
|
};
|
|
786
771
|
PlacePerpMarketOrderABI: {
|
|
787
|
-
readonly address: "
|
|
772
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
788
773
|
readonly name: "place_perp_market_order";
|
|
789
774
|
readonly friends: readonly [];
|
|
790
775
|
readonly exposed_functions: readonly [{
|
|
@@ -798,7 +783,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
798
783
|
}];
|
|
799
784
|
readonly structs: readonly [];
|
|
800
785
|
} | {
|
|
801
|
-
readonly address: "
|
|
786
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
802
787
|
readonly name: "place_perp_market_order";
|
|
803
788
|
readonly friends: readonly [];
|
|
804
789
|
readonly exposed_functions: readonly [{
|
|
@@ -813,7 +798,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
813
798
|
readonly structs: readonly [];
|
|
814
799
|
};
|
|
815
800
|
PlacePerpTriggerOrderABI: {
|
|
816
|
-
readonly address: "
|
|
801
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
817
802
|
readonly name: "place_perp_trigger_order";
|
|
818
803
|
readonly friends: readonly [];
|
|
819
804
|
readonly exposed_functions: readonly [{
|
|
@@ -827,7 +812,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
827
812
|
}];
|
|
828
813
|
readonly structs: readonly [];
|
|
829
814
|
} | {
|
|
830
|
-
readonly address: "
|
|
815
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
831
816
|
readonly name: "place_perp_trigger_order";
|
|
832
817
|
readonly friends: readonly [];
|
|
833
818
|
readonly exposed_functions: readonly [{
|
|
@@ -842,7 +827,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
842
827
|
readonly structs: readonly [];
|
|
843
828
|
};
|
|
844
829
|
PlaceSpotLimitOrderABI: {
|
|
845
|
-
readonly address: "
|
|
830
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
846
831
|
readonly name: "place_spot_limit_order";
|
|
847
832
|
readonly friends: readonly [];
|
|
848
833
|
readonly exposed_functions: readonly [{
|
|
@@ -856,7 +841,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
856
841
|
}];
|
|
857
842
|
readonly structs: readonly [];
|
|
858
843
|
} | {
|
|
859
|
-
readonly address: "
|
|
844
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
860
845
|
readonly name: "place_spot_limit_order";
|
|
861
846
|
readonly friends: readonly [];
|
|
862
847
|
readonly exposed_functions: readonly [{
|
|
@@ -871,7 +856,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
871
856
|
readonly structs: readonly [];
|
|
872
857
|
};
|
|
873
858
|
PlaceSpotMarketOrderABI: {
|
|
874
|
-
readonly address: "
|
|
859
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
875
860
|
readonly name: "place_spot_market_order";
|
|
876
861
|
readonly friends: readonly [];
|
|
877
862
|
readonly exposed_functions: readonly [{
|
|
@@ -885,7 +870,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
885
870
|
}];
|
|
886
871
|
readonly structs: readonly [];
|
|
887
872
|
} | {
|
|
888
|
-
readonly address: "
|
|
873
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
889
874
|
readonly name: "place_spot_market_order";
|
|
890
875
|
readonly friends: readonly [];
|
|
891
876
|
readonly exposed_functions: readonly [{
|
|
@@ -900,7 +885,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
900
885
|
readonly structs: readonly [];
|
|
901
886
|
};
|
|
902
887
|
RedeemTokenABI: {
|
|
903
|
-
readonly address: "
|
|
888
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
904
889
|
readonly name: "redeem_token";
|
|
905
890
|
readonly friends: readonly [];
|
|
906
891
|
readonly exposed_functions: readonly [{
|
|
@@ -914,7 +899,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
914
899
|
}];
|
|
915
900
|
readonly structs: readonly [];
|
|
916
901
|
} | {
|
|
917
|
-
readonly address: "
|
|
902
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
918
903
|
readonly name: "redeem_token";
|
|
919
904
|
readonly friends: readonly [];
|
|
920
905
|
readonly exposed_functions: readonly [{
|
|
@@ -929,7 +914,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
929
914
|
readonly structs: readonly [];
|
|
930
915
|
};
|
|
931
916
|
RemoveApiKeyABI: {
|
|
932
|
-
readonly address: "
|
|
917
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
933
918
|
readonly name: "remove_api_key";
|
|
934
919
|
readonly friends: readonly [];
|
|
935
920
|
readonly exposed_functions: readonly [{
|
|
@@ -943,7 +928,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
943
928
|
}];
|
|
944
929
|
readonly structs: readonly [];
|
|
945
930
|
} | {
|
|
946
|
-
readonly address: "
|
|
931
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
947
932
|
readonly name: "remove_api_key";
|
|
948
933
|
readonly friends: readonly [];
|
|
949
934
|
readonly exposed_functions: readonly [{
|
|
@@ -958,7 +943,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
958
943
|
readonly structs: readonly [];
|
|
959
944
|
};
|
|
960
945
|
RemoveApiKeySignerABI: {
|
|
961
|
-
readonly address: "
|
|
946
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
962
947
|
readonly name: "remove_api_key_signer";
|
|
963
948
|
readonly friends: readonly [];
|
|
964
949
|
readonly exposed_functions: readonly [{
|
|
@@ -972,7 +957,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
972
957
|
}];
|
|
973
958
|
readonly structs: readonly [];
|
|
974
959
|
} | {
|
|
975
|
-
readonly address: "
|
|
960
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
976
961
|
readonly name: "remove_api_key_signer";
|
|
977
962
|
readonly friends: readonly [];
|
|
978
963
|
readonly exposed_functions: readonly [{
|
|
@@ -987,7 +972,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
987
972
|
readonly structs: readonly [];
|
|
988
973
|
};
|
|
989
974
|
ReplaceMultipleOrdersABI: {
|
|
990
|
-
readonly address: "
|
|
975
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
991
976
|
readonly name: "replace_multiple_orders";
|
|
992
977
|
readonly friends: readonly [];
|
|
993
978
|
readonly exposed_functions: readonly [{
|
|
@@ -1001,7 +986,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1001
986
|
}];
|
|
1002
987
|
readonly structs: readonly [];
|
|
1003
988
|
} | {
|
|
1004
|
-
readonly address: "
|
|
989
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1005
990
|
readonly name: "replace_multiple_orders";
|
|
1006
991
|
readonly friends: readonly [];
|
|
1007
992
|
readonly exposed_functions: readonly [{
|
|
@@ -1016,7 +1001,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1016
1001
|
readonly structs: readonly [];
|
|
1017
1002
|
};
|
|
1018
1003
|
ReplaceMultipleSpotOrdersABI: {
|
|
1019
|
-
readonly address: "
|
|
1004
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1020
1005
|
readonly name: "replace_multiple_spot_orders";
|
|
1021
1006
|
readonly friends: readonly [];
|
|
1022
1007
|
readonly exposed_functions: readonly [{
|
|
@@ -1030,7 +1015,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1030
1015
|
}];
|
|
1031
1016
|
readonly structs: readonly [];
|
|
1032
1017
|
} | {
|
|
1033
|
-
readonly address: "
|
|
1018
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1034
1019
|
readonly name: "replace_multiple_spot_orders";
|
|
1035
1020
|
readonly friends: readonly [];
|
|
1036
1021
|
readonly exposed_functions: readonly [{
|
|
@@ -1045,7 +1030,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1045
1030
|
readonly structs: readonly [];
|
|
1046
1031
|
};
|
|
1047
1032
|
SetAliasNameABI: {
|
|
1048
|
-
readonly address: "
|
|
1033
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1049
1034
|
readonly name: "set_alias_name";
|
|
1050
1035
|
readonly friends: readonly [];
|
|
1051
1036
|
readonly exposed_functions: readonly [{
|
|
@@ -1059,7 +1044,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1059
1044
|
}];
|
|
1060
1045
|
readonly structs: readonly [];
|
|
1061
1046
|
} | {
|
|
1062
|
-
readonly address: "
|
|
1047
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1063
1048
|
readonly name: "set_alias_name";
|
|
1064
1049
|
readonly friends: readonly [];
|
|
1065
1050
|
readonly exposed_functions: readonly [{
|
|
@@ -1074,7 +1059,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1074
1059
|
readonly structs: readonly [];
|
|
1075
1060
|
};
|
|
1076
1061
|
SetAutolendABI: {
|
|
1077
|
-
readonly address: "
|
|
1062
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1078
1063
|
readonly name: "set_autolend";
|
|
1079
1064
|
readonly friends: readonly [];
|
|
1080
1065
|
readonly exposed_functions: readonly [{
|
|
@@ -1088,7 +1073,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1088
1073
|
}];
|
|
1089
1074
|
readonly structs: readonly [];
|
|
1090
1075
|
} | {
|
|
1091
|
-
readonly address: "
|
|
1076
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1092
1077
|
readonly name: "set_autolend";
|
|
1093
1078
|
readonly friends: readonly [];
|
|
1094
1079
|
readonly exposed_functions: readonly [{
|
|
@@ -1103,7 +1088,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1103
1088
|
readonly structs: readonly [];
|
|
1104
1089
|
};
|
|
1105
1090
|
SetReferralCodeABI: {
|
|
1106
|
-
readonly address: "
|
|
1091
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1107
1092
|
readonly name: "set_referral_code";
|
|
1108
1093
|
readonly friends: readonly [];
|
|
1109
1094
|
readonly exposed_functions: readonly [{
|
|
@@ -1117,7 +1102,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1117
1102
|
}];
|
|
1118
1103
|
readonly structs: readonly [];
|
|
1119
1104
|
} | {
|
|
1120
|
-
readonly address: "
|
|
1105
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1121
1106
|
readonly name: "set_referral_code";
|
|
1122
1107
|
readonly friends: readonly [];
|
|
1123
1108
|
readonly exposed_functions: readonly [{
|
|
@@ -1132,7 +1117,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1132
1117
|
readonly structs: readonly [];
|
|
1133
1118
|
};
|
|
1134
1119
|
TokenizeUserVaultInvestmentABI: {
|
|
1135
|
-
readonly address: "
|
|
1120
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1136
1121
|
readonly name: "tokenize_user_vault_investment";
|
|
1137
1122
|
readonly friends: readonly [];
|
|
1138
1123
|
readonly exposed_functions: readonly [{
|
|
@@ -1146,7 +1131,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1146
1131
|
}];
|
|
1147
1132
|
readonly structs: readonly [];
|
|
1148
1133
|
} | {
|
|
1149
|
-
readonly address: "
|
|
1134
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1150
1135
|
readonly name: "tokenize_user_vault_investment";
|
|
1151
1136
|
readonly friends: readonly [];
|
|
1152
1137
|
readonly exposed_functions: readonly [{
|
|
@@ -1161,7 +1146,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1161
1146
|
readonly structs: readonly [];
|
|
1162
1147
|
};
|
|
1163
1148
|
TransferToUserABI: {
|
|
1164
|
-
readonly address: "
|
|
1149
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1165
1150
|
readonly name: "transfer_to_user";
|
|
1166
1151
|
readonly friends: readonly [];
|
|
1167
1152
|
readonly exposed_functions: readonly [{
|
|
@@ -1175,7 +1160,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1175
1160
|
}];
|
|
1176
1161
|
readonly structs: readonly [];
|
|
1177
1162
|
} | {
|
|
1178
|
-
readonly address: "
|
|
1163
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1179
1164
|
readonly name: "transfer_to_user";
|
|
1180
1165
|
readonly friends: readonly [];
|
|
1181
1166
|
readonly exposed_functions: readonly [{
|
|
@@ -1190,7 +1175,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1190
1175
|
readonly structs: readonly [];
|
|
1191
1176
|
};
|
|
1192
1177
|
WithdrawFromVaultABI: {
|
|
1193
|
-
readonly address: "
|
|
1178
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1194
1179
|
readonly name: "withdraw_from_vault";
|
|
1195
1180
|
readonly friends: readonly [];
|
|
1196
1181
|
readonly exposed_functions: readonly [{
|
|
@@ -1204,7 +1189,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1204
1189
|
}];
|
|
1205
1190
|
readonly structs: readonly [];
|
|
1206
1191
|
} | {
|
|
1207
|
-
readonly address: "
|
|
1192
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1208
1193
|
readonly name: "withdraw_from_vault";
|
|
1209
1194
|
readonly friends: readonly [];
|
|
1210
1195
|
readonly exposed_functions: readonly [{
|
|
@@ -1219,7 +1204,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1219
1204
|
readonly structs: readonly [];
|
|
1220
1205
|
};
|
|
1221
1206
|
WithdrawTokenABI: {
|
|
1222
|
-
readonly address: "
|
|
1207
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1223
1208
|
readonly name: "withdraw_token";
|
|
1224
1209
|
readonly friends: readonly [];
|
|
1225
1210
|
readonly exposed_functions: readonly [{
|
|
@@ -1233,7 +1218,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1233
1218
|
}];
|
|
1234
1219
|
readonly structs: readonly [];
|
|
1235
1220
|
} | {
|
|
1236
|
-
readonly address: "
|
|
1221
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1237
1222
|
readonly name: "withdraw_token";
|
|
1238
1223
|
readonly friends: readonly [];
|
|
1239
1224
|
readonly exposed_functions: readonly [{
|
|
@@ -1248,7 +1233,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1248
1233
|
readonly structs: readonly [];
|
|
1249
1234
|
};
|
|
1250
1235
|
InitExchangeABI: {
|
|
1251
|
-
readonly address: "
|
|
1236
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1252
1237
|
readonly name: "init_exchange";
|
|
1253
1238
|
readonly friends: readonly [];
|
|
1254
1239
|
readonly exposed_functions: readonly [{
|
|
@@ -1262,7 +1247,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1262
1247
|
}];
|
|
1263
1248
|
readonly structs: readonly [];
|
|
1264
1249
|
} | {
|
|
1265
|
-
readonly address: "
|
|
1250
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1266
1251
|
readonly name: "init_exchange";
|
|
1267
1252
|
readonly friends: readonly [];
|
|
1268
1253
|
readonly exposed_functions: readonly [{
|
|
@@ -1277,7 +1262,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1277
1262
|
readonly structs: readonly [];
|
|
1278
1263
|
};
|
|
1279
1264
|
AddDevAddressABI: {
|
|
1280
|
-
readonly address: "
|
|
1265
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1281
1266
|
readonly name: "add_dev_address";
|
|
1282
1267
|
readonly friends: readonly [];
|
|
1283
1268
|
readonly exposed_functions: readonly [{
|
|
@@ -1291,7 +1276,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1291
1276
|
}];
|
|
1292
1277
|
readonly structs: readonly [];
|
|
1293
1278
|
} | {
|
|
1294
|
-
readonly address: "
|
|
1279
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1295
1280
|
readonly name: "add_dev_address";
|
|
1296
1281
|
readonly friends: readonly [];
|
|
1297
1282
|
readonly exposed_functions: readonly [{
|
|
@@ -1306,7 +1291,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1306
1291
|
readonly structs: readonly [];
|
|
1307
1292
|
};
|
|
1308
1293
|
RemoveDevAddressABI: {
|
|
1309
|
-
readonly address: "
|
|
1294
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1310
1295
|
readonly name: "remove_dev_address";
|
|
1311
1296
|
readonly friends: readonly [];
|
|
1312
1297
|
readonly exposed_functions: readonly [{
|
|
@@ -1320,7 +1305,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1320
1305
|
}];
|
|
1321
1306
|
readonly structs: readonly [];
|
|
1322
1307
|
} | {
|
|
1323
|
-
readonly address: "
|
|
1308
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1324
1309
|
readonly name: "remove_dev_address";
|
|
1325
1310
|
readonly friends: readonly [];
|
|
1326
1311
|
readonly exposed_functions: readonly [{
|
|
@@ -1335,7 +1320,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1335
1320
|
readonly structs: readonly [];
|
|
1336
1321
|
};
|
|
1337
1322
|
AddTokenToOracleABI: {
|
|
1338
|
-
readonly address: "
|
|
1323
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1339
1324
|
readonly name: "add_token_to_oracle";
|
|
1340
1325
|
readonly friends: readonly [];
|
|
1341
1326
|
readonly exposed_functions: readonly [{
|
|
@@ -1349,7 +1334,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1349
1334
|
}];
|
|
1350
1335
|
readonly structs: readonly [];
|
|
1351
1336
|
} | {
|
|
1352
|
-
readonly address: "
|
|
1337
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1353
1338
|
readonly name: "add_token_to_oracle";
|
|
1354
1339
|
readonly friends: readonly [];
|
|
1355
1340
|
readonly exposed_functions: readonly [{
|
|
@@ -1364,7 +1349,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1364
1349
|
readonly structs: readonly [];
|
|
1365
1350
|
};
|
|
1366
1351
|
AddNewTokenABI: {
|
|
1367
|
-
readonly address: "
|
|
1352
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1368
1353
|
readonly name: "add_new_token";
|
|
1369
1354
|
readonly friends: readonly [];
|
|
1370
1355
|
readonly exposed_functions: readonly [{
|
|
@@ -1378,7 +1363,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1378
1363
|
}];
|
|
1379
1364
|
readonly structs: readonly [];
|
|
1380
1365
|
} | {
|
|
1381
|
-
readonly address: "
|
|
1366
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1382
1367
|
readonly name: "add_new_token";
|
|
1383
1368
|
readonly friends: readonly [];
|
|
1384
1369
|
readonly exposed_functions: readonly [{
|
|
@@ -1393,7 +1378,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1393
1378
|
readonly structs: readonly [];
|
|
1394
1379
|
};
|
|
1395
1380
|
UpdateOraclePricesABI: {
|
|
1396
|
-
readonly address: "
|
|
1381
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1397
1382
|
readonly name: "update_oracle_prices";
|
|
1398
1383
|
readonly friends: readonly [];
|
|
1399
1384
|
readonly exposed_functions: readonly [{
|
|
@@ -1407,7 +1392,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1407
1392
|
}];
|
|
1408
1393
|
readonly structs: readonly [];
|
|
1409
1394
|
} | {
|
|
1410
|
-
readonly address: "
|
|
1395
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1411
1396
|
readonly name: "update_oracle_prices";
|
|
1412
1397
|
readonly friends: readonly [];
|
|
1413
1398
|
readonly exposed_functions: readonly [{
|
|
@@ -1422,7 +1407,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1422
1407
|
readonly structs: readonly [];
|
|
1423
1408
|
};
|
|
1424
1409
|
AddNewPerpMarketABI: {
|
|
1425
|
-
readonly address: "
|
|
1410
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1426
1411
|
readonly name: "add_new_perp_market";
|
|
1427
1412
|
readonly friends: readonly [];
|
|
1428
1413
|
readonly exposed_functions: readonly [{
|
|
@@ -1436,7 +1421,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1436
1421
|
}];
|
|
1437
1422
|
readonly structs: readonly [];
|
|
1438
1423
|
} | {
|
|
1439
|
-
readonly address: "
|
|
1424
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1440
1425
|
readonly name: "add_new_perp_market";
|
|
1441
1426
|
readonly friends: readonly [];
|
|
1442
1427
|
readonly exposed_functions: readonly [{
|
|
@@ -1451,7 +1436,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1451
1436
|
readonly structs: readonly [];
|
|
1452
1437
|
};
|
|
1453
1438
|
AddNewSpotMarketABI: {
|
|
1454
|
-
readonly address: "
|
|
1439
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1455
1440
|
readonly name: "add_new_spot_market";
|
|
1456
1441
|
readonly friends: readonly [];
|
|
1457
1442
|
readonly exposed_functions: readonly [{
|
|
@@ -1465,7 +1450,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1465
1450
|
}];
|
|
1466
1451
|
readonly structs: readonly [];
|
|
1467
1452
|
} | {
|
|
1468
|
-
readonly address: "
|
|
1453
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1469
1454
|
readonly name: "add_new_spot_market";
|
|
1470
1455
|
readonly friends: readonly [];
|
|
1471
1456
|
readonly exposed_functions: readonly [{
|
|
@@ -1480,7 +1465,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1480
1465
|
readonly structs: readonly [];
|
|
1481
1466
|
};
|
|
1482
1467
|
UpdateFeeTiersABI: {
|
|
1483
|
-
readonly address: "
|
|
1468
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1484
1469
|
readonly name: "update_fee_tiers";
|
|
1485
1470
|
readonly friends: readonly [];
|
|
1486
1471
|
readonly exposed_functions: readonly [{
|
|
@@ -1494,7 +1479,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1494
1479
|
}];
|
|
1495
1480
|
readonly structs: readonly [];
|
|
1496
1481
|
} | {
|
|
1497
|
-
readonly address: "
|
|
1482
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1498
1483
|
readonly name: "update_fee_tiers";
|
|
1499
1484
|
readonly friends: readonly [];
|
|
1500
1485
|
readonly exposed_functions: readonly [{
|
|
@@ -1509,7 +1494,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1509
1494
|
readonly structs: readonly [];
|
|
1510
1495
|
};
|
|
1511
1496
|
SettleMarketABI: {
|
|
1512
|
-
readonly address: "
|
|
1497
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1513
1498
|
readonly name: "settle_market";
|
|
1514
1499
|
readonly friends: readonly [];
|
|
1515
1500
|
readonly exposed_functions: readonly [{
|
|
@@ -1523,7 +1508,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1523
1508
|
}];
|
|
1524
1509
|
readonly structs: readonly [];
|
|
1525
1510
|
} | {
|
|
1526
|
-
readonly address: "
|
|
1511
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1527
1512
|
readonly name: "settle_market";
|
|
1528
1513
|
readonly friends: readonly [];
|
|
1529
1514
|
readonly exposed_functions: readonly [{
|
|
@@ -1538,7 +1523,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1538
1523
|
readonly structs: readonly [];
|
|
1539
1524
|
};
|
|
1540
1525
|
AddNewLpTokenABI: {
|
|
1541
|
-
readonly address: "
|
|
1526
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1542
1527
|
readonly name: "add_new_lp_token";
|
|
1543
1528
|
readonly friends: readonly [];
|
|
1544
1529
|
readonly exposed_functions: readonly [{
|
|
@@ -1552,7 +1537,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1552
1537
|
}];
|
|
1553
1538
|
readonly structs: readonly [];
|
|
1554
1539
|
} | {
|
|
1555
|
-
readonly address: "
|
|
1540
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1556
1541
|
readonly name: "add_new_lp_token";
|
|
1557
1542
|
readonly friends: readonly [];
|
|
1558
1543
|
readonly exposed_functions: readonly [{
|
|
@@ -1567,7 +1552,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1567
1552
|
readonly structs: readonly [];
|
|
1568
1553
|
};
|
|
1569
1554
|
SetSystemHaircutABI: {
|
|
1570
|
-
readonly address: "
|
|
1555
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1571
1556
|
readonly name: "set_system_haircut";
|
|
1572
1557
|
readonly friends: readonly [];
|
|
1573
1558
|
readonly exposed_functions: readonly [{
|
|
@@ -1581,7 +1566,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1581
1566
|
}];
|
|
1582
1567
|
readonly structs: readonly [];
|
|
1583
1568
|
} | {
|
|
1584
|
-
readonly address: "
|
|
1569
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1585
1570
|
readonly name: "set_system_haircut";
|
|
1586
1571
|
readonly friends: readonly [];
|
|
1587
1572
|
readonly exposed_functions: readonly [{
|
|
@@ -1596,7 +1581,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1596
1581
|
readonly structs: readonly [];
|
|
1597
1582
|
};
|
|
1598
1583
|
SetFeeDataABI: {
|
|
1599
|
-
readonly address: "
|
|
1584
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1600
1585
|
readonly name: "set_fee_data";
|
|
1601
1586
|
readonly friends: readonly [];
|
|
1602
1587
|
readonly exposed_functions: readonly [{
|
|
@@ -1610,7 +1595,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1610
1595
|
}];
|
|
1611
1596
|
readonly structs: readonly [];
|
|
1612
1597
|
} | {
|
|
1613
|
-
readonly address: "
|
|
1598
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1614
1599
|
readonly name: "set_fee_data";
|
|
1615
1600
|
readonly friends: readonly [];
|
|
1616
1601
|
readonly exposed_functions: readonly [{
|
|
@@ -1625,7 +1610,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1625
1610
|
readonly structs: readonly [];
|
|
1626
1611
|
};
|
|
1627
1612
|
ChangePerpMarketDataABI: {
|
|
1628
|
-
readonly address: "
|
|
1613
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1629
1614
|
readonly name: "change_perp_market_data";
|
|
1630
1615
|
readonly friends: readonly [];
|
|
1631
1616
|
readonly exposed_functions: readonly [{
|
|
@@ -1639,7 +1624,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1639
1624
|
}];
|
|
1640
1625
|
readonly structs: readonly [];
|
|
1641
1626
|
} | {
|
|
1642
|
-
readonly address: "
|
|
1627
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1643
1628
|
readonly name: "change_perp_market_data";
|
|
1644
1629
|
readonly friends: readonly [];
|
|
1645
1630
|
readonly exposed_functions: readonly [{
|
|
@@ -1654,7 +1639,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1654
1639
|
readonly structs: readonly [];
|
|
1655
1640
|
};
|
|
1656
1641
|
ChangeSpotMarketDataABI: {
|
|
1657
|
-
readonly address: "
|
|
1642
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1658
1643
|
readonly name: "change_spot_market_data";
|
|
1659
1644
|
readonly friends: readonly [];
|
|
1660
1645
|
readonly exposed_functions: readonly [{
|
|
@@ -1668,7 +1653,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1668
1653
|
}];
|
|
1669
1654
|
readonly structs: readonly [];
|
|
1670
1655
|
} | {
|
|
1671
|
-
readonly address: "
|
|
1656
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1672
1657
|
readonly name: "change_spot_market_data";
|
|
1673
1658
|
readonly friends: readonly [];
|
|
1674
1659
|
readonly exposed_functions: readonly [{
|
|
@@ -1683,7 +1668,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1683
1668
|
readonly structs: readonly [];
|
|
1684
1669
|
};
|
|
1685
1670
|
ChangeTokenDataABI: {
|
|
1686
|
-
readonly address: "
|
|
1671
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1687
1672
|
readonly name: "change_token_data";
|
|
1688
1673
|
readonly friends: readonly [];
|
|
1689
1674
|
readonly exposed_functions: readonly [{
|
|
@@ -1697,7 +1682,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1697
1682
|
}];
|
|
1698
1683
|
readonly structs: readonly [];
|
|
1699
1684
|
} | {
|
|
1700
|
-
readonly address: "
|
|
1685
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1701
1686
|
readonly name: "change_token_data";
|
|
1702
1687
|
readonly friends: readonly [];
|
|
1703
1688
|
readonly exposed_functions: readonly [{
|
|
@@ -1712,7 +1697,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1712
1697
|
readonly structs: readonly [];
|
|
1713
1698
|
};
|
|
1714
1699
|
PredepositToVaultABI: {
|
|
1715
|
-
readonly address: "
|
|
1700
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1716
1701
|
readonly name: "predeposit_to_vault";
|
|
1717
1702
|
readonly friends: readonly [];
|
|
1718
1703
|
readonly exposed_functions: readonly [{
|
|
@@ -1726,7 +1711,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1726
1711
|
}];
|
|
1727
1712
|
readonly structs: readonly [];
|
|
1728
1713
|
} | {
|
|
1729
|
-
readonly address: "
|
|
1714
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1730
1715
|
readonly name: "predeposit_to_vault";
|
|
1731
1716
|
readonly friends: readonly [];
|
|
1732
1717
|
readonly exposed_functions: readonly [{
|
|
@@ -1740,6 +1725,35 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1740
1725
|
}];
|
|
1741
1726
|
readonly structs: readonly [];
|
|
1742
1727
|
};
|
|
1728
|
+
AddSystemUserABI: {
|
|
1729
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1730
|
+
readonly name: "add_system_user";
|
|
1731
|
+
readonly friends: readonly [];
|
|
1732
|
+
readonly exposed_functions: readonly [{
|
|
1733
|
+
readonly name: "add_system_user";
|
|
1734
|
+
readonly visibility: "public";
|
|
1735
|
+
readonly is_entry: true;
|
|
1736
|
+
readonly is_view: false;
|
|
1737
|
+
readonly generic_type_params: readonly [];
|
|
1738
|
+
readonly params: readonly ["&signer", "vector<u8>", "u64"];
|
|
1739
|
+
readonly return: readonly [];
|
|
1740
|
+
}];
|
|
1741
|
+
readonly structs: readonly [];
|
|
1742
|
+
} | {
|
|
1743
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1744
|
+
readonly name: "add_system_user";
|
|
1745
|
+
readonly friends: readonly [];
|
|
1746
|
+
readonly exposed_functions: readonly [{
|
|
1747
|
+
readonly name: "add_system_user";
|
|
1748
|
+
readonly visibility: "public";
|
|
1749
|
+
readonly is_entry: true;
|
|
1750
|
+
readonly is_view: false;
|
|
1751
|
+
readonly generic_type_params: readonly [];
|
|
1752
|
+
readonly params: readonly ["&signer", "vector<u8>", "u64"];
|
|
1753
|
+
readonly return: readonly [];
|
|
1754
|
+
}];
|
|
1755
|
+
readonly structs: readonly [];
|
|
1756
|
+
};
|
|
1743
1757
|
};
|
|
1744
1758
|
/**
|
|
1745
1759
|
* Default ABIs - uses NETWORK_MODE environment variable for scripts
|
|
@@ -1747,7 +1761,7 @@ declare function getABIsForNetwork(networkMode: NetworkMode): {
|
|
|
1747
1761
|
*/
|
|
1748
1762
|
declare const ABIs: {
|
|
1749
1763
|
FaucetEntrypointsABI?: {
|
|
1750
|
-
readonly address: "
|
|
1764
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1751
1765
|
readonly name: "faucet_entrypoints";
|
|
1752
1766
|
readonly friends: readonly [];
|
|
1753
1767
|
readonly exposed_functions: readonly [{
|
|
@@ -1785,23 +1799,8 @@ declare const ABIs: {
|
|
|
1785
1799
|
}];
|
|
1786
1800
|
readonly structs: readonly [];
|
|
1787
1801
|
} | undefined;
|
|
1788
|
-
TestMockOraclePricesABI?: {
|
|
1789
|
-
readonly address: "0x428082513f0ed1b63b6f230d3e85e5a162bef93b936507f011716dd8c175caa1";
|
|
1790
|
-
readonly name: "test_mock_oracle_prices";
|
|
1791
|
-
readonly friends: readonly [];
|
|
1792
|
-
readonly exposed_functions: readonly [{
|
|
1793
|
-
readonly name: "test_mock_oracle_prices";
|
|
1794
|
-
readonly visibility: "public";
|
|
1795
|
-
readonly is_entry: true;
|
|
1796
|
-
readonly is_view: false;
|
|
1797
|
-
readonly generic_type_params: readonly [];
|
|
1798
|
-
readonly params: readonly ["&signer", "vector<vector<u8>>", "vector<u128>"];
|
|
1799
|
-
readonly return: readonly [];
|
|
1800
|
-
}];
|
|
1801
|
-
readonly structs: readonly [];
|
|
1802
|
-
} | undefined;
|
|
1803
1802
|
TestFaucetABI?: {
|
|
1804
|
-
readonly address: "
|
|
1803
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1805
1804
|
readonly name: "test_faucet";
|
|
1806
1805
|
readonly friends: readonly [];
|
|
1807
1806
|
readonly exposed_functions: readonly [{
|
|
@@ -1827,7 +1826,7 @@ declare const ABIs: {
|
|
|
1827
1826
|
readonly is_view: false;
|
|
1828
1827
|
readonly generic_type_params: readonly [];
|
|
1829
1828
|
readonly params: readonly ["&signer", "vector<u8>"];
|
|
1830
|
-
readonly return: readonly ["0x1::object::ConstructorRef", "0x1::object::Object<
|
|
1829
|
+
readonly return: readonly ["0x1::object::ConstructorRef", "0x1::object::Object<0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73::test_faucet::Token>"];
|
|
1831
1830
|
}, {
|
|
1832
1831
|
readonly name: "get_faucet_data";
|
|
1833
1832
|
readonly visibility: "public";
|
|
@@ -1907,7 +1906,7 @@ declare const ABIs: {
|
|
|
1907
1906
|
readonly is_view: false;
|
|
1908
1907
|
readonly generic_type_params: readonly [];
|
|
1909
1908
|
readonly params: readonly ["0x1::fungible_asset::MintRef", "0x1::object::Object<0x1::fungible_asset::Metadata>"];
|
|
1910
|
-
readonly return: readonly ["
|
|
1909
|
+
readonly return: readonly ["0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73::test_faucet::FaucetToken"];
|
|
1911
1910
|
}, {
|
|
1912
1911
|
readonly name: "remove_token";
|
|
1913
1912
|
readonly visibility: "public";
|
|
@@ -1937,7 +1936,7 @@ declare const ABIs: {
|
|
|
1937
1936
|
readonly generic_type_params: readonly [];
|
|
1938
1937
|
readonly fields: readonly [{
|
|
1939
1938
|
readonly name: "tokens";
|
|
1940
|
-
readonly type: "0x1::smart_table::SmartTable<vector<u8>,
|
|
1939
|
+
readonly type: "0x1::smart_table::SmartTable<vector<u8>, 0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73::test_faucet::FaucetToken>";
|
|
1941
1940
|
}];
|
|
1942
1941
|
}, {
|
|
1943
1942
|
readonly name: "FaucetToken";
|
|
@@ -1956,7 +1955,7 @@ declare const ABIs: {
|
|
|
1956
1955
|
}];
|
|
1957
1956
|
} | undefined;
|
|
1958
1957
|
AddApiKeyABI: {
|
|
1959
|
-
readonly address: "
|
|
1958
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1960
1959
|
readonly name: "add_api_key";
|
|
1961
1960
|
readonly friends: readonly [];
|
|
1962
1961
|
readonly exposed_functions: readonly [{
|
|
@@ -1970,7 +1969,7 @@ declare const ABIs: {
|
|
|
1970
1969
|
}];
|
|
1971
1970
|
readonly structs: readonly [];
|
|
1972
1971
|
} | {
|
|
1973
|
-
readonly address: "
|
|
1972
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
1974
1973
|
readonly name: "add_api_key";
|
|
1975
1974
|
readonly friends: readonly [];
|
|
1976
1975
|
readonly exposed_functions: readonly [{
|
|
@@ -1985,7 +1984,7 @@ declare const ABIs: {
|
|
|
1985
1984
|
readonly structs: readonly [];
|
|
1986
1985
|
};
|
|
1987
1986
|
AddCreditsABI: {
|
|
1988
|
-
readonly address: "
|
|
1987
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
1989
1988
|
readonly name: "add_credits";
|
|
1990
1989
|
readonly friends: readonly [];
|
|
1991
1990
|
readonly exposed_functions: readonly [{
|
|
@@ -1999,7 +1998,7 @@ declare const ABIs: {
|
|
|
1999
1998
|
}];
|
|
2000
1999
|
readonly structs: readonly [];
|
|
2001
2000
|
} | {
|
|
2002
|
-
readonly address: "
|
|
2001
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2003
2002
|
readonly name: "add_credits";
|
|
2004
2003
|
readonly friends: readonly [];
|
|
2005
2004
|
readonly exposed_functions: readonly [{
|
|
@@ -2014,7 +2013,7 @@ declare const ABIs: {
|
|
|
2014
2013
|
readonly structs: readonly [];
|
|
2015
2014
|
};
|
|
2016
2015
|
CancelAllPerpOrdersABI: {
|
|
2017
|
-
readonly address: "
|
|
2016
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2018
2017
|
readonly name: "cancel_all_perp_orders";
|
|
2019
2018
|
readonly friends: readonly [];
|
|
2020
2019
|
readonly exposed_functions: readonly [{
|
|
@@ -2028,7 +2027,7 @@ declare const ABIs: {
|
|
|
2028
2027
|
}];
|
|
2029
2028
|
readonly structs: readonly [];
|
|
2030
2029
|
} | {
|
|
2031
|
-
readonly address: "
|
|
2030
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2032
2031
|
readonly name: "cancel_all_perp_orders";
|
|
2033
2032
|
readonly friends: readonly [];
|
|
2034
2033
|
readonly exposed_functions: readonly [{
|
|
@@ -2043,7 +2042,7 @@ declare const ABIs: {
|
|
|
2043
2042
|
readonly structs: readonly [];
|
|
2044
2043
|
};
|
|
2045
2044
|
CancelAllSpotOrdersABI: {
|
|
2046
|
-
readonly address: "
|
|
2045
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2047
2046
|
readonly name: "cancel_all_spot_orders";
|
|
2048
2047
|
readonly friends: readonly [];
|
|
2049
2048
|
readonly exposed_functions: readonly [{
|
|
@@ -2057,7 +2056,7 @@ declare const ABIs: {
|
|
|
2057
2056
|
}];
|
|
2058
2057
|
readonly structs: readonly [];
|
|
2059
2058
|
} | {
|
|
2060
|
-
readonly address: "
|
|
2059
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2061
2060
|
readonly name: "cancel_all_spot_orders";
|
|
2062
2061
|
readonly friends: readonly [];
|
|
2063
2062
|
readonly exposed_functions: readonly [{
|
|
@@ -2072,7 +2071,7 @@ declare const ABIs: {
|
|
|
2072
2071
|
readonly structs: readonly [];
|
|
2073
2072
|
};
|
|
2074
2073
|
CancelPerpOrdersABI: {
|
|
2075
|
-
readonly address: "
|
|
2074
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2076
2075
|
readonly name: "cancel_perp_orders";
|
|
2077
2076
|
readonly friends: readonly [];
|
|
2078
2077
|
readonly exposed_functions: readonly [{
|
|
@@ -2086,7 +2085,7 @@ declare const ABIs: {
|
|
|
2086
2085
|
}];
|
|
2087
2086
|
readonly structs: readonly [];
|
|
2088
2087
|
} | {
|
|
2089
|
-
readonly address: "
|
|
2088
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2090
2089
|
readonly name: "cancel_perp_orders";
|
|
2091
2090
|
readonly friends: readonly [];
|
|
2092
2091
|
readonly exposed_functions: readonly [{
|
|
@@ -2101,7 +2100,7 @@ declare const ABIs: {
|
|
|
2101
2100
|
readonly structs: readonly [];
|
|
2102
2101
|
};
|
|
2103
2102
|
CancelSpotOrdersABI: {
|
|
2104
|
-
readonly address: "
|
|
2103
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2105
2104
|
readonly name: "cancel_spot_orders";
|
|
2106
2105
|
readonly friends: readonly [];
|
|
2107
2106
|
readonly exposed_functions: readonly [{
|
|
@@ -2115,7 +2114,7 @@ declare const ABIs: {
|
|
|
2115
2114
|
}];
|
|
2116
2115
|
readonly structs: readonly [];
|
|
2117
2116
|
} | {
|
|
2118
|
-
readonly address: "
|
|
2117
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2119
2118
|
readonly name: "cancel_spot_orders";
|
|
2120
2119
|
readonly friends: readonly [];
|
|
2121
2120
|
readonly exposed_functions: readonly [{
|
|
@@ -2130,7 +2129,7 @@ declare const ABIs: {
|
|
|
2130
2129
|
readonly structs: readonly [];
|
|
2131
2130
|
};
|
|
2132
2131
|
ChangePerpOrderABI: {
|
|
2133
|
-
readonly address: "
|
|
2132
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2134
2133
|
readonly name: "change_perp_order";
|
|
2135
2134
|
readonly friends: readonly [];
|
|
2136
2135
|
readonly exposed_functions: readonly [{
|
|
@@ -2144,7 +2143,7 @@ declare const ABIs: {
|
|
|
2144
2143
|
}];
|
|
2145
2144
|
readonly structs: readonly [];
|
|
2146
2145
|
} | {
|
|
2147
|
-
readonly address: "
|
|
2146
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2148
2147
|
readonly name: "change_perp_order";
|
|
2149
2148
|
readonly friends: readonly [];
|
|
2150
2149
|
readonly exposed_functions: readonly [{
|
|
@@ -2159,7 +2158,7 @@ declare const ABIs: {
|
|
|
2159
2158
|
readonly structs: readonly [];
|
|
2160
2159
|
};
|
|
2161
2160
|
ChangeSpotOrderABI: {
|
|
2162
|
-
readonly address: "
|
|
2161
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2163
2162
|
readonly name: "change_spot_order";
|
|
2164
2163
|
readonly friends: readonly [];
|
|
2165
2164
|
readonly exposed_functions: readonly [{
|
|
@@ -2173,7 +2172,7 @@ declare const ABIs: {
|
|
|
2173
2172
|
}];
|
|
2174
2173
|
readonly structs: readonly [];
|
|
2175
2174
|
} | {
|
|
2176
|
-
readonly address: "
|
|
2175
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2177
2176
|
readonly name: "change_spot_order";
|
|
2178
2177
|
readonly friends: readonly [];
|
|
2179
2178
|
readonly exposed_functions: readonly [{
|
|
@@ -2188,7 +2187,7 @@ declare const ABIs: {
|
|
|
2188
2187
|
readonly structs: readonly [];
|
|
2189
2188
|
};
|
|
2190
2189
|
ClaimDepositABI: {
|
|
2191
|
-
readonly address: "
|
|
2190
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2192
2191
|
readonly name: "claim_deposit";
|
|
2193
2192
|
readonly friends: readonly [];
|
|
2194
2193
|
readonly exposed_functions: readonly [{
|
|
@@ -2202,7 +2201,7 @@ declare const ABIs: {
|
|
|
2202
2201
|
}];
|
|
2203
2202
|
readonly structs: readonly [];
|
|
2204
2203
|
} | {
|
|
2205
|
-
readonly address: "
|
|
2204
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2206
2205
|
readonly name: "claim_deposit";
|
|
2207
2206
|
readonly friends: readonly [];
|
|
2208
2207
|
readonly exposed_functions: readonly [{
|
|
@@ -2217,7 +2216,7 @@ declare const ABIs: {
|
|
|
2217
2216
|
readonly structs: readonly [];
|
|
2218
2217
|
};
|
|
2219
2218
|
ClaimKickbackFeeABI: {
|
|
2220
|
-
readonly address: "
|
|
2219
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2221
2220
|
readonly name: "claim_kickback_fee";
|
|
2222
2221
|
readonly friends: readonly [];
|
|
2223
2222
|
readonly exposed_functions: readonly [{
|
|
@@ -2231,7 +2230,7 @@ declare const ABIs: {
|
|
|
2231
2230
|
}];
|
|
2232
2231
|
readonly structs: readonly [];
|
|
2233
2232
|
} | {
|
|
2234
|
-
readonly address: "
|
|
2233
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2235
2234
|
readonly name: "claim_kickback_fee";
|
|
2236
2235
|
readonly friends: readonly [];
|
|
2237
2236
|
readonly exposed_functions: readonly [{
|
|
@@ -2246,7 +2245,7 @@ declare const ABIs: {
|
|
|
2246
2245
|
readonly structs: readonly [];
|
|
2247
2246
|
};
|
|
2248
2247
|
ClaimReferralFeesABI: {
|
|
2249
|
-
readonly address: "
|
|
2248
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2250
2249
|
readonly name: "claim_referral_fees";
|
|
2251
2250
|
readonly friends: readonly [];
|
|
2252
2251
|
readonly exposed_functions: readonly [{
|
|
@@ -2260,7 +2259,7 @@ declare const ABIs: {
|
|
|
2260
2259
|
}];
|
|
2261
2260
|
readonly structs: readonly [];
|
|
2262
2261
|
} | {
|
|
2263
|
-
readonly address: "
|
|
2262
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2264
2263
|
readonly name: "claim_referral_fees";
|
|
2265
2264
|
readonly friends: readonly [];
|
|
2266
2265
|
readonly exposed_functions: readonly [{
|
|
@@ -2275,7 +2274,7 @@ declare const ABIs: {
|
|
|
2275
2274
|
readonly structs: readonly [];
|
|
2276
2275
|
};
|
|
2277
2276
|
CreateUserABI: {
|
|
2278
|
-
readonly address: "
|
|
2277
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2279
2278
|
readonly name: "create_user";
|
|
2280
2279
|
readonly friends: readonly [];
|
|
2281
2280
|
readonly exposed_functions: readonly [{
|
|
@@ -2289,7 +2288,7 @@ declare const ABIs: {
|
|
|
2289
2288
|
}];
|
|
2290
2289
|
readonly structs: readonly [];
|
|
2291
2290
|
} | {
|
|
2292
|
-
readonly address: "
|
|
2291
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2293
2292
|
readonly name: "create_user";
|
|
2294
2293
|
readonly friends: readonly [];
|
|
2295
2294
|
readonly exposed_functions: readonly [{
|
|
@@ -2304,7 +2303,7 @@ declare const ABIs: {
|
|
|
2304
2303
|
readonly structs: readonly [];
|
|
2305
2304
|
};
|
|
2306
2305
|
DepositTokenABI: {
|
|
2307
|
-
readonly address: "
|
|
2306
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2308
2307
|
readonly name: "deposit_token";
|
|
2309
2308
|
readonly friends: readonly [];
|
|
2310
2309
|
readonly exposed_functions: readonly [{
|
|
@@ -2318,7 +2317,7 @@ declare const ABIs: {
|
|
|
2318
2317
|
}];
|
|
2319
2318
|
readonly structs: readonly [];
|
|
2320
2319
|
} | {
|
|
2321
|
-
readonly address: "
|
|
2320
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2322
2321
|
readonly name: "deposit_token";
|
|
2323
2322
|
readonly friends: readonly [];
|
|
2324
2323
|
readonly exposed_functions: readonly [{
|
|
@@ -2333,7 +2332,7 @@ declare const ABIs: {
|
|
|
2333
2332
|
readonly structs: readonly [];
|
|
2334
2333
|
};
|
|
2335
2334
|
DepositToVaultABI: {
|
|
2336
|
-
readonly address: "
|
|
2335
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2337
2336
|
readonly name: "deposit_to_vault";
|
|
2338
2337
|
readonly friends: readonly [];
|
|
2339
2338
|
readonly exposed_functions: readonly [{
|
|
@@ -2347,7 +2346,7 @@ declare const ABIs: {
|
|
|
2347
2346
|
}];
|
|
2348
2347
|
readonly structs: readonly [];
|
|
2349
2348
|
} | {
|
|
2350
|
-
readonly address: "
|
|
2349
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2351
2350
|
readonly name: "deposit_to_vault";
|
|
2352
2351
|
readonly friends: readonly [];
|
|
2353
2352
|
readonly exposed_functions: readonly [{
|
|
@@ -2362,7 +2361,7 @@ declare const ABIs: {
|
|
|
2362
2361
|
readonly structs: readonly [];
|
|
2363
2362
|
};
|
|
2364
2363
|
LendTokenABI: {
|
|
2365
|
-
readonly address: "
|
|
2364
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2366
2365
|
readonly name: "lend_token";
|
|
2367
2366
|
readonly friends: readonly [];
|
|
2368
2367
|
readonly exposed_functions: readonly [{
|
|
@@ -2376,7 +2375,7 @@ declare const ABIs: {
|
|
|
2376
2375
|
}];
|
|
2377
2376
|
readonly structs: readonly [];
|
|
2378
2377
|
} | {
|
|
2379
|
-
readonly address: "
|
|
2378
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2380
2379
|
readonly name: "lend_token";
|
|
2381
2380
|
readonly friends: readonly [];
|
|
2382
2381
|
readonly exposed_functions: readonly [{
|
|
@@ -2391,7 +2390,7 @@ declare const ABIs: {
|
|
|
2391
2390
|
readonly structs: readonly [];
|
|
2392
2391
|
};
|
|
2393
2392
|
OpenBoxesABI: {
|
|
2394
|
-
readonly address: "
|
|
2393
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2395
2394
|
readonly name: "open_boxes";
|
|
2396
2395
|
readonly friends: readonly [];
|
|
2397
2396
|
readonly exposed_functions: readonly [{
|
|
@@ -2405,7 +2404,7 @@ declare const ABIs: {
|
|
|
2405
2404
|
}];
|
|
2406
2405
|
readonly structs: readonly [];
|
|
2407
2406
|
} | {
|
|
2408
|
-
readonly address: "
|
|
2407
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2409
2408
|
readonly name: "open_boxes";
|
|
2410
2409
|
readonly friends: readonly [];
|
|
2411
2410
|
readonly exposed_functions: readonly [{
|
|
@@ -2420,7 +2419,7 @@ declare const ABIs: {
|
|
|
2420
2419
|
readonly structs: readonly [];
|
|
2421
2420
|
};
|
|
2422
2421
|
PlaceMultiplePerpOrdersABI: {
|
|
2423
|
-
readonly address: "
|
|
2422
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2424
2423
|
readonly name: "place_multiple_perp_orders";
|
|
2425
2424
|
readonly friends: readonly [];
|
|
2426
2425
|
readonly exposed_functions: readonly [{
|
|
@@ -2434,7 +2433,7 @@ declare const ABIs: {
|
|
|
2434
2433
|
}];
|
|
2435
2434
|
readonly structs: readonly [];
|
|
2436
2435
|
} | {
|
|
2437
|
-
readonly address: "
|
|
2436
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2438
2437
|
readonly name: "place_multiple_perp_orders";
|
|
2439
2438
|
readonly friends: readonly [];
|
|
2440
2439
|
readonly exposed_functions: readonly [{
|
|
@@ -2449,7 +2448,7 @@ declare const ABIs: {
|
|
|
2449
2448
|
readonly structs: readonly [];
|
|
2450
2449
|
};
|
|
2451
2450
|
PlaceMultipleSpotOrdersABI: {
|
|
2452
|
-
readonly address: "
|
|
2451
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2453
2452
|
readonly name: "place_multiple_spot_orders";
|
|
2454
2453
|
readonly friends: readonly [];
|
|
2455
2454
|
readonly exposed_functions: readonly [{
|
|
@@ -2463,7 +2462,7 @@ declare const ABIs: {
|
|
|
2463
2462
|
}];
|
|
2464
2463
|
readonly structs: readonly [];
|
|
2465
2464
|
} | {
|
|
2466
|
-
readonly address: "
|
|
2465
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2467
2466
|
readonly name: "place_multiple_spot_orders";
|
|
2468
2467
|
readonly friends: readonly [];
|
|
2469
2468
|
readonly exposed_functions: readonly [{
|
|
@@ -2478,7 +2477,7 @@ declare const ABIs: {
|
|
|
2478
2477
|
readonly structs: readonly [];
|
|
2479
2478
|
};
|
|
2480
2479
|
PlacePerpLimitOrderABI: {
|
|
2481
|
-
readonly address: "
|
|
2480
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2482
2481
|
readonly name: "place_perp_limit_order";
|
|
2483
2482
|
readonly friends: readonly [];
|
|
2484
2483
|
readonly exposed_functions: readonly [{
|
|
@@ -2492,7 +2491,7 @@ declare const ABIs: {
|
|
|
2492
2491
|
}];
|
|
2493
2492
|
readonly structs: readonly [];
|
|
2494
2493
|
} | {
|
|
2495
|
-
readonly address: "
|
|
2494
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2496
2495
|
readonly name: "place_perp_limit_order";
|
|
2497
2496
|
readonly friends: readonly [];
|
|
2498
2497
|
readonly exposed_functions: readonly [{
|
|
@@ -2507,7 +2506,7 @@ declare const ABIs: {
|
|
|
2507
2506
|
readonly structs: readonly [];
|
|
2508
2507
|
};
|
|
2509
2508
|
PlacePerpMarketOrderABI: {
|
|
2510
|
-
readonly address: "
|
|
2509
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2511
2510
|
readonly name: "place_perp_market_order";
|
|
2512
2511
|
readonly friends: readonly [];
|
|
2513
2512
|
readonly exposed_functions: readonly [{
|
|
@@ -2521,7 +2520,7 @@ declare const ABIs: {
|
|
|
2521
2520
|
}];
|
|
2522
2521
|
readonly structs: readonly [];
|
|
2523
2522
|
} | {
|
|
2524
|
-
readonly address: "
|
|
2523
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2525
2524
|
readonly name: "place_perp_market_order";
|
|
2526
2525
|
readonly friends: readonly [];
|
|
2527
2526
|
readonly exposed_functions: readonly [{
|
|
@@ -2536,7 +2535,7 @@ declare const ABIs: {
|
|
|
2536
2535
|
readonly structs: readonly [];
|
|
2537
2536
|
};
|
|
2538
2537
|
PlacePerpTriggerOrderABI: {
|
|
2539
|
-
readonly address: "
|
|
2538
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2540
2539
|
readonly name: "place_perp_trigger_order";
|
|
2541
2540
|
readonly friends: readonly [];
|
|
2542
2541
|
readonly exposed_functions: readonly [{
|
|
@@ -2550,7 +2549,7 @@ declare const ABIs: {
|
|
|
2550
2549
|
}];
|
|
2551
2550
|
readonly structs: readonly [];
|
|
2552
2551
|
} | {
|
|
2553
|
-
readonly address: "
|
|
2552
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2554
2553
|
readonly name: "place_perp_trigger_order";
|
|
2555
2554
|
readonly friends: readonly [];
|
|
2556
2555
|
readonly exposed_functions: readonly [{
|
|
@@ -2565,7 +2564,7 @@ declare const ABIs: {
|
|
|
2565
2564
|
readonly structs: readonly [];
|
|
2566
2565
|
};
|
|
2567
2566
|
PlaceSpotLimitOrderABI: {
|
|
2568
|
-
readonly address: "
|
|
2567
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2569
2568
|
readonly name: "place_spot_limit_order";
|
|
2570
2569
|
readonly friends: readonly [];
|
|
2571
2570
|
readonly exposed_functions: readonly [{
|
|
@@ -2579,7 +2578,7 @@ declare const ABIs: {
|
|
|
2579
2578
|
}];
|
|
2580
2579
|
readonly structs: readonly [];
|
|
2581
2580
|
} | {
|
|
2582
|
-
readonly address: "
|
|
2581
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2583
2582
|
readonly name: "place_spot_limit_order";
|
|
2584
2583
|
readonly friends: readonly [];
|
|
2585
2584
|
readonly exposed_functions: readonly [{
|
|
@@ -2594,7 +2593,7 @@ declare const ABIs: {
|
|
|
2594
2593
|
readonly structs: readonly [];
|
|
2595
2594
|
};
|
|
2596
2595
|
PlaceSpotMarketOrderABI: {
|
|
2597
|
-
readonly address: "
|
|
2596
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2598
2597
|
readonly name: "place_spot_market_order";
|
|
2599
2598
|
readonly friends: readonly [];
|
|
2600
2599
|
readonly exposed_functions: readonly [{
|
|
@@ -2608,7 +2607,7 @@ declare const ABIs: {
|
|
|
2608
2607
|
}];
|
|
2609
2608
|
readonly structs: readonly [];
|
|
2610
2609
|
} | {
|
|
2611
|
-
readonly address: "
|
|
2610
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2612
2611
|
readonly name: "place_spot_market_order";
|
|
2613
2612
|
readonly friends: readonly [];
|
|
2614
2613
|
readonly exposed_functions: readonly [{
|
|
@@ -2623,7 +2622,7 @@ declare const ABIs: {
|
|
|
2623
2622
|
readonly structs: readonly [];
|
|
2624
2623
|
};
|
|
2625
2624
|
RedeemTokenABI: {
|
|
2626
|
-
readonly address: "
|
|
2625
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2627
2626
|
readonly name: "redeem_token";
|
|
2628
2627
|
readonly friends: readonly [];
|
|
2629
2628
|
readonly exposed_functions: readonly [{
|
|
@@ -2637,7 +2636,7 @@ declare const ABIs: {
|
|
|
2637
2636
|
}];
|
|
2638
2637
|
readonly structs: readonly [];
|
|
2639
2638
|
} | {
|
|
2640
|
-
readonly address: "
|
|
2639
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2641
2640
|
readonly name: "redeem_token";
|
|
2642
2641
|
readonly friends: readonly [];
|
|
2643
2642
|
readonly exposed_functions: readonly [{
|
|
@@ -2652,7 +2651,7 @@ declare const ABIs: {
|
|
|
2652
2651
|
readonly structs: readonly [];
|
|
2653
2652
|
};
|
|
2654
2653
|
RemoveApiKeyABI: {
|
|
2655
|
-
readonly address: "
|
|
2654
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2656
2655
|
readonly name: "remove_api_key";
|
|
2657
2656
|
readonly friends: readonly [];
|
|
2658
2657
|
readonly exposed_functions: readonly [{
|
|
@@ -2666,7 +2665,7 @@ declare const ABIs: {
|
|
|
2666
2665
|
}];
|
|
2667
2666
|
readonly structs: readonly [];
|
|
2668
2667
|
} | {
|
|
2669
|
-
readonly address: "
|
|
2668
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2670
2669
|
readonly name: "remove_api_key";
|
|
2671
2670
|
readonly friends: readonly [];
|
|
2672
2671
|
readonly exposed_functions: readonly [{
|
|
@@ -2681,7 +2680,7 @@ declare const ABIs: {
|
|
|
2681
2680
|
readonly structs: readonly [];
|
|
2682
2681
|
};
|
|
2683
2682
|
RemoveApiKeySignerABI: {
|
|
2684
|
-
readonly address: "
|
|
2683
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2685
2684
|
readonly name: "remove_api_key_signer";
|
|
2686
2685
|
readonly friends: readonly [];
|
|
2687
2686
|
readonly exposed_functions: readonly [{
|
|
@@ -2695,7 +2694,7 @@ declare const ABIs: {
|
|
|
2695
2694
|
}];
|
|
2696
2695
|
readonly structs: readonly [];
|
|
2697
2696
|
} | {
|
|
2698
|
-
readonly address: "
|
|
2697
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2699
2698
|
readonly name: "remove_api_key_signer";
|
|
2700
2699
|
readonly friends: readonly [];
|
|
2701
2700
|
readonly exposed_functions: readonly [{
|
|
@@ -2710,7 +2709,7 @@ declare const ABIs: {
|
|
|
2710
2709
|
readonly structs: readonly [];
|
|
2711
2710
|
};
|
|
2712
2711
|
ReplaceMultipleOrdersABI: {
|
|
2713
|
-
readonly address: "
|
|
2712
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2714
2713
|
readonly name: "replace_multiple_orders";
|
|
2715
2714
|
readonly friends: readonly [];
|
|
2716
2715
|
readonly exposed_functions: readonly [{
|
|
@@ -2724,7 +2723,7 @@ declare const ABIs: {
|
|
|
2724
2723
|
}];
|
|
2725
2724
|
readonly structs: readonly [];
|
|
2726
2725
|
} | {
|
|
2727
|
-
readonly address: "
|
|
2726
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2728
2727
|
readonly name: "replace_multiple_orders";
|
|
2729
2728
|
readonly friends: readonly [];
|
|
2730
2729
|
readonly exposed_functions: readonly [{
|
|
@@ -2739,7 +2738,7 @@ declare const ABIs: {
|
|
|
2739
2738
|
readonly structs: readonly [];
|
|
2740
2739
|
};
|
|
2741
2740
|
ReplaceMultipleSpotOrdersABI: {
|
|
2742
|
-
readonly address: "
|
|
2741
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2743
2742
|
readonly name: "replace_multiple_spot_orders";
|
|
2744
2743
|
readonly friends: readonly [];
|
|
2745
2744
|
readonly exposed_functions: readonly [{
|
|
@@ -2753,7 +2752,7 @@ declare const ABIs: {
|
|
|
2753
2752
|
}];
|
|
2754
2753
|
readonly structs: readonly [];
|
|
2755
2754
|
} | {
|
|
2756
|
-
readonly address: "
|
|
2755
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2757
2756
|
readonly name: "replace_multiple_spot_orders";
|
|
2758
2757
|
readonly friends: readonly [];
|
|
2759
2758
|
readonly exposed_functions: readonly [{
|
|
@@ -2768,7 +2767,7 @@ declare const ABIs: {
|
|
|
2768
2767
|
readonly structs: readonly [];
|
|
2769
2768
|
};
|
|
2770
2769
|
SetAliasNameABI: {
|
|
2771
|
-
readonly address: "
|
|
2770
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2772
2771
|
readonly name: "set_alias_name";
|
|
2773
2772
|
readonly friends: readonly [];
|
|
2774
2773
|
readonly exposed_functions: readonly [{
|
|
@@ -2782,7 +2781,7 @@ declare const ABIs: {
|
|
|
2782
2781
|
}];
|
|
2783
2782
|
readonly structs: readonly [];
|
|
2784
2783
|
} | {
|
|
2785
|
-
readonly address: "
|
|
2784
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2786
2785
|
readonly name: "set_alias_name";
|
|
2787
2786
|
readonly friends: readonly [];
|
|
2788
2787
|
readonly exposed_functions: readonly [{
|
|
@@ -2797,7 +2796,7 @@ declare const ABIs: {
|
|
|
2797
2796
|
readonly structs: readonly [];
|
|
2798
2797
|
};
|
|
2799
2798
|
SetAutolendABI: {
|
|
2800
|
-
readonly address: "
|
|
2799
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2801
2800
|
readonly name: "set_autolend";
|
|
2802
2801
|
readonly friends: readonly [];
|
|
2803
2802
|
readonly exposed_functions: readonly [{
|
|
@@ -2811,7 +2810,7 @@ declare const ABIs: {
|
|
|
2811
2810
|
}];
|
|
2812
2811
|
readonly structs: readonly [];
|
|
2813
2812
|
} | {
|
|
2814
|
-
readonly address: "
|
|
2813
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2815
2814
|
readonly name: "set_autolend";
|
|
2816
2815
|
readonly friends: readonly [];
|
|
2817
2816
|
readonly exposed_functions: readonly [{
|
|
@@ -2826,7 +2825,7 @@ declare const ABIs: {
|
|
|
2826
2825
|
readonly structs: readonly [];
|
|
2827
2826
|
};
|
|
2828
2827
|
SetReferralCodeABI: {
|
|
2829
|
-
readonly address: "
|
|
2828
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2830
2829
|
readonly name: "set_referral_code";
|
|
2831
2830
|
readonly friends: readonly [];
|
|
2832
2831
|
readonly exposed_functions: readonly [{
|
|
@@ -2840,7 +2839,7 @@ declare const ABIs: {
|
|
|
2840
2839
|
}];
|
|
2841
2840
|
readonly structs: readonly [];
|
|
2842
2841
|
} | {
|
|
2843
|
-
readonly address: "
|
|
2842
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2844
2843
|
readonly name: "set_referral_code";
|
|
2845
2844
|
readonly friends: readonly [];
|
|
2846
2845
|
readonly exposed_functions: readonly [{
|
|
@@ -2855,7 +2854,7 @@ declare const ABIs: {
|
|
|
2855
2854
|
readonly structs: readonly [];
|
|
2856
2855
|
};
|
|
2857
2856
|
TokenizeUserVaultInvestmentABI: {
|
|
2858
|
-
readonly address: "
|
|
2857
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2859
2858
|
readonly name: "tokenize_user_vault_investment";
|
|
2860
2859
|
readonly friends: readonly [];
|
|
2861
2860
|
readonly exposed_functions: readonly [{
|
|
@@ -2869,7 +2868,7 @@ declare const ABIs: {
|
|
|
2869
2868
|
}];
|
|
2870
2869
|
readonly structs: readonly [];
|
|
2871
2870
|
} | {
|
|
2872
|
-
readonly address: "
|
|
2871
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2873
2872
|
readonly name: "tokenize_user_vault_investment";
|
|
2874
2873
|
readonly friends: readonly [];
|
|
2875
2874
|
readonly exposed_functions: readonly [{
|
|
@@ -2884,7 +2883,7 @@ declare const ABIs: {
|
|
|
2884
2883
|
readonly structs: readonly [];
|
|
2885
2884
|
};
|
|
2886
2885
|
TransferToUserABI: {
|
|
2887
|
-
readonly address: "
|
|
2886
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2888
2887
|
readonly name: "transfer_to_user";
|
|
2889
2888
|
readonly friends: readonly [];
|
|
2890
2889
|
readonly exposed_functions: readonly [{
|
|
@@ -2898,7 +2897,7 @@ declare const ABIs: {
|
|
|
2898
2897
|
}];
|
|
2899
2898
|
readonly structs: readonly [];
|
|
2900
2899
|
} | {
|
|
2901
|
-
readonly address: "
|
|
2900
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2902
2901
|
readonly name: "transfer_to_user";
|
|
2903
2902
|
readonly friends: readonly [];
|
|
2904
2903
|
readonly exposed_functions: readonly [{
|
|
@@ -2913,7 +2912,7 @@ declare const ABIs: {
|
|
|
2913
2912
|
readonly structs: readonly [];
|
|
2914
2913
|
};
|
|
2915
2914
|
WithdrawFromVaultABI: {
|
|
2916
|
-
readonly address: "
|
|
2915
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2917
2916
|
readonly name: "withdraw_from_vault";
|
|
2918
2917
|
readonly friends: readonly [];
|
|
2919
2918
|
readonly exposed_functions: readonly [{
|
|
@@ -2927,7 +2926,7 @@ declare const ABIs: {
|
|
|
2927
2926
|
}];
|
|
2928
2927
|
readonly structs: readonly [];
|
|
2929
2928
|
} | {
|
|
2930
|
-
readonly address: "
|
|
2929
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2931
2930
|
readonly name: "withdraw_from_vault";
|
|
2932
2931
|
readonly friends: readonly [];
|
|
2933
2932
|
readonly exposed_functions: readonly [{
|
|
@@ -2942,7 +2941,7 @@ declare const ABIs: {
|
|
|
2942
2941
|
readonly structs: readonly [];
|
|
2943
2942
|
};
|
|
2944
2943
|
WithdrawTokenABI: {
|
|
2945
|
-
readonly address: "
|
|
2944
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2946
2945
|
readonly name: "withdraw_token";
|
|
2947
2946
|
readonly friends: readonly [];
|
|
2948
2947
|
readonly exposed_functions: readonly [{
|
|
@@ -2956,7 +2955,7 @@ declare const ABIs: {
|
|
|
2956
2955
|
}];
|
|
2957
2956
|
readonly structs: readonly [];
|
|
2958
2957
|
} | {
|
|
2959
|
-
readonly address: "
|
|
2958
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2960
2959
|
readonly name: "withdraw_token";
|
|
2961
2960
|
readonly friends: readonly [];
|
|
2962
2961
|
readonly exposed_functions: readonly [{
|
|
@@ -2971,7 +2970,7 @@ declare const ABIs: {
|
|
|
2971
2970
|
readonly structs: readonly [];
|
|
2972
2971
|
};
|
|
2973
2972
|
InitExchangeABI: {
|
|
2974
|
-
readonly address: "
|
|
2973
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
2975
2974
|
readonly name: "init_exchange";
|
|
2976
2975
|
readonly friends: readonly [];
|
|
2977
2976
|
readonly exposed_functions: readonly [{
|
|
@@ -2985,7 +2984,7 @@ declare const ABIs: {
|
|
|
2985
2984
|
}];
|
|
2986
2985
|
readonly structs: readonly [];
|
|
2987
2986
|
} | {
|
|
2988
|
-
readonly address: "
|
|
2987
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
2989
2988
|
readonly name: "init_exchange";
|
|
2990
2989
|
readonly friends: readonly [];
|
|
2991
2990
|
readonly exposed_functions: readonly [{
|
|
@@ -3000,7 +2999,7 @@ declare const ABIs: {
|
|
|
3000
2999
|
readonly structs: readonly [];
|
|
3001
3000
|
};
|
|
3002
3001
|
AddDevAddressABI: {
|
|
3003
|
-
readonly address: "
|
|
3002
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3004
3003
|
readonly name: "add_dev_address";
|
|
3005
3004
|
readonly friends: readonly [];
|
|
3006
3005
|
readonly exposed_functions: readonly [{
|
|
@@ -3014,7 +3013,7 @@ declare const ABIs: {
|
|
|
3014
3013
|
}];
|
|
3015
3014
|
readonly structs: readonly [];
|
|
3016
3015
|
} | {
|
|
3017
|
-
readonly address: "
|
|
3016
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3018
3017
|
readonly name: "add_dev_address";
|
|
3019
3018
|
readonly friends: readonly [];
|
|
3020
3019
|
readonly exposed_functions: readonly [{
|
|
@@ -3029,7 +3028,7 @@ declare const ABIs: {
|
|
|
3029
3028
|
readonly structs: readonly [];
|
|
3030
3029
|
};
|
|
3031
3030
|
RemoveDevAddressABI: {
|
|
3032
|
-
readonly address: "
|
|
3031
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3033
3032
|
readonly name: "remove_dev_address";
|
|
3034
3033
|
readonly friends: readonly [];
|
|
3035
3034
|
readonly exposed_functions: readonly [{
|
|
@@ -3043,7 +3042,7 @@ declare const ABIs: {
|
|
|
3043
3042
|
}];
|
|
3044
3043
|
readonly structs: readonly [];
|
|
3045
3044
|
} | {
|
|
3046
|
-
readonly address: "
|
|
3045
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3047
3046
|
readonly name: "remove_dev_address";
|
|
3048
3047
|
readonly friends: readonly [];
|
|
3049
3048
|
readonly exposed_functions: readonly [{
|
|
@@ -3058,7 +3057,7 @@ declare const ABIs: {
|
|
|
3058
3057
|
readonly structs: readonly [];
|
|
3059
3058
|
};
|
|
3060
3059
|
AddTokenToOracleABI: {
|
|
3061
|
-
readonly address: "
|
|
3060
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3062
3061
|
readonly name: "add_token_to_oracle";
|
|
3063
3062
|
readonly friends: readonly [];
|
|
3064
3063
|
readonly exposed_functions: readonly [{
|
|
@@ -3072,7 +3071,7 @@ declare const ABIs: {
|
|
|
3072
3071
|
}];
|
|
3073
3072
|
readonly structs: readonly [];
|
|
3074
3073
|
} | {
|
|
3075
|
-
readonly address: "
|
|
3074
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3076
3075
|
readonly name: "add_token_to_oracle";
|
|
3077
3076
|
readonly friends: readonly [];
|
|
3078
3077
|
readonly exposed_functions: readonly [{
|
|
@@ -3087,7 +3086,7 @@ declare const ABIs: {
|
|
|
3087
3086
|
readonly structs: readonly [];
|
|
3088
3087
|
};
|
|
3089
3088
|
AddNewTokenABI: {
|
|
3090
|
-
readonly address: "
|
|
3089
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3091
3090
|
readonly name: "add_new_token";
|
|
3092
3091
|
readonly friends: readonly [];
|
|
3093
3092
|
readonly exposed_functions: readonly [{
|
|
@@ -3101,7 +3100,7 @@ declare const ABIs: {
|
|
|
3101
3100
|
}];
|
|
3102
3101
|
readonly structs: readonly [];
|
|
3103
3102
|
} | {
|
|
3104
|
-
readonly address: "
|
|
3103
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3105
3104
|
readonly name: "add_new_token";
|
|
3106
3105
|
readonly friends: readonly [];
|
|
3107
3106
|
readonly exposed_functions: readonly [{
|
|
@@ -3116,7 +3115,7 @@ declare const ABIs: {
|
|
|
3116
3115
|
readonly structs: readonly [];
|
|
3117
3116
|
};
|
|
3118
3117
|
UpdateOraclePricesABI: {
|
|
3119
|
-
readonly address: "
|
|
3118
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3120
3119
|
readonly name: "update_oracle_prices";
|
|
3121
3120
|
readonly friends: readonly [];
|
|
3122
3121
|
readonly exposed_functions: readonly [{
|
|
@@ -3130,7 +3129,7 @@ declare const ABIs: {
|
|
|
3130
3129
|
}];
|
|
3131
3130
|
readonly structs: readonly [];
|
|
3132
3131
|
} | {
|
|
3133
|
-
readonly address: "
|
|
3132
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3134
3133
|
readonly name: "update_oracle_prices";
|
|
3135
3134
|
readonly friends: readonly [];
|
|
3136
3135
|
readonly exposed_functions: readonly [{
|
|
@@ -3145,7 +3144,7 @@ declare const ABIs: {
|
|
|
3145
3144
|
readonly structs: readonly [];
|
|
3146
3145
|
};
|
|
3147
3146
|
AddNewPerpMarketABI: {
|
|
3148
|
-
readonly address: "
|
|
3147
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3149
3148
|
readonly name: "add_new_perp_market";
|
|
3150
3149
|
readonly friends: readonly [];
|
|
3151
3150
|
readonly exposed_functions: readonly [{
|
|
@@ -3159,7 +3158,7 @@ declare const ABIs: {
|
|
|
3159
3158
|
}];
|
|
3160
3159
|
readonly structs: readonly [];
|
|
3161
3160
|
} | {
|
|
3162
|
-
readonly address: "
|
|
3161
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3163
3162
|
readonly name: "add_new_perp_market";
|
|
3164
3163
|
readonly friends: readonly [];
|
|
3165
3164
|
readonly exposed_functions: readonly [{
|
|
@@ -3174,7 +3173,7 @@ declare const ABIs: {
|
|
|
3174
3173
|
readonly structs: readonly [];
|
|
3175
3174
|
};
|
|
3176
3175
|
AddNewSpotMarketABI: {
|
|
3177
|
-
readonly address: "
|
|
3176
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3178
3177
|
readonly name: "add_new_spot_market";
|
|
3179
3178
|
readonly friends: readonly [];
|
|
3180
3179
|
readonly exposed_functions: readonly [{
|
|
@@ -3188,7 +3187,7 @@ declare const ABIs: {
|
|
|
3188
3187
|
}];
|
|
3189
3188
|
readonly structs: readonly [];
|
|
3190
3189
|
} | {
|
|
3191
|
-
readonly address: "
|
|
3190
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3192
3191
|
readonly name: "add_new_spot_market";
|
|
3193
3192
|
readonly friends: readonly [];
|
|
3194
3193
|
readonly exposed_functions: readonly [{
|
|
@@ -3203,7 +3202,7 @@ declare const ABIs: {
|
|
|
3203
3202
|
readonly structs: readonly [];
|
|
3204
3203
|
};
|
|
3205
3204
|
UpdateFeeTiersABI: {
|
|
3206
|
-
readonly address: "
|
|
3205
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3207
3206
|
readonly name: "update_fee_tiers";
|
|
3208
3207
|
readonly friends: readonly [];
|
|
3209
3208
|
readonly exposed_functions: readonly [{
|
|
@@ -3217,7 +3216,7 @@ declare const ABIs: {
|
|
|
3217
3216
|
}];
|
|
3218
3217
|
readonly structs: readonly [];
|
|
3219
3218
|
} | {
|
|
3220
|
-
readonly address: "
|
|
3219
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3221
3220
|
readonly name: "update_fee_tiers";
|
|
3222
3221
|
readonly friends: readonly [];
|
|
3223
3222
|
readonly exposed_functions: readonly [{
|
|
@@ -3232,7 +3231,7 @@ declare const ABIs: {
|
|
|
3232
3231
|
readonly structs: readonly [];
|
|
3233
3232
|
};
|
|
3234
3233
|
SettleMarketABI: {
|
|
3235
|
-
readonly address: "
|
|
3234
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3236
3235
|
readonly name: "settle_market";
|
|
3237
3236
|
readonly friends: readonly [];
|
|
3238
3237
|
readonly exposed_functions: readonly [{
|
|
@@ -3246,7 +3245,7 @@ declare const ABIs: {
|
|
|
3246
3245
|
}];
|
|
3247
3246
|
readonly structs: readonly [];
|
|
3248
3247
|
} | {
|
|
3249
|
-
readonly address: "
|
|
3248
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3250
3249
|
readonly name: "settle_market";
|
|
3251
3250
|
readonly friends: readonly [];
|
|
3252
3251
|
readonly exposed_functions: readonly [{
|
|
@@ -3261,7 +3260,7 @@ declare const ABIs: {
|
|
|
3261
3260
|
readonly structs: readonly [];
|
|
3262
3261
|
};
|
|
3263
3262
|
AddNewLpTokenABI: {
|
|
3264
|
-
readonly address: "
|
|
3263
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3265
3264
|
readonly name: "add_new_lp_token";
|
|
3266
3265
|
readonly friends: readonly [];
|
|
3267
3266
|
readonly exposed_functions: readonly [{
|
|
@@ -3275,7 +3274,7 @@ declare const ABIs: {
|
|
|
3275
3274
|
}];
|
|
3276
3275
|
readonly structs: readonly [];
|
|
3277
3276
|
} | {
|
|
3278
|
-
readonly address: "
|
|
3277
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3279
3278
|
readonly name: "add_new_lp_token";
|
|
3280
3279
|
readonly friends: readonly [];
|
|
3281
3280
|
readonly exposed_functions: readonly [{
|
|
@@ -3290,7 +3289,7 @@ declare const ABIs: {
|
|
|
3290
3289
|
readonly structs: readonly [];
|
|
3291
3290
|
};
|
|
3292
3291
|
SetSystemHaircutABI: {
|
|
3293
|
-
readonly address: "
|
|
3292
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3294
3293
|
readonly name: "set_system_haircut";
|
|
3295
3294
|
readonly friends: readonly [];
|
|
3296
3295
|
readonly exposed_functions: readonly [{
|
|
@@ -3304,7 +3303,7 @@ declare const ABIs: {
|
|
|
3304
3303
|
}];
|
|
3305
3304
|
readonly structs: readonly [];
|
|
3306
3305
|
} | {
|
|
3307
|
-
readonly address: "
|
|
3306
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3308
3307
|
readonly name: "set_system_haircut";
|
|
3309
3308
|
readonly friends: readonly [];
|
|
3310
3309
|
readonly exposed_functions: readonly [{
|
|
@@ -3319,7 +3318,7 @@ declare const ABIs: {
|
|
|
3319
3318
|
readonly structs: readonly [];
|
|
3320
3319
|
};
|
|
3321
3320
|
SetFeeDataABI: {
|
|
3322
|
-
readonly address: "
|
|
3321
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3323
3322
|
readonly name: "set_fee_data";
|
|
3324
3323
|
readonly friends: readonly [];
|
|
3325
3324
|
readonly exposed_functions: readonly [{
|
|
@@ -3333,7 +3332,7 @@ declare const ABIs: {
|
|
|
3333
3332
|
}];
|
|
3334
3333
|
readonly structs: readonly [];
|
|
3335
3334
|
} | {
|
|
3336
|
-
readonly address: "
|
|
3335
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3337
3336
|
readonly name: "set_fee_data";
|
|
3338
3337
|
readonly friends: readonly [];
|
|
3339
3338
|
readonly exposed_functions: readonly [{
|
|
@@ -3348,7 +3347,7 @@ declare const ABIs: {
|
|
|
3348
3347
|
readonly structs: readonly [];
|
|
3349
3348
|
};
|
|
3350
3349
|
ChangePerpMarketDataABI: {
|
|
3351
|
-
readonly address: "
|
|
3350
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3352
3351
|
readonly name: "change_perp_market_data";
|
|
3353
3352
|
readonly friends: readonly [];
|
|
3354
3353
|
readonly exposed_functions: readonly [{
|
|
@@ -3362,7 +3361,7 @@ declare const ABIs: {
|
|
|
3362
3361
|
}];
|
|
3363
3362
|
readonly structs: readonly [];
|
|
3364
3363
|
} | {
|
|
3365
|
-
readonly address: "
|
|
3364
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3366
3365
|
readonly name: "change_perp_market_data";
|
|
3367
3366
|
readonly friends: readonly [];
|
|
3368
3367
|
readonly exposed_functions: readonly [{
|
|
@@ -3377,7 +3376,7 @@ declare const ABIs: {
|
|
|
3377
3376
|
readonly structs: readonly [];
|
|
3378
3377
|
};
|
|
3379
3378
|
ChangeSpotMarketDataABI: {
|
|
3380
|
-
readonly address: "
|
|
3379
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3381
3380
|
readonly name: "change_spot_market_data";
|
|
3382
3381
|
readonly friends: readonly [];
|
|
3383
3382
|
readonly exposed_functions: readonly [{
|
|
@@ -3391,7 +3390,7 @@ declare const ABIs: {
|
|
|
3391
3390
|
}];
|
|
3392
3391
|
readonly structs: readonly [];
|
|
3393
3392
|
} | {
|
|
3394
|
-
readonly address: "
|
|
3393
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3395
3394
|
readonly name: "change_spot_market_data";
|
|
3396
3395
|
readonly friends: readonly [];
|
|
3397
3396
|
readonly exposed_functions: readonly [{
|
|
@@ -3406,7 +3405,7 @@ declare const ABIs: {
|
|
|
3406
3405
|
readonly structs: readonly [];
|
|
3407
3406
|
};
|
|
3408
3407
|
ChangeTokenDataABI: {
|
|
3409
|
-
readonly address: "
|
|
3408
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3410
3409
|
readonly name: "change_token_data";
|
|
3411
3410
|
readonly friends: readonly [];
|
|
3412
3411
|
readonly exposed_functions: readonly [{
|
|
@@ -3420,7 +3419,7 @@ declare const ABIs: {
|
|
|
3420
3419
|
}];
|
|
3421
3420
|
readonly structs: readonly [];
|
|
3422
3421
|
} | {
|
|
3423
|
-
readonly address: "
|
|
3422
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3424
3423
|
readonly name: "change_token_data";
|
|
3425
3424
|
readonly friends: readonly [];
|
|
3426
3425
|
readonly exposed_functions: readonly [{
|
|
@@ -3435,7 +3434,7 @@ declare const ABIs: {
|
|
|
3435
3434
|
readonly structs: readonly [];
|
|
3436
3435
|
};
|
|
3437
3436
|
PredepositToVaultABI: {
|
|
3438
|
-
readonly address: "
|
|
3437
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3439
3438
|
readonly name: "predeposit_to_vault";
|
|
3440
3439
|
readonly friends: readonly [];
|
|
3441
3440
|
readonly exposed_functions: readonly [{
|
|
@@ -3449,7 +3448,7 @@ declare const ABIs: {
|
|
|
3449
3448
|
}];
|
|
3450
3449
|
readonly structs: readonly [];
|
|
3451
3450
|
} | {
|
|
3452
|
-
readonly address: "
|
|
3451
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3453
3452
|
readonly name: "predeposit_to_vault";
|
|
3454
3453
|
readonly friends: readonly [];
|
|
3455
3454
|
readonly exposed_functions: readonly [{
|
|
@@ -3463,6 +3462,35 @@ declare const ABIs: {
|
|
|
3463
3462
|
}];
|
|
3464
3463
|
readonly structs: readonly [];
|
|
3465
3464
|
};
|
|
3465
|
+
AddSystemUserABI: {
|
|
3466
|
+
readonly address: "0xf742a6e1cb7fd7bd166d9f166372ef0947eba681c4c30aee7daa7f2dee0c9b73";
|
|
3467
|
+
readonly name: "add_system_user";
|
|
3468
|
+
readonly friends: readonly [];
|
|
3469
|
+
readonly exposed_functions: readonly [{
|
|
3470
|
+
readonly name: "add_system_user";
|
|
3471
|
+
readonly visibility: "public";
|
|
3472
|
+
readonly is_entry: true;
|
|
3473
|
+
readonly is_view: false;
|
|
3474
|
+
readonly generic_type_params: readonly [];
|
|
3475
|
+
readonly params: readonly ["&signer", "vector<u8>", "u64"];
|
|
3476
|
+
readonly return: readonly [];
|
|
3477
|
+
}];
|
|
3478
|
+
readonly structs: readonly [];
|
|
3479
|
+
} | {
|
|
3480
|
+
readonly address: "0xf25b3690e1766c3049abfa74b4b5761fb52f59f303b3362361c85e491983971c";
|
|
3481
|
+
readonly name: "add_system_user";
|
|
3482
|
+
readonly friends: readonly [];
|
|
3483
|
+
readonly exposed_functions: readonly [{
|
|
3484
|
+
readonly name: "add_system_user";
|
|
3485
|
+
readonly visibility: "public";
|
|
3486
|
+
readonly is_entry: true;
|
|
3487
|
+
readonly is_view: false;
|
|
3488
|
+
readonly generic_type_params: readonly [];
|
|
3489
|
+
readonly params: readonly ["&signer", "vector<u8>", "u64"];
|
|
3490
|
+
readonly return: readonly [];
|
|
3491
|
+
}];
|
|
3492
|
+
readonly structs: readonly [];
|
|
3493
|
+
};
|
|
3466
3494
|
};
|
|
3467
3495
|
|
|
3468
3496
|
type PaginationCursor = string;
|
|
@@ -5751,7 +5779,7 @@ declare class Client {
|
|
|
5751
5779
|
getUserClaimedReferralKickbackHistory: (request: GetUserClaimedReferralKickbackHistoryRequest) => Promise<GetUserClaimedReferralKickbackHistoryResponse>;
|
|
5752
5780
|
getUserTransfersHistory: (request: GetUserTransferHistoryRequest) => Promise<GetUserTransferHistoryResponse>;
|
|
5753
5781
|
getUserLiquidations: (request: GetUserFullLiquidationsHistoryRequest) => Promise<GetUserLiquidationsHistoryResponse>;
|
|
5754
|
-
getUserPartialLiquidations: (request: GetUserPartialLiquidationsHistoryRequest) => Promise<
|
|
5782
|
+
getUserPartialLiquidations: (request: GetUserPartialLiquidationsHistoryRequest) => Promise<GetUserLiquidationsHistoryResponse>;
|
|
5755
5783
|
getBorrowLendHistoricalState: (request: GetBorrowLendingHistoricalDataRequest) => Promise<GetBorrowLendingHistoricalDataResponse>;
|
|
5756
5784
|
getBorrowLendAggregatedStats: (request: GetBorrowLendingAggregatedStatsRequest) => Promise<GetBorrowLendingAggregatedStatsResponse>;
|
|
5757
5785
|
getTokenStats: (request: GetTokenStatsHistoryRequest) => Promise<GetTokenStatsHistoryResponse>;
|