@katanaperps/katana-perps-sdk 2.1.0-alpha.1 → 2.1.0-beta.2
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/abis/ExchangeLayerZeroAdapter_v1.json +5 -0
- package/dist/abis/KatanaPerpsStargateForwarder_v1.json +1 -1
- package/dist/bridge/config.d.ts +3 -2
- package/dist/bridge/config.d.ts.map +1 -1
- package/dist/bridge/config.js +4 -3
- package/dist/bridge/deposit.d.ts +2 -9
- package/dist/bridge/deposit.d.ts.map +1 -1
- package/dist/bridge/deposit.js +4 -60
- package/dist/bridge/utils.d.ts +3 -3
- package/dist/bridge/utils.d.ts.map +1 -1
- package/dist/bridge/utils.js +6 -17
- package/dist/client/rest/authenticated.d.ts +3 -17
- package/dist/client/rest/authenticated.d.ts.map +1 -1
- package/dist/client/rest/authenticated.js +12 -19
- package/dist/tests/orderbook/quantities/calculateMaximumInitialMarginFractionOverride.test.js +1 -0
- package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts +5 -2
- package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts.map +1 -1
- package/dist/typechain-types/FixedIncomeVaultProviderStateAggregator_v1.d.ts +16 -16
- package/dist/typechain-types/FixedIncomeVaultProviderStateAggregator_v1.d.ts.map +1 -1
- package/dist/typechain-types/FixedIncomeVaultProvider_v1.d.ts +100 -78
- package/dist/typechain-types/FixedIncomeVaultProvider_v1.d.ts.map +1 -1
- package/dist/typechain-types/KatanaPerpsStargateForwarder_v1.d.ts +2 -2
- package/dist/typechain-types/KatanaPerpsStargateForwarder_v1.d.ts.map +1 -1
- package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.d.ts +4 -0
- package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.d.ts.map +1 -1
- package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.js +5 -0
- package/dist/typechain-types/factories/FixedIncomeVaultProviderStateAggregator_v1__factory.d.ts +16 -16
- package/dist/typechain-types/factories/FixedIncomeVaultProviderStateAggregator_v1__factory.js +21 -21
- package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.d.ts +113 -90
- package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.d.ts.map +1 -1
- package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.js +136 -106
- package/dist/typechain-types/factories/KatanaPerpsStargateForwarder_v1__factory.d.ts +1 -1
- package/dist/typechain-types/factories/KatanaPerpsStargateForwarder_v1__factory.js +1 -1
- package/dist/typechain-types/factories/index.d.ts +0 -4
- package/dist/typechain-types/factories/index.d.ts.map +1 -1
- package/dist/typechain-types/factories/index.js +1 -9
- package/dist/typechain-types/index.d.ts +0 -8
- package/dist/typechain-types/index.d.ts.map +1 -1
- package/dist/typechain-types/index.js +1 -9
- package/dist/types/enums/response.d.ts +17 -0
- package/dist/types/enums/response.d.ts.map +1 -1
- package/dist/types/enums/response.js +17 -1
- package/dist/types/rest/endpoints/GetExchange.d.ts +0 -44
- package/dist/types/rest/endpoints/GetExchange.d.ts.map +1 -1
- package/dist/types/rest/endpoints/GetMarkets.d.ts +7 -1
- package/dist/types/rest/endpoints/GetMarkets.d.ts.map +1 -1
- package/dist/types/rest/endpoints/internal.d.ts +0 -8
- package/dist/types/rest/endpoints/internal.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/abis/ExchangeLocalDepositAdapter_v1.json +0 -318
- package/dist/abis/ExchangeLoopbackAdapter_v1.json +0 -300
- package/dist/abis/FixedIncomeVaultProviderStateAggregator_v1.json +0 -229
- package/dist/abis/FixedIncomeVaultProvider_v1.json +0 -2655
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts +0 -210
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts.map +0 -1
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.js +0 -2
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.d.ts +0 -196
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.d.ts.map +0 -1
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.js +0 -2
- package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.d.ts +0 -255
- package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.d.ts.map +0 -1
- package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.js +0 -335
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.d.ts +0 -241
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.d.ts.map +0 -1
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.js +0 -317
|
@@ -10,7 +10,7 @@ const _abi = [
|
|
|
10
10
|
inputs: [
|
|
11
11
|
{
|
|
12
12
|
internalType: 'address',
|
|
13
|
-
name: '
|
|
13
|
+
name: 'exchange_',
|
|
14
14
|
type: 'address',
|
|
15
15
|
},
|
|
16
16
|
{
|
|
@@ -138,11 +138,6 @@ const _abi = [
|
|
|
138
138
|
name: 'InvalidDepositorWallet',
|
|
139
139
|
type: 'error',
|
|
140
140
|
},
|
|
141
|
-
{
|
|
142
|
-
inputs: [],
|
|
143
|
-
name: 'InvalidManagedAccountProvider',
|
|
144
|
-
type: 'error',
|
|
145
|
-
},
|
|
146
141
|
{
|
|
147
142
|
inputs: [],
|
|
148
143
|
name: 'InvalidManagerWallet',
|
|
@@ -177,29 +172,24 @@ const _abi = [
|
|
|
177
172
|
{
|
|
178
173
|
inputs: [
|
|
179
174
|
{
|
|
180
|
-
internalType: '
|
|
181
|
-
name: 'value',
|
|
182
|
-
type: 'uint256',
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
internalType: 'uint256',
|
|
175
|
+
internalType: 'uint64',
|
|
186
176
|
name: 'maxValue',
|
|
187
|
-
type: '
|
|
177
|
+
type: 'uint64',
|
|
188
178
|
},
|
|
189
179
|
{
|
|
190
|
-
internalType: '
|
|
191
|
-
name: '
|
|
192
|
-
type: '
|
|
180
|
+
internalType: 'uint64',
|
|
181
|
+
name: 'value',
|
|
182
|
+
type: 'uint64',
|
|
193
183
|
},
|
|
194
184
|
],
|
|
195
|
-
name: '
|
|
185
|
+
name: 'MaximumGasFeeExceedsQuantity',
|
|
196
186
|
type: 'error',
|
|
197
187
|
},
|
|
198
188
|
{
|
|
199
189
|
inputs: [
|
|
200
190
|
{
|
|
201
191
|
internalType: 'uint64',
|
|
202
|
-
name: '
|
|
192
|
+
name: 'minValue',
|
|
203
193
|
type: 'uint64',
|
|
204
194
|
},
|
|
205
195
|
{
|
|
@@ -208,23 +198,28 @@ const _abi = [
|
|
|
208
198
|
type: 'uint64',
|
|
209
199
|
},
|
|
210
200
|
],
|
|
211
|
-
name: '
|
|
201
|
+
name: 'MaximumGasFeeTooLow',
|
|
212
202
|
type: 'error',
|
|
213
203
|
},
|
|
214
204
|
{
|
|
215
205
|
inputs: [
|
|
216
206
|
{
|
|
217
207
|
internalType: 'uint64',
|
|
218
|
-
name: '
|
|
208
|
+
name: 'value',
|
|
219
209
|
type: 'uint64',
|
|
220
210
|
},
|
|
221
211
|
{
|
|
222
212
|
internalType: 'uint64',
|
|
223
|
-
name: '
|
|
213
|
+
name: 'maxValue',
|
|
214
|
+
type: 'uint64',
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
internalType: 'uint64',
|
|
218
|
+
name: 'minValue',
|
|
224
219
|
type: 'uint64',
|
|
225
220
|
},
|
|
226
221
|
],
|
|
227
|
-
name: '
|
|
222
|
+
name: 'MaximumNetDepositsOutOfRange',
|
|
228
223
|
type: 'error',
|
|
229
224
|
},
|
|
230
225
|
{
|
|
@@ -245,7 +240,7 @@ const _abi = [
|
|
|
245
240
|
type: 'uint64',
|
|
246
241
|
},
|
|
247
242
|
],
|
|
248
|
-
name: '
|
|
243
|
+
name: 'MaximumTotalOwedQuantityAvailableMultiplierToInitiateExitOutOfRange',
|
|
249
244
|
type: 'error',
|
|
250
245
|
},
|
|
251
246
|
{
|
|
@@ -266,7 +261,7 @@ const _abi = [
|
|
|
266
261
|
type: 'uint64',
|
|
267
262
|
},
|
|
268
263
|
],
|
|
269
|
-
name: '
|
|
264
|
+
name: 'MinimumTotalOwedQuantityAvailableMultiplierToAllowManagerWalletWithdrawalOutOfRange',
|
|
270
265
|
type: 'error',
|
|
271
266
|
},
|
|
272
267
|
{
|
|
@@ -287,7 +282,7 @@ const _abi = [
|
|
|
287
282
|
type: 'uint64',
|
|
288
283
|
},
|
|
289
284
|
],
|
|
290
|
-
name: '
|
|
285
|
+
name: 'MinimumUnappliedWithdrawalAgeInSToInitiateExitOutOfRange',
|
|
291
286
|
type: 'error',
|
|
292
287
|
},
|
|
293
288
|
{
|
|
@@ -308,7 +303,7 @@ const _abi = [
|
|
|
308
303
|
type: 'uint64',
|
|
309
304
|
},
|
|
310
305
|
],
|
|
311
|
-
name: '
|
|
306
|
+
name: 'MinimumWithdrawalQuantityOutOfRange',
|
|
312
307
|
type: 'error',
|
|
313
308
|
},
|
|
314
309
|
{
|
|
@@ -591,43 +586,6 @@ const _abi = [
|
|
|
591
586
|
name: 'AddManagedAccountsEnabledAdmin',
|
|
592
587
|
type: 'event',
|
|
593
588
|
},
|
|
594
|
-
{
|
|
595
|
-
anonymous: false,
|
|
596
|
-
inputs: [
|
|
597
|
-
{
|
|
598
|
-
indexed: true,
|
|
599
|
-
internalType: 'address',
|
|
600
|
-
name: 'managerWallet',
|
|
601
|
-
type: 'address',
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
indexed: false,
|
|
605
|
-
internalType: 'address',
|
|
606
|
-
name: 'depositorWallet',
|
|
607
|
-
type: 'address',
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
indexed: false,
|
|
611
|
-
internalType: 'uint64',
|
|
612
|
-
name: 'quantity',
|
|
613
|
-
type: 'uint64',
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
indexed: false,
|
|
617
|
-
internalType: 'uint64',
|
|
618
|
-
name: 'newWalletOwedQuantity',
|
|
619
|
-
type: 'uint64',
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
indexed: false,
|
|
623
|
-
internalType: 'uint64',
|
|
624
|
-
name: 'newVaultTotalOwedQuantity',
|
|
625
|
-
type: 'uint64',
|
|
626
|
-
},
|
|
627
|
-
],
|
|
628
|
-
name: 'DepositToManagedAccountApplied',
|
|
629
|
-
type: 'event',
|
|
630
|
-
},
|
|
631
589
|
{
|
|
632
590
|
anonymous: false,
|
|
633
591
|
inputs: [
|
|
@@ -823,12 +781,68 @@ const _abi = [
|
|
|
823
781
|
inputs: [
|
|
824
782
|
{
|
|
825
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,
|
|
826
803
|
internalType: 'address',
|
|
827
804
|
name: 'managerWallet',
|
|
828
805
|
type: 'address',
|
|
829
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
|
+
},
|
|
830
831
|
],
|
|
831
|
-
name: '
|
|
832
|
+
name: 'VaultDeposited',
|
|
833
|
+
type: 'event',
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
anonymous: false,
|
|
837
|
+
inputs: [
|
|
838
|
+
{
|
|
839
|
+
indexed: false,
|
|
840
|
+
internalType: 'address',
|
|
841
|
+
name: 'managerWallet',
|
|
842
|
+
type: 'address',
|
|
843
|
+
},
|
|
844
|
+
],
|
|
845
|
+
name: 'VaultLiquidated',
|
|
832
846
|
type: 'event',
|
|
833
847
|
},
|
|
834
848
|
{
|
|
@@ -1111,12 +1125,12 @@ const _abi = [
|
|
|
1111
1125
|
},
|
|
1112
1126
|
{
|
|
1113
1127
|
inputs: [],
|
|
1114
|
-
name: '
|
|
1128
|
+
name: 'MAX_MAXIMUM_NET_DEPOSITS',
|
|
1115
1129
|
outputs: [
|
|
1116
1130
|
{
|
|
1117
|
-
internalType: '
|
|
1131
|
+
internalType: 'uint64',
|
|
1118
1132
|
name: '',
|
|
1119
|
-
type: '
|
|
1133
|
+
type: 'uint64',
|
|
1120
1134
|
},
|
|
1121
1135
|
],
|
|
1122
1136
|
stateMutability: 'view',
|
|
@@ -1124,7 +1138,7 @@ const _abi = [
|
|
|
1124
1138
|
},
|
|
1125
1139
|
{
|
|
1126
1140
|
inputs: [],
|
|
1127
|
-
name: '
|
|
1141
|
+
name: 'MAX_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT',
|
|
1128
1142
|
outputs: [
|
|
1129
1143
|
{
|
|
1130
1144
|
internalType: 'uint64',
|
|
@@ -1137,7 +1151,7 @@ const _abi = [
|
|
|
1137
1151
|
},
|
|
1138
1152
|
{
|
|
1139
1153
|
inputs: [],
|
|
1140
|
-
name: '
|
|
1154
|
+
name: 'MAX_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL',
|
|
1141
1155
|
outputs: [
|
|
1142
1156
|
{
|
|
1143
1157
|
internalType: 'uint64',
|
|
@@ -1150,7 +1164,7 @@ const _abi = [
|
|
|
1150
1164
|
},
|
|
1151
1165
|
{
|
|
1152
1166
|
inputs: [],
|
|
1153
|
-
name: '
|
|
1167
|
+
name: 'MAX_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT',
|
|
1154
1168
|
outputs: [
|
|
1155
1169
|
{
|
|
1156
1170
|
internalType: 'uint64',
|
|
@@ -1163,7 +1177,7 @@ const _abi = [
|
|
|
1163
1177
|
},
|
|
1164
1178
|
{
|
|
1165
1179
|
inputs: [],
|
|
1166
|
-
name: '
|
|
1180
|
+
name: 'MAX_MINIMUM_WITHDRAWAL_QUANTITY',
|
|
1167
1181
|
outputs: [
|
|
1168
1182
|
{
|
|
1169
1183
|
internalType: 'uint64',
|
|
@@ -1241,12 +1255,12 @@ const _abi = [
|
|
|
1241
1255
|
},
|
|
1242
1256
|
{
|
|
1243
1257
|
inputs: [],
|
|
1244
|
-
name: '
|
|
1258
|
+
name: 'MIN_MAXIMUM_NET_DEPOSITS',
|
|
1245
1259
|
outputs: [
|
|
1246
1260
|
{
|
|
1247
|
-
internalType: '
|
|
1261
|
+
internalType: 'uint64',
|
|
1248
1262
|
name: '',
|
|
1249
|
-
type: '
|
|
1263
|
+
type: 'uint64',
|
|
1250
1264
|
},
|
|
1251
1265
|
],
|
|
1252
1266
|
stateMutability: 'view',
|
|
@@ -1254,7 +1268,7 @@ const _abi = [
|
|
|
1254
1268
|
},
|
|
1255
1269
|
{
|
|
1256
1270
|
inputs: [],
|
|
1257
|
-
name: '
|
|
1271
|
+
name: 'MIN_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT',
|
|
1258
1272
|
outputs: [
|
|
1259
1273
|
{
|
|
1260
1274
|
internalType: 'uint64',
|
|
@@ -1267,7 +1281,7 @@ const _abi = [
|
|
|
1267
1281
|
},
|
|
1268
1282
|
{
|
|
1269
1283
|
inputs: [],
|
|
1270
|
-
name: '
|
|
1284
|
+
name: 'MIN_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL',
|
|
1271
1285
|
outputs: [
|
|
1272
1286
|
{
|
|
1273
1287
|
internalType: 'uint64',
|
|
@@ -1280,7 +1294,7 @@ const _abi = [
|
|
|
1280
1294
|
},
|
|
1281
1295
|
{
|
|
1282
1296
|
inputs: [],
|
|
1283
|
-
name: '
|
|
1297
|
+
name: 'MIN_MINIMUM_UNAPPLIED_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT',
|
|
1284
1298
|
outputs: [
|
|
1285
1299
|
{
|
|
1286
1300
|
internalType: 'uint64',
|
|
@@ -1293,7 +1307,7 @@ const _abi = [
|
|
|
1293
1307
|
},
|
|
1294
1308
|
{
|
|
1295
1309
|
inputs: [],
|
|
1296
|
-
name: '
|
|
1310
|
+
name: 'MIN_MINIMUM_WITHDRAWAL_QUANTITY',
|
|
1297
1311
|
outputs: [
|
|
1298
1312
|
{
|
|
1299
1313
|
internalType: 'uint64',
|
|
@@ -1455,19 +1469,6 @@ const _abi = [
|
|
|
1455
1469
|
stateMutability: 'nonpayable',
|
|
1456
1470
|
type: 'function',
|
|
1457
1471
|
},
|
|
1458
|
-
{
|
|
1459
|
-
inputs: [],
|
|
1460
|
-
name: 'custodian',
|
|
1461
|
-
outputs: [
|
|
1462
|
-
{
|
|
1463
|
-
internalType: 'contract ICustodian',
|
|
1464
|
-
name: '',
|
|
1465
|
-
type: 'address',
|
|
1466
|
-
},
|
|
1467
|
-
],
|
|
1468
|
-
stateMutability: 'view',
|
|
1469
|
-
type: 'function',
|
|
1470
|
-
},
|
|
1471
1472
|
{
|
|
1472
1473
|
inputs: [
|
|
1473
1474
|
{
|
|
@@ -1519,6 +1520,19 @@ const _abi = [
|
|
|
1519
1520
|
stateMutability: 'nonpayable',
|
|
1520
1521
|
type: 'function',
|
|
1521
1522
|
},
|
|
1523
|
+
{
|
|
1524
|
+
inputs: [],
|
|
1525
|
+
name: 'exchange',
|
|
1526
|
+
outputs: [
|
|
1527
|
+
{
|
|
1528
|
+
internalType: 'contract IExchange',
|
|
1529
|
+
name: '',
|
|
1530
|
+
type: 'address',
|
|
1531
|
+
},
|
|
1532
|
+
],
|
|
1533
|
+
stateMutability: 'view',
|
|
1534
|
+
type: 'function',
|
|
1535
|
+
},
|
|
1522
1536
|
{
|
|
1523
1537
|
inputs: [
|
|
1524
1538
|
{
|
|
@@ -1739,7 +1753,7 @@ const _abi = [
|
|
|
1739
1753
|
},
|
|
1740
1754
|
{
|
|
1741
1755
|
internalType: 'uint64',
|
|
1742
|
-
name: '
|
|
1756
|
+
name: 'minimumUnappliedWithdrawalAgeInSToInitiateExit',
|
|
1743
1757
|
type: 'uint64',
|
|
1744
1758
|
},
|
|
1745
1759
|
{
|
|
@@ -1832,11 +1846,6 @@ const _abi = [
|
|
|
1832
1846
|
name: 'payload',
|
|
1833
1847
|
type: 'bytes',
|
|
1834
1848
|
},
|
|
1835
|
-
{
|
|
1836
|
-
internalType: 'uint64',
|
|
1837
|
-
name: 'addedToQueueAtTimestampInS',
|
|
1838
|
-
type: 'uint64',
|
|
1839
|
-
},
|
|
1840
1849
|
],
|
|
1841
1850
|
internalType: 'struct VaultDepositQueue.Item',
|
|
1842
1851
|
name: '',
|
|
@@ -1907,11 +1916,6 @@ const _abi = [
|
|
|
1907
1916
|
name: 'exitedAtTimestampInS',
|
|
1908
1917
|
type: 'uint64',
|
|
1909
1918
|
},
|
|
1910
|
-
{
|
|
1911
|
-
internalType: 'uint64',
|
|
1912
|
-
name: 'exitedDepositorPendingDepositQuantity',
|
|
1913
|
-
type: 'uint64',
|
|
1914
|
-
},
|
|
1915
1919
|
{
|
|
1916
1920
|
internalType: 'uint64',
|
|
1917
1921
|
name: 'exitedTotalOwedQuantity',
|
|
@@ -1924,7 +1928,7 @@ const _abi = [
|
|
|
1924
1928
|
},
|
|
1925
1929
|
{
|
|
1926
1930
|
internalType: 'uint64',
|
|
1927
|
-
name: '
|
|
1931
|
+
name: 'netDeposits',
|
|
1928
1932
|
type: 'uint64',
|
|
1929
1933
|
},
|
|
1930
1934
|
{
|
|
@@ -1944,7 +1948,7 @@ const _abi = [
|
|
|
1944
1948
|
},
|
|
1945
1949
|
{
|
|
1946
1950
|
internalType: 'uint64',
|
|
1947
|
-
name: '
|
|
1951
|
+
name: 'totalPendingDepositQuantity',
|
|
1948
1952
|
type: 'uint64',
|
|
1949
1953
|
},
|
|
1950
1954
|
{
|
|
@@ -1981,7 +1985,7 @@ const _abi = [
|
|
|
1981
1985
|
},
|
|
1982
1986
|
{
|
|
1983
1987
|
internalType: 'uint64',
|
|
1984
|
-
name: '
|
|
1988
|
+
name: 'minimumUnappliedWithdrawalAgeInSToInitiateExit',
|
|
1985
1989
|
type: 'uint64',
|
|
1986
1990
|
},
|
|
1987
1991
|
{
|
|
@@ -2210,6 +2214,19 @@ const _abi = [
|
|
|
2210
2214
|
stateMutability: 'view',
|
|
2211
2215
|
type: 'function',
|
|
2212
2216
|
},
|
|
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
|
+
},
|
|
2213
2230
|
{
|
|
2214
2231
|
inputs: [],
|
|
2215
2232
|
name: 'ownerWallet',
|
|
@@ -2345,6 +2362,19 @@ const _abi = [
|
|
|
2345
2362
|
stateMutability: 'nonpayable',
|
|
2346
2363
|
type: 'function',
|
|
2347
2364
|
},
|
|
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
|
+
},
|
|
2348
2378
|
{
|
|
2349
2379
|
inputs: [
|
|
2350
2380
|
{
|
|
@@ -2433,7 +2463,7 @@ const _abi = [
|
|
|
2433
2463
|
},
|
|
2434
2464
|
{
|
|
2435
2465
|
internalType: 'uint64',
|
|
2436
|
-
name: '
|
|
2466
|
+
name: 'minimumUnappliedWithdrawalAgeInSToInitiateExit',
|
|
2437
2467
|
type: 'uint64',
|
|
2438
2468
|
},
|
|
2439
2469
|
{
|
|
@@ -421,7 +421,7 @@ export declare class KatanaPerpsStargateForwarder_v1__factory {
|
|
|
421
421
|
}, {
|
|
422
422
|
readonly inputs: readonly [{
|
|
423
423
|
readonly internalType: "address payable";
|
|
424
|
-
readonly name: "
|
|
424
|
+
readonly name: "destinationWallet";
|
|
425
425
|
readonly type: "address";
|
|
426
426
|
}, {
|
|
427
427
|
readonly internalType: "uint256";
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
export { ERC20__factory } from './ERC20__factory';
|
|
2
2
|
export { EarningsEscrow__factory } from './EarningsEscrow__factory';
|
|
3
3
|
export { ExchangeLayerZeroAdapter_v1__factory } from './ExchangeLayerZeroAdapter_v1__factory';
|
|
4
|
-
export { ExchangeLocalDepositAdapter_v1__factory } from './ExchangeLocalDepositAdapter_v1__factory';
|
|
5
|
-
export { ExchangeLoopbackAdapter_v1__factory } from './ExchangeLoopbackAdapter_v1__factory';
|
|
6
4
|
export { Exchange_v2__factory } from './Exchange_v2__factory';
|
|
7
|
-
export { FixedIncomeVaultProviderStateAggregator_v1__factory } from './FixedIncomeVaultProviderStateAggregator_v1__factory';
|
|
8
|
-
export { FixedIncomeVaultProvider_v1__factory } from './FixedIncomeVaultProvider_v1__factory';
|
|
9
5
|
export { IOFT__factory } from './IOFT__factory';
|
|
10
6
|
export { IVaultComposerSync__factory } from './IVaultComposerSync__factory';
|
|
11
7
|
export { KatanaPerpsStargateForwarder_v1__factory } from './KatanaPerpsStargateForwarder_v1__factory';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/typechain-types/factories/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAC9F,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/typechain-types/factories/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAC9F,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC"}
|
|
@@ -2,23 +2,15 @@
|
|
|
2
2
|
/* Autogenerated file. Do not edit manually. */
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.KatanaPerpsStargateForwarder_v1__factory = exports.IVaultComposerSync__factory = exports.IOFT__factory = exports.
|
|
5
|
+
exports.KatanaPerpsStargateForwarder_v1__factory = exports.IVaultComposerSync__factory = exports.IOFT__factory = exports.Exchange_v2__factory = exports.ExchangeLayerZeroAdapter_v1__factory = exports.EarningsEscrow__factory = exports.ERC20__factory = void 0;
|
|
6
6
|
var ERC20__factory_1 = require("./ERC20__factory");
|
|
7
7
|
Object.defineProperty(exports, "ERC20__factory", { enumerable: true, get: function () { return ERC20__factory_1.ERC20__factory; } });
|
|
8
8
|
var EarningsEscrow__factory_1 = require("./EarningsEscrow__factory");
|
|
9
9
|
Object.defineProperty(exports, "EarningsEscrow__factory", { enumerable: true, get: function () { return EarningsEscrow__factory_1.EarningsEscrow__factory; } });
|
|
10
10
|
var ExchangeLayerZeroAdapter_v1__factory_1 = require("./ExchangeLayerZeroAdapter_v1__factory");
|
|
11
11
|
Object.defineProperty(exports, "ExchangeLayerZeroAdapter_v1__factory", { enumerable: true, get: function () { return ExchangeLayerZeroAdapter_v1__factory_1.ExchangeLayerZeroAdapter_v1__factory; } });
|
|
12
|
-
var ExchangeLocalDepositAdapter_v1__factory_1 = require("./ExchangeLocalDepositAdapter_v1__factory");
|
|
13
|
-
Object.defineProperty(exports, "ExchangeLocalDepositAdapter_v1__factory", { enumerable: true, get: function () { return ExchangeLocalDepositAdapter_v1__factory_1.ExchangeLocalDepositAdapter_v1__factory; } });
|
|
14
|
-
var ExchangeLoopbackAdapter_v1__factory_1 = require("./ExchangeLoopbackAdapter_v1__factory");
|
|
15
|
-
Object.defineProperty(exports, "ExchangeLoopbackAdapter_v1__factory", { enumerable: true, get: function () { return ExchangeLoopbackAdapter_v1__factory_1.ExchangeLoopbackAdapter_v1__factory; } });
|
|
16
12
|
var Exchange_v2__factory_1 = require("./Exchange_v2__factory");
|
|
17
13
|
Object.defineProperty(exports, "Exchange_v2__factory", { enumerable: true, get: function () { return Exchange_v2__factory_1.Exchange_v2__factory; } });
|
|
18
|
-
var FixedIncomeVaultProviderStateAggregator_v1__factory_1 = require("./FixedIncomeVaultProviderStateAggregator_v1__factory");
|
|
19
|
-
Object.defineProperty(exports, "FixedIncomeVaultProviderStateAggregator_v1__factory", { enumerable: true, get: function () { return FixedIncomeVaultProviderStateAggregator_v1__factory_1.FixedIncomeVaultProviderStateAggregator_v1__factory; } });
|
|
20
|
-
var FixedIncomeVaultProvider_v1__factory_1 = require("./FixedIncomeVaultProvider_v1__factory");
|
|
21
|
-
Object.defineProperty(exports, "FixedIncomeVaultProvider_v1__factory", { enumerable: true, get: function () { return FixedIncomeVaultProvider_v1__factory_1.FixedIncomeVaultProvider_v1__factory; } });
|
|
22
14
|
var IOFT__factory_1 = require("./IOFT__factory");
|
|
23
15
|
Object.defineProperty(exports, "IOFT__factory", { enumerable: true, get: function () { return IOFT__factory_1.IOFT__factory; } });
|
|
24
16
|
var IVaultComposerSync__factory_1 = require("./IVaultComposerSync__factory");
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
export type { ERC20 } from './ERC20';
|
|
2
2
|
export type { EarningsEscrow } from './EarningsEscrow';
|
|
3
3
|
export type { ExchangeLayerZeroAdapter_v1 } from './ExchangeLayerZeroAdapter_v1';
|
|
4
|
-
export type { ExchangeLocalDepositAdapter_v1 } from './ExchangeLocalDepositAdapter_v1';
|
|
5
|
-
export type { ExchangeLoopbackAdapter_v1 } from './ExchangeLoopbackAdapter_v1';
|
|
6
4
|
export type { Exchange_v2 } from './Exchange_v2';
|
|
7
|
-
export type { FixedIncomeVaultProviderStateAggregator_v1 } from './FixedIncomeVaultProviderStateAggregator_v1';
|
|
8
|
-
export type { FixedIncomeVaultProvider_v1 } from './FixedIncomeVaultProvider_v1';
|
|
9
5
|
export type { IOFT } from './IOFT';
|
|
10
6
|
export type { IVaultComposerSync } from './IVaultComposerSync';
|
|
11
7
|
export type { KatanaPerpsStargateForwarder_v1 } from './KatanaPerpsStargateForwarder_v1';
|
|
@@ -14,10 +10,6 @@ export { EarningsEscrow__factory } from './factories/EarningsEscrow__factory';
|
|
|
14
10
|
export { ERC20__factory } from './factories/ERC20__factory';
|
|
15
11
|
export { Exchange_v2__factory } from './factories/Exchange_v2__factory';
|
|
16
12
|
export { ExchangeLayerZeroAdapter_v1__factory } from './factories/ExchangeLayerZeroAdapter_v1__factory';
|
|
17
|
-
export { ExchangeLocalDepositAdapter_v1__factory } from './factories/ExchangeLocalDepositAdapter_v1__factory';
|
|
18
|
-
export { ExchangeLoopbackAdapter_v1__factory } from './factories/ExchangeLoopbackAdapter_v1__factory';
|
|
19
|
-
export { FixedIncomeVaultProvider_v1__factory } from './factories/FixedIncomeVaultProvider_v1__factory';
|
|
20
|
-
export { FixedIncomeVaultProviderStateAggregator_v1__factory } from './factories/FixedIncomeVaultProviderStateAggregator_v1__factory';
|
|
21
13
|
export { IOFT__factory } from './factories/IOFT__factory';
|
|
22
14
|
export { IVaultComposerSync__factory } from './factories/IVaultComposerSync__factory';
|
|
23
15
|
export { KatanaPerpsStargateForwarder_v1__factory } from './factories/KatanaPerpsStargateForwarder_v1__factory';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/typechain-types/index.ts"],"names":[],"mappings":"AAGA,YAAY,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,YAAY,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,YAAY,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AACjF,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/typechain-types/index.ts"],"names":[],"mappings":"AAGA,YAAY,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,YAAY,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,YAAY,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AACjF,YAAY,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,YAAY,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AACnC,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,YAAY,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACzF,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AACzC,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,oCAAoC,EAAE,MAAM,kDAAkD,CAAC;AACxG,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,2BAA2B,EAAE,MAAM,yCAAyC,CAAC;AACtF,OAAO,EAAE,wCAAwC,EAAE,MAAM,sDAAsD,CAAC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* Autogenerated file. Do not edit manually. */
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.KatanaPerpsStargateForwarder_v1__factory = exports.IVaultComposerSync__factory = exports.IOFT__factory = exports.
|
|
5
|
+
exports.KatanaPerpsStargateForwarder_v1__factory = exports.IVaultComposerSync__factory = exports.IOFT__factory = exports.ExchangeLayerZeroAdapter_v1__factory = exports.Exchange_v2__factory = exports.ERC20__factory = exports.EarningsEscrow__factory = exports.factories = void 0;
|
|
6
6
|
const tslib_1 = require("tslib");
|
|
7
7
|
exports.factories = tslib_1.__importStar(require("./factories"));
|
|
8
8
|
var EarningsEscrow__factory_1 = require("./factories/EarningsEscrow__factory");
|
|
@@ -13,14 +13,6 @@ var Exchange_v2__factory_1 = require("./factories/Exchange_v2__factory");
|
|
|
13
13
|
Object.defineProperty(exports, "Exchange_v2__factory", { enumerable: true, get: function () { return Exchange_v2__factory_1.Exchange_v2__factory; } });
|
|
14
14
|
var ExchangeLayerZeroAdapter_v1__factory_1 = require("./factories/ExchangeLayerZeroAdapter_v1__factory");
|
|
15
15
|
Object.defineProperty(exports, "ExchangeLayerZeroAdapter_v1__factory", { enumerable: true, get: function () { return ExchangeLayerZeroAdapter_v1__factory_1.ExchangeLayerZeroAdapter_v1__factory; } });
|
|
16
|
-
var ExchangeLocalDepositAdapter_v1__factory_1 = require("./factories/ExchangeLocalDepositAdapter_v1__factory");
|
|
17
|
-
Object.defineProperty(exports, "ExchangeLocalDepositAdapter_v1__factory", { enumerable: true, get: function () { return ExchangeLocalDepositAdapter_v1__factory_1.ExchangeLocalDepositAdapter_v1__factory; } });
|
|
18
|
-
var ExchangeLoopbackAdapter_v1__factory_1 = require("./factories/ExchangeLoopbackAdapter_v1__factory");
|
|
19
|
-
Object.defineProperty(exports, "ExchangeLoopbackAdapter_v1__factory", { enumerable: true, get: function () { return ExchangeLoopbackAdapter_v1__factory_1.ExchangeLoopbackAdapter_v1__factory; } });
|
|
20
|
-
var FixedIncomeVaultProvider_v1__factory_1 = require("./factories/FixedIncomeVaultProvider_v1__factory");
|
|
21
|
-
Object.defineProperty(exports, "FixedIncomeVaultProvider_v1__factory", { enumerable: true, get: function () { return FixedIncomeVaultProvider_v1__factory_1.FixedIncomeVaultProvider_v1__factory; } });
|
|
22
|
-
var FixedIncomeVaultProviderStateAggregator_v1__factory_1 = require("./factories/FixedIncomeVaultProviderStateAggregator_v1__factory");
|
|
23
|
-
Object.defineProperty(exports, "FixedIncomeVaultProviderStateAggregator_v1__factory", { enumerable: true, get: function () { return FixedIncomeVaultProviderStateAggregator_v1__factory_1.FixedIncomeVaultProviderStateAggregator_v1__factory; } });
|
|
24
16
|
var IOFT__factory_1 = require("./factories/IOFT__factory");
|
|
25
17
|
Object.defineProperty(exports, "IOFT__factory", { enumerable: true, get: function () { return IOFT__factory_1.IOFT__factory; } });
|
|
26
18
|
var IVaultComposerSync__factory_1 = require("./factories/IVaultComposerSync__factory");
|
|
@@ -156,6 +156,23 @@ export declare const OrderStateChange: Readonly<{
|
|
|
156
156
|
readonly expired: "expired";
|
|
157
157
|
}>;
|
|
158
158
|
export type OrderStateChange = (typeof OrderStateChange)[keyof typeof OrderStateChange];
|
|
159
|
+
/**
|
|
160
|
+
* @category Enums - Response Properties
|
|
161
|
+
* @enum
|
|
162
|
+
*/
|
|
163
|
+
export declare const MarginType: Readonly<{
|
|
164
|
+
/**
|
|
165
|
+
* Positions are cross-margined with positions in other markets
|
|
166
|
+
*/
|
|
167
|
+
readonly cross: "cross";
|
|
168
|
+
/**
|
|
169
|
+
* A wallet that has an open position or orders on the book in a market with
|
|
170
|
+
* isolated margin cannot place orders or have open positions in other markets
|
|
171
|
+
* at the same time.
|
|
172
|
+
*/
|
|
173
|
+
readonly isolated: "isolated";
|
|
174
|
+
}>;
|
|
175
|
+
export type MarginType = (typeof MarginType)[keyof typeof MarginType];
|
|
159
176
|
/**
|
|
160
177
|
* @category Enums - Response Properties
|
|
161
178
|
* @enum
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"response.d.ts","sourceRoot":"","sources":["../../../src/types/enums/response.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"response.d.ts","sourceRoot":"","sources":["../../../src/types/enums/response.ts"],"names":[],"mappings":"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"}
|