@katanaperps/katana-perps-sdk 1.0.0-alpha.2 → 1.0.0-alpha.21

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.
Files changed (66) hide show
  1. package/dist/abis/ExchangeLayerZeroAdapter_v1.json +60 -25
  2. package/dist/abis/ExchangeLocalDepositAdapter_v1.json +318 -0
  3. package/dist/abis/FixedIncomeVaultProviderStateAggregator_v1.json +229 -0
  4. package/dist/abis/FixedIncomeVaultProvider_v1.json +2640 -0
  5. package/dist/abis/IVaultComposerSync.json +537 -0
  6. package/dist/abis/KatanaPerpsStargateForwarder_v1.json +108 -14
  7. package/dist/bridge/config.d.ts +29 -25
  8. package/dist/bridge/config.d.ts.map +1 -1
  9. package/dist/bridge/config.js +24 -21
  10. package/dist/bridge/deposit.d.ts +30 -3
  11. package/dist/bridge/deposit.d.ts.map +1 -1
  12. package/dist/bridge/deposit.js +156 -28
  13. package/dist/bridge/utils.d.ts +17 -15
  14. package/dist/bridge/utils.d.ts.map +1 -1
  15. package/dist/bridge/utils.js +17 -6
  16. package/dist/bridge/withdraw.d.ts.map +1 -1
  17. package/dist/bridge/withdraw.js +1 -2
  18. package/dist/client/rest/authenticated.d.ts +17 -2
  19. package/dist/client/rest/authenticated.d.ts.map +1 -1
  20. package/dist/client/rest/authenticated.js +37 -14
  21. package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts +23 -28
  22. package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts.map +1 -1
  23. package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts +210 -0
  24. package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts.map +1 -0
  25. package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.js +2 -0
  26. package/dist/typechain-types/FixedIncomeVaultProviderStateAggregator_v1.d.ts +13 -13
  27. package/dist/typechain-types/FixedIncomeVaultProviderStateAggregator_v1.d.ts.map +1 -1
  28. package/dist/typechain-types/FixedIncomeVaultProvider_v1.d.ts +50 -78
  29. package/dist/typechain-types/FixedIncomeVaultProvider_v1.d.ts.map +1 -1
  30. package/dist/typechain-types/IVaultComposerSync.d.ts +247 -0
  31. package/dist/typechain-types/IVaultComposerSync.d.ts.map +1 -0
  32. package/dist/typechain-types/IVaultComposerSync.js +2 -0
  33. package/dist/typechain-types/KatanaPerpsStargateForwarder_v1.d.ts +29 -5
  34. package/dist/typechain-types/KatanaPerpsStargateForwarder_v1.d.ts.map +1 -1
  35. package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.d.ts +46 -20
  36. package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.d.ts.map +1 -1
  37. package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.js +60 -25
  38. package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.d.ts +255 -0
  39. package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.d.ts.map +1 -0
  40. package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.js +335 -0
  41. package/dist/typechain-types/factories/FixedIncomeVaultProviderStateAggregator_v1__factory.d.ts +15 -15
  42. package/dist/typechain-types/factories/FixedIncomeVaultProviderStateAggregator_v1__factory.js +20 -20
  43. package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.d.ts +61 -96
  44. package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.d.ts.map +1 -1
  45. package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.js +72 -117
  46. package/dist/typechain-types/factories/IVaultComposerSync__factory.d.ts +422 -0
  47. package/dist/typechain-types/factories/IVaultComposerSync__factory.d.ts.map +1 -0
  48. package/dist/typechain-types/factories/IVaultComposerSync__factory.js +554 -0
  49. package/dist/typechain-types/factories/KatanaPerpsStargateForwarder_v1__factory.d.ts +86 -14
  50. package/dist/typechain-types/factories/KatanaPerpsStargateForwarder_v1__factory.d.ts.map +1 -1
  51. package/dist/typechain-types/factories/KatanaPerpsStargateForwarder_v1__factory.js +108 -14
  52. package/dist/typechain-types/factories/index.d.ts +4 -0
  53. package/dist/typechain-types/factories/index.d.ts.map +1 -1
  54. package/dist/typechain-types/factories/index.js +9 -1
  55. package/dist/typechain-types/index.d.ts +8 -0
  56. package/dist/typechain-types/index.d.ts.map +1 -1
  57. package/dist/typechain-types/index.js +9 -1
  58. package/dist/types/enums/request.d.ts +2 -2
  59. package/dist/types/enums/request.js +1 -1
  60. package/dist/types/rest/endpoints/GetExchange.d.ts +54 -0
  61. package/dist/types/rest/endpoints/GetExchange.d.ts.map +1 -1
  62. package/dist/types/rest/endpoints/GetGasFees.d.ts +2 -0
  63. package/dist/types/rest/endpoints/GetGasFees.d.ts.map +1 -1
  64. package/dist/types/rest/endpoints/internal.d.ts +8 -0
  65. package/dist/types/rest/endpoints/internal.d.ts.map +1 -1
  66. package/package.json +1 -1
@@ -125,6 +125,22 @@ export declare class FixedIncomeVaultProvider_v1__factory {
125
125
  }];
126
126
  readonly name: "InvalidWithdrawalHash";
127
127
  readonly type: "error";
128
+ }, {
129
+ readonly inputs: readonly [{
130
+ readonly internalType: "uint256";
131
+ readonly name: "value";
132
+ readonly type: "uint256";
133
+ }, {
134
+ readonly internalType: "uint256";
135
+ readonly name: "maxValue";
136
+ readonly type: "uint256";
137
+ }, {
138
+ readonly internalType: "uint256";
139
+ readonly name: "minValue";
140
+ readonly type: "uint256";
141
+ }];
142
+ readonly name: "ManagedAccountUpgradeBlockTimestampDelayInSOutOfRange";
143
+ readonly type: "error";
128
144
  }, {
129
145
  readonly inputs: readonly [{
130
146
  readonly internalType: "uint64";
@@ -213,22 +229,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
213
229
  }];
214
230
  readonly name: "MinimumUnappliedWithdrawalAgeInSToInitiateExitOutOfRange";
215
231
  readonly type: "error";
216
- }, {
217
- readonly inputs: readonly [{
218
- readonly internalType: "uint64";
219
- readonly name: "value";
220
- readonly type: "uint64";
221
- }, {
222
- readonly internalType: "uint64";
223
- readonly name: "maxValue";
224
- readonly type: "uint64";
225
- }, {
226
- readonly internalType: "uint64";
227
- readonly name: "minValue";
228
- readonly type: "uint64";
229
- }];
230
- readonly name: "MinimumWithdrawalQuantityOutOfRange";
231
- readonly type: "error";
232
232
  }, {
233
233
  readonly inputs: readonly [];
234
234
  readonly name: "NewInsuranceFundWalletCannotBeExited";
@@ -447,6 +447,36 @@ export declare class FixedIncomeVaultProvider_v1__factory {
447
447
  readonly inputs: readonly [];
448
448
  readonly name: "AddManagedAccountsEnabledAdmin";
449
449
  readonly type: "event";
450
+ }, {
451
+ readonly anonymous: false;
452
+ readonly inputs: readonly [{
453
+ readonly indexed: true;
454
+ readonly internalType: "address";
455
+ readonly name: "managerWallet";
456
+ readonly type: "address";
457
+ }, {
458
+ readonly indexed: false;
459
+ readonly internalType: "address";
460
+ readonly name: "depositorWallet";
461
+ readonly type: "address";
462
+ }, {
463
+ readonly indexed: false;
464
+ readonly internalType: "uint64";
465
+ readonly name: "quantity";
466
+ readonly type: "uint64";
467
+ }, {
468
+ readonly indexed: false;
469
+ readonly internalType: "uint64";
470
+ readonly name: "newWalletOwedQuantity";
471
+ readonly type: "uint64";
472
+ }, {
473
+ readonly indexed: false;
474
+ readonly internalType: "uint64";
475
+ readonly name: "newVaultTotalOwedQuantity";
476
+ readonly type: "uint64";
477
+ }];
478
+ readonly name: "DepositToManagedAccountApplied";
479
+ readonly type: "event";
450
480
  }, {
451
481
  readonly anonymous: false;
452
482
  readonly inputs: readonly [{
@@ -597,51 +627,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
597
627
  }];
598
628
  readonly name: "ManagedAccountUpgradeInitiated";
599
629
  readonly type: "event";
600
- }, {
601
- readonly anonymous: false;
602
- readonly inputs: readonly [{
603
- readonly indexed: false;
604
- readonly internalType: "uint256";
605
- readonly name: "previousValue";
606
- readonly type: "uint256";
607
- }, {
608
- readonly indexed: false;
609
- readonly internalType: "uint256";
610
- readonly name: "newValue";
611
- readonly type: "uint256";
612
- }];
613
- readonly name: "MinimumWithdrawalQuantityChanged";
614
- readonly type: "event";
615
- }, {
616
- readonly anonymous: false;
617
- readonly inputs: readonly [{
618
- readonly indexed: true;
619
- readonly internalType: "address";
620
- readonly name: "managerWallet";
621
- readonly type: "address";
622
- }, {
623
- readonly indexed: false;
624
- readonly internalType: "address";
625
- readonly name: "depositorWallet";
626
- readonly type: "address";
627
- }, {
628
- readonly indexed: false;
629
- readonly internalType: "uint64";
630
- readonly name: "quantity";
631
- readonly type: "uint64";
632
- }, {
633
- readonly indexed: false;
634
- readonly internalType: "uint64";
635
- readonly name: "newWalletOwedQuantity";
636
- readonly type: "uint64";
637
- }, {
638
- readonly indexed: false;
639
- readonly internalType: "uint64";
640
- readonly name: "newVaultTotalOwedQuantity";
641
- readonly type: "uint64";
642
- }];
643
- readonly name: "VaultDeposited";
644
- readonly type: "event";
645
630
  }, {
646
631
  readonly anonymous: false;
647
632
  readonly inputs: readonly [{
@@ -650,7 +635,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
650
635
  readonly name: "managerWallet";
651
636
  readonly type: "address";
652
637
  }];
653
- readonly name: "VaultLiquidated";
638
+ readonly name: "ManagerWalletLiquidated";
654
639
  readonly type: "event";
655
640
  }, {
656
641
  readonly anonymous: false;
@@ -874,17 +859,17 @@ export declare class FixedIncomeVaultProvider_v1__factory {
874
859
  readonly type: "function";
875
860
  }, {
876
861
  readonly inputs: readonly [];
877
- readonly name: "MAX_MAXIMUM_NET_DEPOSITS";
862
+ readonly name: "MAX_MANAGED_ACCOUNT_UPGRADE_BLOCK_TIMESTAMP_DELAY_IN_S";
878
863
  readonly outputs: readonly [{
879
- readonly internalType: "uint64";
864
+ readonly internalType: "uint256";
880
865
  readonly name: "";
881
- readonly type: "uint64";
866
+ readonly type: "uint256";
882
867
  }];
883
868
  readonly stateMutability: "view";
884
869
  readonly type: "function";
885
870
  }, {
886
871
  readonly inputs: readonly [];
887
- readonly name: "MAX_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT";
872
+ readonly name: "MAX_MAXIMUM_NET_DEPOSITS";
888
873
  readonly outputs: readonly [{
889
874
  readonly internalType: "uint64";
890
875
  readonly name: "";
@@ -894,7 +879,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
894
879
  readonly type: "function";
895
880
  }, {
896
881
  readonly inputs: readonly [];
897
- readonly name: "MAX_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL";
882
+ readonly name: "MAX_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT";
898
883
  readonly outputs: readonly [{
899
884
  readonly internalType: "uint64";
900
885
  readonly name: "";
@@ -904,7 +889,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
904
889
  readonly type: "function";
905
890
  }, {
906
891
  readonly inputs: readonly [];
907
- readonly name: "MAX_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT";
892
+ readonly name: "MAX_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL";
908
893
  readonly outputs: readonly [{
909
894
  readonly internalType: "uint64";
910
895
  readonly name: "";
@@ -914,7 +899,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
914
899
  readonly type: "function";
915
900
  }, {
916
901
  readonly inputs: readonly [];
917
- readonly name: "MAX_MINIMUM_WITHDRAWAL_QUANTITY";
902
+ readonly name: "MAX_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT";
918
903
  readonly outputs: readonly [{
919
904
  readonly internalType: "uint64";
920
905
  readonly name: "";
@@ -974,17 +959,17 @@ export declare class FixedIncomeVaultProvider_v1__factory {
974
959
  readonly type: "function";
975
960
  }, {
976
961
  readonly inputs: readonly [];
977
- readonly name: "MIN_MAXIMUM_NET_DEPOSITS";
962
+ readonly name: "MIN_MANAGED_ACCOUNT_UPGRADE_BLOCK_TIMESTAMP_DELAY_IN_S";
978
963
  readonly outputs: readonly [{
979
- readonly internalType: "uint64";
964
+ readonly internalType: "uint256";
980
965
  readonly name: "";
981
- readonly type: "uint64";
966
+ readonly type: "uint256";
982
967
  }];
983
968
  readonly stateMutability: "view";
984
969
  readonly type: "function";
985
970
  }, {
986
971
  readonly inputs: readonly [];
987
- readonly name: "MIN_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT";
972
+ readonly name: "MIN_MAXIMUM_NET_DEPOSITS";
988
973
  readonly outputs: readonly [{
989
974
  readonly internalType: "uint64";
990
975
  readonly name: "";
@@ -994,7 +979,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
994
979
  readonly type: "function";
995
980
  }, {
996
981
  readonly inputs: readonly [];
997
- readonly name: "MIN_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL";
982
+ readonly name: "MIN_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT";
998
983
  readonly outputs: readonly [{
999
984
  readonly internalType: "uint64";
1000
985
  readonly name: "";
@@ -1004,7 +989,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
1004
989
  readonly type: "function";
1005
990
  }, {
1006
991
  readonly inputs: readonly [];
1007
- readonly name: "MIN_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT";
992
+ readonly name: "MIN_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL";
1008
993
  readonly outputs: readonly [{
1009
994
  readonly internalType: "uint64";
1010
995
  readonly name: "";
@@ -1014,7 +999,7 @@ export declare class FixedIncomeVaultProvider_v1__factory {
1014
999
  readonly type: "function";
1015
1000
  }, {
1016
1001
  readonly inputs: readonly [];
1017
- readonly name: "MIN_MINIMUM_WITHDRAWAL_QUANTITY";
1002
+ readonly name: "MIN_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT";
1018
1003
  readonly outputs: readonly [{
1019
1004
  readonly internalType: "uint64";
1020
1005
  readonly name: "";
@@ -1716,16 +1701,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
1716
1701
  }];
1717
1702
  readonly stateMutability: "view";
1718
1703
  readonly type: "function";
1719
- }, {
1720
- readonly inputs: readonly [];
1721
- readonly name: "minimumWithdrawalQuantity";
1722
- readonly outputs: readonly [{
1723
- readonly internalType: "uint64";
1724
- readonly name: "";
1725
- readonly type: "uint64";
1726
- }];
1727
- readonly stateMutability: "view";
1728
- readonly type: "function";
1729
1704
  }, {
1730
1705
  readonly inputs: readonly [];
1731
1706
  readonly name: "ownerWallet";
@@ -1830,16 +1805,6 @@ export declare class FixedIncomeVaultProvider_v1__factory {
1830
1805
  readonly outputs: readonly [];
1831
1806
  readonly stateMutability: "nonpayable";
1832
1807
  readonly type: "function";
1833
- }, {
1834
- readonly inputs: readonly [{
1835
- readonly internalType: "uint64";
1836
- readonly name: "newMinimumWithdrawalQuantity";
1837
- readonly type: "uint64";
1838
- }];
1839
- readonly name: "setMinimumWithdrawalQuantity";
1840
- readonly outputs: readonly [];
1841
- readonly stateMutability: "nonpayable";
1842
- readonly type: "function";
1843
1808
  }, {
1844
1809
  readonly inputs: readonly [{
1845
1810
  readonly internalType: "address";
@@ -1 +1 @@
1
- {"version":3,"file":"FixedIncomeVaultProvider_v1__factory.d.ts","sourceRoot":"","sources":["../../../src/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"FixedIncomeVaultProvider_v1__factory.d.ts","sourceRoot":"","sources":["../../../src/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.ts"],"names":[],"mappings":"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"}
@@ -172,24 +172,29 @@ const _abi = [
172
172
  {
173
173
  inputs: [
174
174
  {
175
- internalType: 'uint64',
175
+ internalType: 'uint256',
176
+ name: 'value',
177
+ type: 'uint256',
178
+ },
179
+ {
180
+ internalType: 'uint256',
176
181
  name: 'maxValue',
177
- type: 'uint64',
182
+ type: 'uint256',
178
183
  },
179
184
  {
180
- internalType: 'uint64',
181
- name: 'value',
182
- type: 'uint64',
185
+ internalType: 'uint256',
186
+ name: 'minValue',
187
+ type: 'uint256',
183
188
  },
184
189
  ],
185
- name: 'MaximumGasFeeExceedsQuantity',
190
+ name: 'ManagedAccountUpgradeBlockTimestampDelayInSOutOfRange',
186
191
  type: 'error',
187
192
  },
188
193
  {
189
194
  inputs: [
190
195
  {
191
196
  internalType: 'uint64',
192
- name: 'minValue',
197
+ name: 'maxValue',
193
198
  type: 'uint64',
194
199
  },
195
200
  {
@@ -198,28 +203,23 @@ const _abi = [
198
203
  type: 'uint64',
199
204
  },
200
205
  ],
201
- name: 'MaximumGasFeeTooLow',
206
+ name: 'MaximumGasFeeExceedsQuantity',
202
207
  type: 'error',
203
208
  },
204
209
  {
205
210
  inputs: [
206
211
  {
207
212
  internalType: 'uint64',
208
- name: 'value',
209
- type: 'uint64',
210
- },
211
- {
212
- internalType: 'uint64',
213
- name: 'maxValue',
213
+ name: 'minValue',
214
214
  type: 'uint64',
215
215
  },
216
216
  {
217
217
  internalType: 'uint64',
218
- name: 'minValue',
218
+ name: 'value',
219
219
  type: 'uint64',
220
220
  },
221
221
  ],
222
- name: 'MaximumNetDepositsOutOfRange',
222
+ name: 'MaximumGasFeeTooLow',
223
223
  type: 'error',
224
224
  },
225
225
  {
@@ -240,7 +240,7 @@ const _abi = [
240
240
  type: 'uint64',
241
241
  },
242
242
  ],
243
- name: 'MaximumTotalOwedQuantityAvailableMultiplierToInitiateExitOutOfRange',
243
+ name: 'MaximumNetDepositsOutOfRange',
244
244
  type: 'error',
245
245
  },
246
246
  {
@@ -261,7 +261,7 @@ const _abi = [
261
261
  type: 'uint64',
262
262
  },
263
263
  ],
264
- name: 'MinimumTotalOwedQuantityAvailableMultiplierToAllowManagerWalletWithdrawalOutOfRange',
264
+ name: 'MaximumTotalOwedQuantityAvailableMultiplierToInitiateExitOutOfRange',
265
265
  type: 'error',
266
266
  },
267
267
  {
@@ -282,7 +282,7 @@ const _abi = [
282
282
  type: 'uint64',
283
283
  },
284
284
  ],
285
- name: 'MinimumUnappliedWithdrawalAgeInSToInitiateExitOutOfRange',
285
+ name: 'MinimumTotalOwedQuantityAvailableMultiplierToAllowManagerWalletWithdrawalOutOfRange',
286
286
  type: 'error',
287
287
  },
288
288
  {
@@ -303,7 +303,7 @@ const _abi = [
303
303
  type: 'uint64',
304
304
  },
305
305
  ],
306
- name: 'MinimumWithdrawalQuantityOutOfRange',
306
+ name: 'MinimumUnappliedWithdrawalAgeInSToInitiateExitOutOfRange',
307
307
  type: 'error',
308
308
  },
309
309
  {
@@ -586,6 +586,43 @@ const _abi = [
586
586
  name: 'AddManagedAccountsEnabledAdmin',
587
587
  type: 'event',
588
588
  },
589
+ {
590
+ anonymous: false,
591
+ inputs: [
592
+ {
593
+ indexed: true,
594
+ internalType: 'address',
595
+ name: 'managerWallet',
596
+ type: 'address',
597
+ },
598
+ {
599
+ indexed: false,
600
+ internalType: 'address',
601
+ name: 'depositorWallet',
602
+ type: 'address',
603
+ },
604
+ {
605
+ indexed: false,
606
+ internalType: 'uint64',
607
+ name: 'quantity',
608
+ type: 'uint64',
609
+ },
610
+ {
611
+ indexed: false,
612
+ internalType: 'uint64',
613
+ name: 'newWalletOwedQuantity',
614
+ type: 'uint64',
615
+ },
616
+ {
617
+ indexed: false,
618
+ internalType: 'uint64',
619
+ name: 'newVaultTotalOwedQuantity',
620
+ type: 'uint64',
621
+ },
622
+ ],
623
+ name: 'DepositToManagedAccountApplied',
624
+ type: 'event',
625
+ },
589
626
  {
590
627
  anonymous: false,
591
628
  inputs: [
@@ -776,62 +813,6 @@ const _abi = [
776
813
  name: 'ManagedAccountUpgradeInitiated',
777
814
  type: 'event',
778
815
  },
779
- {
780
- anonymous: false,
781
- inputs: [
782
- {
783
- indexed: false,
784
- internalType: 'uint256',
785
- name: 'previousValue',
786
- type: 'uint256',
787
- },
788
- {
789
- indexed: false,
790
- internalType: 'uint256',
791
- name: 'newValue',
792
- type: 'uint256',
793
- },
794
- ],
795
- name: 'MinimumWithdrawalQuantityChanged',
796
- type: 'event',
797
- },
798
- {
799
- anonymous: false,
800
- inputs: [
801
- {
802
- indexed: true,
803
- internalType: 'address',
804
- name: 'managerWallet',
805
- type: 'address',
806
- },
807
- {
808
- indexed: false,
809
- internalType: 'address',
810
- name: 'depositorWallet',
811
- type: 'address',
812
- },
813
- {
814
- indexed: false,
815
- internalType: 'uint64',
816
- name: 'quantity',
817
- type: 'uint64',
818
- },
819
- {
820
- indexed: false,
821
- internalType: 'uint64',
822
- name: 'newWalletOwedQuantity',
823
- type: 'uint64',
824
- },
825
- {
826
- indexed: false,
827
- internalType: 'uint64',
828
- name: 'newVaultTotalOwedQuantity',
829
- type: 'uint64',
830
- },
831
- ],
832
- name: 'VaultDeposited',
833
- type: 'event',
834
- },
835
816
  {
836
817
  anonymous: false,
837
818
  inputs: [
@@ -842,7 +823,7 @@ const _abi = [
842
823
  type: 'address',
843
824
  },
844
825
  ],
845
- name: 'VaultLiquidated',
826
+ name: 'ManagerWalletLiquidated',
846
827
  type: 'event',
847
828
  },
848
829
  {
@@ -1125,12 +1106,12 @@ const _abi = [
1125
1106
  },
1126
1107
  {
1127
1108
  inputs: [],
1128
- name: 'MAX_MAXIMUM_NET_DEPOSITS',
1109
+ name: 'MAX_MANAGED_ACCOUNT_UPGRADE_BLOCK_TIMESTAMP_DELAY_IN_S',
1129
1110
  outputs: [
1130
1111
  {
1131
- internalType: 'uint64',
1112
+ internalType: 'uint256',
1132
1113
  name: '',
1133
- type: 'uint64',
1114
+ type: 'uint256',
1134
1115
  },
1135
1116
  ],
1136
1117
  stateMutability: 'view',
@@ -1138,7 +1119,7 @@ const _abi = [
1138
1119
  },
1139
1120
  {
1140
1121
  inputs: [],
1141
- name: 'MAX_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT',
1122
+ name: 'MAX_MAXIMUM_NET_DEPOSITS',
1142
1123
  outputs: [
1143
1124
  {
1144
1125
  internalType: 'uint64',
@@ -1151,7 +1132,7 @@ const _abi = [
1151
1132
  },
1152
1133
  {
1153
1134
  inputs: [],
1154
- name: 'MAX_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL',
1135
+ name: 'MAX_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT',
1155
1136
  outputs: [
1156
1137
  {
1157
1138
  internalType: 'uint64',
@@ -1164,7 +1145,7 @@ const _abi = [
1164
1145
  },
1165
1146
  {
1166
1147
  inputs: [],
1167
- name: 'MAX_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT',
1148
+ name: 'MAX_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL',
1168
1149
  outputs: [
1169
1150
  {
1170
1151
  internalType: 'uint64',
@@ -1177,7 +1158,7 @@ const _abi = [
1177
1158
  },
1178
1159
  {
1179
1160
  inputs: [],
1180
- name: 'MAX_MINIMUM_WITHDRAWAL_QUANTITY',
1161
+ name: 'MAX_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT',
1181
1162
  outputs: [
1182
1163
  {
1183
1164
  internalType: 'uint64',
@@ -1255,12 +1236,12 @@ const _abi = [
1255
1236
  },
1256
1237
  {
1257
1238
  inputs: [],
1258
- name: 'MIN_MAXIMUM_NET_DEPOSITS',
1239
+ name: 'MIN_MANAGED_ACCOUNT_UPGRADE_BLOCK_TIMESTAMP_DELAY_IN_S',
1259
1240
  outputs: [
1260
1241
  {
1261
- internalType: 'uint64',
1242
+ internalType: 'uint256',
1262
1243
  name: '',
1263
- type: 'uint64',
1244
+ type: 'uint256',
1264
1245
  },
1265
1246
  ],
1266
1247
  stateMutability: 'view',
@@ -1268,7 +1249,7 @@ const _abi = [
1268
1249
  },
1269
1250
  {
1270
1251
  inputs: [],
1271
- name: 'MIN_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT',
1252
+ name: 'MIN_MAXIMUM_NET_DEPOSITS',
1272
1253
  outputs: [
1273
1254
  {
1274
1255
  internalType: 'uint64',
@@ -1281,7 +1262,7 @@ const _abi = [
1281
1262
  },
1282
1263
  {
1283
1264
  inputs: [],
1284
- name: 'MIN_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL',
1265
+ name: 'MIN_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT',
1285
1266
  outputs: [
1286
1267
  {
1287
1268
  internalType: 'uint64',
@@ -1294,7 +1275,7 @@ const _abi = [
1294
1275
  },
1295
1276
  {
1296
1277
  inputs: [],
1297
- name: 'MIN_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT',
1278
+ name: 'MIN_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL',
1298
1279
  outputs: [
1299
1280
  {
1300
1281
  internalType: 'uint64',
@@ -1307,7 +1288,7 @@ const _abi = [
1307
1288
  },
1308
1289
  {
1309
1290
  inputs: [],
1310
- name: 'MIN_MINIMUM_WITHDRAWAL_QUANTITY',
1291
+ name: 'MIN_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT',
1311
1292
  outputs: [
1312
1293
  {
1313
1294
  internalType: 'uint64',
@@ -2214,19 +2195,6 @@ const _abi = [
2214
2195
  stateMutability: 'view',
2215
2196
  type: 'function',
2216
2197
  },
2217
- {
2218
- inputs: [],
2219
- name: 'minimumWithdrawalQuantity',
2220
- outputs: [
2221
- {
2222
- internalType: 'uint64',
2223
- name: '',
2224
- type: 'uint64',
2225
- },
2226
- ],
2227
- stateMutability: 'view',
2228
- type: 'function',
2229
- },
2230
2198
  {
2231
2199
  inputs: [],
2232
2200
  name: 'ownerWallet',
@@ -2362,19 +2330,6 @@ const _abi = [
2362
2330
  stateMutability: 'nonpayable',
2363
2331
  type: 'function',
2364
2332
  },
2365
- {
2366
- inputs: [
2367
- {
2368
- internalType: 'uint64',
2369
- name: 'newMinimumWithdrawalQuantity',
2370
- type: 'uint64',
2371
- },
2372
- ],
2373
- name: 'setMinimumWithdrawalQuantity',
2374
- outputs: [],
2375
- stateMutability: 'nonpayable',
2376
- type: 'function',
2377
- },
2378
2333
  {
2379
2334
  inputs: [
2380
2335
  {