@katanaperps/katana-perps-sdk 2.0.0 → 2.1.0-alpha.1
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 +0 -5
- package/dist/abis/ExchangeLocalDepositAdapter_v1.json +318 -0
- package/dist/abis/ExchangeLoopbackAdapter_v1.json +300 -0
- package/dist/abis/FixedIncomeVaultProviderStateAggregator_v1.json +229 -0
- package/dist/abis/FixedIncomeVaultProvider_v1.json +2655 -0
- package/dist/abis/KatanaPerpsStargateForwarder_v1.json +1 -1
- package/dist/bridge/config.d.ts +2 -3
- package/dist/bridge/config.d.ts.map +1 -1
- package/dist/bridge/config.js +3 -4
- package/dist/bridge/deposit.d.ts +9 -2
- package/dist/bridge/deposit.d.ts.map +1 -1
- package/dist/bridge/deposit.js +60 -4
- package/dist/bridge/utils.d.ts +3 -3
- package/dist/bridge/utils.d.ts.map +1 -1
- package/dist/bridge/utils.js +17 -6
- package/dist/client/rest/authenticated.d.ts +17 -3
- package/dist/client/rest/authenticated.d.ts.map +1 -1
- package/dist/client/rest/authenticated.js +19 -12
- package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts +2 -5
- package/dist/typechain-types/ExchangeLayerZeroAdapter_v1.d.ts.map +1 -1
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts +210 -0
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.d.ts.map +1 -0
- package/dist/typechain-types/ExchangeLocalDepositAdapter_v1.js +2 -0
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.d.ts +196 -0
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.d.ts.map +1 -0
- package/dist/typechain-types/ExchangeLoopbackAdapter_v1.js +2 -0
- 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 +78 -100
- 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 +0 -4
- package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.d.ts.map +1 -1
- package/dist/typechain-types/factories/ExchangeLayerZeroAdapter_v1__factory.js +0 -5
- package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.d.ts +255 -0
- package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.d.ts.map +1 -0
- package/dist/typechain-types/factories/ExchangeLocalDepositAdapter_v1__factory.js +335 -0
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.d.ts +241 -0
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.d.ts.map +1 -0
- package/dist/typechain-types/factories/ExchangeLoopbackAdapter_v1__factory.js +317 -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 +90 -113
- package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.d.ts.map +1 -1
- package/dist/typechain-types/factories/FixedIncomeVaultProvider_v1__factory.js +106 -136
- 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 +4 -0
- package/dist/typechain-types/factories/index.d.ts.map +1 -1
- package/dist/typechain-types/factories/index.js +9 -1
- package/dist/typechain-types/index.d.ts +8 -0
- package/dist/typechain-types/index.d.ts.map +1 -1
- package/dist/typechain-types/index.js +9 -1
- package/dist/types/rest/endpoints/GetExchange.d.ts +44 -0
- package/dist/types/rest/endpoints/GetExchange.d.ts.map +1 -1
- package/dist/types/rest/endpoints/internal.d.ts +35 -0
- package/dist/types/rest/endpoints/internal.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,7 @@ const _abi = [
|
|
|
10
10
|
inputs: [
|
|
11
11
|
{
|
|
12
12
|
internalType: 'address',
|
|
13
|
-
name: '
|
|
13
|
+
name: 'custodian_',
|
|
14
14
|
type: 'address',
|
|
15
15
|
},
|
|
16
16
|
{
|
|
@@ -138,6 +138,11 @@ const _abi = [
|
|
|
138
138
|
name: 'InvalidDepositorWallet',
|
|
139
139
|
type: 'error',
|
|
140
140
|
},
|
|
141
|
+
{
|
|
142
|
+
inputs: [],
|
|
143
|
+
name: 'InvalidManagedAccountProvider',
|
|
144
|
+
type: 'error',
|
|
145
|
+
},
|
|
141
146
|
{
|
|
142
147
|
inputs: [],
|
|
143
148
|
name: 'InvalidManagerWallet',
|
|
@@ -172,24 +177,29 @@ const _abi = [
|
|
|
172
177
|
{
|
|
173
178
|
inputs: [
|
|
174
179
|
{
|
|
175
|
-
internalType: '
|
|
180
|
+
internalType: 'uint256',
|
|
181
|
+
name: 'value',
|
|
182
|
+
type: 'uint256',
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
internalType: 'uint256',
|
|
176
186
|
name: 'maxValue',
|
|
177
|
-
type: '
|
|
187
|
+
type: 'uint256',
|
|
178
188
|
},
|
|
179
189
|
{
|
|
180
|
-
internalType: '
|
|
181
|
-
name: '
|
|
182
|
-
type: '
|
|
190
|
+
internalType: 'uint256',
|
|
191
|
+
name: 'minValue',
|
|
192
|
+
type: 'uint256',
|
|
183
193
|
},
|
|
184
194
|
],
|
|
185
|
-
name: '
|
|
195
|
+
name: 'ManagedAccountUpgradeBlockTimestampDelayInSOutOfRange',
|
|
186
196
|
type: 'error',
|
|
187
197
|
},
|
|
188
198
|
{
|
|
189
199
|
inputs: [
|
|
190
200
|
{
|
|
191
201
|
internalType: 'uint64',
|
|
192
|
-
name: '
|
|
202
|
+
name: 'maxValue',
|
|
193
203
|
type: 'uint64',
|
|
194
204
|
},
|
|
195
205
|
{
|
|
@@ -198,28 +208,23 @@ const _abi = [
|
|
|
198
208
|
type: 'uint64',
|
|
199
209
|
},
|
|
200
210
|
],
|
|
201
|
-
name: '
|
|
211
|
+
name: 'MaximumGasFeeExceedsQuantity',
|
|
202
212
|
type: 'error',
|
|
203
213
|
},
|
|
204
214
|
{
|
|
205
215
|
inputs: [
|
|
206
216
|
{
|
|
207
217
|
internalType: 'uint64',
|
|
208
|
-
name: '
|
|
209
|
-
type: 'uint64',
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
internalType: 'uint64',
|
|
213
|
-
name: 'maxValue',
|
|
218
|
+
name: 'minValue',
|
|
214
219
|
type: 'uint64',
|
|
215
220
|
},
|
|
216
221
|
{
|
|
217
222
|
internalType: 'uint64',
|
|
218
|
-
name: '
|
|
223
|
+
name: 'value',
|
|
219
224
|
type: 'uint64',
|
|
220
225
|
},
|
|
221
226
|
],
|
|
222
|
-
name: '
|
|
227
|
+
name: 'MaximumGasFeeTooLow',
|
|
223
228
|
type: 'error',
|
|
224
229
|
},
|
|
225
230
|
{
|
|
@@ -240,7 +245,7 @@ const _abi = [
|
|
|
240
245
|
type: 'uint64',
|
|
241
246
|
},
|
|
242
247
|
],
|
|
243
|
-
name: '
|
|
248
|
+
name: 'MaximumNetDepositsOutOfRange',
|
|
244
249
|
type: 'error',
|
|
245
250
|
},
|
|
246
251
|
{
|
|
@@ -261,7 +266,7 @@ const _abi = [
|
|
|
261
266
|
type: 'uint64',
|
|
262
267
|
},
|
|
263
268
|
],
|
|
264
|
-
name: '
|
|
269
|
+
name: 'MaximumTotalOwedQuantityAvailableMultiplierToInitiateExitOutOfRange',
|
|
265
270
|
type: 'error',
|
|
266
271
|
},
|
|
267
272
|
{
|
|
@@ -282,7 +287,7 @@ const _abi = [
|
|
|
282
287
|
type: 'uint64',
|
|
283
288
|
},
|
|
284
289
|
],
|
|
285
|
-
name: '
|
|
290
|
+
name: 'MinimumTotalOwedQuantityAvailableMultiplierToAllowManagerWalletWithdrawalOutOfRange',
|
|
286
291
|
type: 'error',
|
|
287
292
|
},
|
|
288
293
|
{
|
|
@@ -303,7 +308,7 @@ const _abi = [
|
|
|
303
308
|
type: 'uint64',
|
|
304
309
|
},
|
|
305
310
|
],
|
|
306
|
-
name: '
|
|
311
|
+
name: 'MinimumUnappliedDepositOrWithdrawalAgeInSToInitiateExitOutOfRange',
|
|
307
312
|
type: 'error',
|
|
308
313
|
},
|
|
309
314
|
{
|
|
@@ -586,6 +591,43 @@ const _abi = [
|
|
|
586
591
|
name: 'AddManagedAccountsEnabledAdmin',
|
|
587
592
|
type: 'event',
|
|
588
593
|
},
|
|
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
|
+
},
|
|
589
631
|
{
|
|
590
632
|
anonymous: false,
|
|
591
633
|
inputs: [
|
|
@@ -781,68 +823,12 @@ const _abi = [
|
|
|
781
823
|
inputs: [
|
|
782
824
|
{
|
|
783
825
|
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
826
|
internalType: 'address',
|
|
804
827
|
name: 'managerWallet',
|
|
805
828
|
type: 'address',
|
|
806
829
|
},
|
|
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
830
|
],
|
|
832
|
-
name: '
|
|
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',
|
|
831
|
+
name: 'ManagerWalletLiquidated',
|
|
846
832
|
type: 'event',
|
|
847
833
|
},
|
|
848
834
|
{
|
|
@@ -1125,12 +1111,12 @@ const _abi = [
|
|
|
1125
1111
|
},
|
|
1126
1112
|
{
|
|
1127
1113
|
inputs: [],
|
|
1128
|
-
name: '
|
|
1114
|
+
name: 'MAX_MANAGED_ACCOUNT_UPGRADE_BLOCK_TIMESTAMP_DELAY_IN_S',
|
|
1129
1115
|
outputs: [
|
|
1130
1116
|
{
|
|
1131
|
-
internalType: '
|
|
1117
|
+
internalType: 'uint256',
|
|
1132
1118
|
name: '',
|
|
1133
|
-
type: '
|
|
1119
|
+
type: 'uint256',
|
|
1134
1120
|
},
|
|
1135
1121
|
],
|
|
1136
1122
|
stateMutability: 'view',
|
|
@@ -1138,7 +1124,7 @@ const _abi = [
|
|
|
1138
1124
|
},
|
|
1139
1125
|
{
|
|
1140
1126
|
inputs: [],
|
|
1141
|
-
name: '
|
|
1127
|
+
name: 'MAX_MAXIMUM_NET_DEPOSITS',
|
|
1142
1128
|
outputs: [
|
|
1143
1129
|
{
|
|
1144
1130
|
internalType: 'uint64',
|
|
@@ -1151,7 +1137,7 @@ const _abi = [
|
|
|
1151
1137
|
},
|
|
1152
1138
|
{
|
|
1153
1139
|
inputs: [],
|
|
1154
|
-
name: '
|
|
1140
|
+
name: 'MAX_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT',
|
|
1155
1141
|
outputs: [
|
|
1156
1142
|
{
|
|
1157
1143
|
internalType: 'uint64',
|
|
@@ -1164,7 +1150,7 @@ const _abi = [
|
|
|
1164
1150
|
},
|
|
1165
1151
|
{
|
|
1166
1152
|
inputs: [],
|
|
1167
|
-
name: '
|
|
1153
|
+
name: 'MAX_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL',
|
|
1168
1154
|
outputs: [
|
|
1169
1155
|
{
|
|
1170
1156
|
internalType: 'uint64',
|
|
@@ -1177,7 +1163,7 @@ const _abi = [
|
|
|
1177
1163
|
},
|
|
1178
1164
|
{
|
|
1179
1165
|
inputs: [],
|
|
1180
|
-
name: '
|
|
1166
|
+
name: 'MAX_MINIMUM_UNAPPLIED_DEPOSIT_OR_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT',
|
|
1181
1167
|
outputs: [
|
|
1182
1168
|
{
|
|
1183
1169
|
internalType: 'uint64',
|
|
@@ -1255,12 +1241,12 @@ const _abi = [
|
|
|
1255
1241
|
},
|
|
1256
1242
|
{
|
|
1257
1243
|
inputs: [],
|
|
1258
|
-
name: '
|
|
1244
|
+
name: 'MIN_MANAGED_ACCOUNT_UPGRADE_BLOCK_TIMESTAMP_DELAY_IN_S',
|
|
1259
1245
|
outputs: [
|
|
1260
1246
|
{
|
|
1261
|
-
internalType: '
|
|
1247
|
+
internalType: 'uint256',
|
|
1262
1248
|
name: '',
|
|
1263
|
-
type: '
|
|
1249
|
+
type: 'uint256',
|
|
1264
1250
|
},
|
|
1265
1251
|
],
|
|
1266
1252
|
stateMutability: 'view',
|
|
@@ -1268,7 +1254,7 @@ const _abi = [
|
|
|
1268
1254
|
},
|
|
1269
1255
|
{
|
|
1270
1256
|
inputs: [],
|
|
1271
|
-
name: '
|
|
1257
|
+
name: 'MIN_MAXIMUM_NET_DEPOSITS',
|
|
1272
1258
|
outputs: [
|
|
1273
1259
|
{
|
|
1274
1260
|
internalType: 'uint64',
|
|
@@ -1281,7 +1267,7 @@ const _abi = [
|
|
|
1281
1267
|
},
|
|
1282
1268
|
{
|
|
1283
1269
|
inputs: [],
|
|
1284
|
-
name: '
|
|
1270
|
+
name: 'MIN_MAXIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_INITIATE_EXIT',
|
|
1285
1271
|
outputs: [
|
|
1286
1272
|
{
|
|
1287
1273
|
internalType: 'uint64',
|
|
@@ -1294,7 +1280,7 @@ const _abi = [
|
|
|
1294
1280
|
},
|
|
1295
1281
|
{
|
|
1296
1282
|
inputs: [],
|
|
1297
|
-
name: '
|
|
1283
|
+
name: 'MIN_MINIMUM_TOTAL_OWED_QUANTITY_AVAILABLE_MULTIPLIER_TO_ALLOW_MANAGER_WALLET_WITHDRAWAL',
|
|
1298
1284
|
outputs: [
|
|
1299
1285
|
{
|
|
1300
1286
|
internalType: 'uint64',
|
|
@@ -1307,7 +1293,7 @@ const _abi = [
|
|
|
1307
1293
|
},
|
|
1308
1294
|
{
|
|
1309
1295
|
inputs: [],
|
|
1310
|
-
name: '
|
|
1296
|
+
name: 'MIN_MINIMUM_UNAPPLIED_DEPOSIT_OR_WITHDRAWAL_AGE_IN_S_TO_INITIATE_EXIT',
|
|
1311
1297
|
outputs: [
|
|
1312
1298
|
{
|
|
1313
1299
|
internalType: 'uint64',
|
|
@@ -1469,6 +1455,19 @@ const _abi = [
|
|
|
1469
1455
|
stateMutability: 'nonpayable',
|
|
1470
1456
|
type: 'function',
|
|
1471
1457
|
},
|
|
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
|
+
},
|
|
1472
1471
|
{
|
|
1473
1472
|
inputs: [
|
|
1474
1473
|
{
|
|
@@ -1520,19 +1519,6 @@ const _abi = [
|
|
|
1520
1519
|
stateMutability: 'nonpayable',
|
|
1521
1520
|
type: 'function',
|
|
1522
1521
|
},
|
|
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
|
-
},
|
|
1536
1522
|
{
|
|
1537
1523
|
inputs: [
|
|
1538
1524
|
{
|
|
@@ -1753,7 +1739,7 @@ const _abi = [
|
|
|
1753
1739
|
},
|
|
1754
1740
|
{
|
|
1755
1741
|
internalType: 'uint64',
|
|
1756
|
-
name: '
|
|
1742
|
+
name: 'minimumUnappliedDepositOrWithdrawalAgeInSToInitiateExit',
|
|
1757
1743
|
type: 'uint64',
|
|
1758
1744
|
},
|
|
1759
1745
|
{
|
|
@@ -1846,6 +1832,11 @@ const _abi = [
|
|
|
1846
1832
|
name: 'payload',
|
|
1847
1833
|
type: 'bytes',
|
|
1848
1834
|
},
|
|
1835
|
+
{
|
|
1836
|
+
internalType: 'uint64',
|
|
1837
|
+
name: 'addedToQueueAtTimestampInS',
|
|
1838
|
+
type: 'uint64',
|
|
1839
|
+
},
|
|
1849
1840
|
],
|
|
1850
1841
|
internalType: 'struct VaultDepositQueue.Item',
|
|
1851
1842
|
name: '',
|
|
@@ -1916,6 +1907,11 @@ const _abi = [
|
|
|
1916
1907
|
name: 'exitedAtTimestampInS',
|
|
1917
1908
|
type: 'uint64',
|
|
1918
1909
|
},
|
|
1910
|
+
{
|
|
1911
|
+
internalType: 'uint64',
|
|
1912
|
+
name: 'exitedDepositorPendingDepositQuantity',
|
|
1913
|
+
type: 'uint64',
|
|
1914
|
+
},
|
|
1919
1915
|
{
|
|
1920
1916
|
internalType: 'uint64',
|
|
1921
1917
|
name: 'exitedTotalOwedQuantity',
|
|
@@ -1928,7 +1924,7 @@ const _abi = [
|
|
|
1928
1924
|
},
|
|
1929
1925
|
{
|
|
1930
1926
|
internalType: 'uint64',
|
|
1931
|
-
name: '
|
|
1927
|
+
name: 'depositorNetDeposits',
|
|
1932
1928
|
type: 'uint64',
|
|
1933
1929
|
},
|
|
1934
1930
|
{
|
|
@@ -1948,7 +1944,7 @@ const _abi = [
|
|
|
1948
1944
|
},
|
|
1949
1945
|
{
|
|
1950
1946
|
internalType: 'uint64',
|
|
1951
|
-
name: '
|
|
1947
|
+
name: 'depositorPendingDepositQuantity',
|
|
1952
1948
|
type: 'uint64',
|
|
1953
1949
|
},
|
|
1954
1950
|
{
|
|
@@ -1985,7 +1981,7 @@ const _abi = [
|
|
|
1985
1981
|
},
|
|
1986
1982
|
{
|
|
1987
1983
|
internalType: 'uint64',
|
|
1988
|
-
name: '
|
|
1984
|
+
name: 'minimumUnappliedDepositOrWithdrawalAgeInSToInitiateExit',
|
|
1989
1985
|
type: 'uint64',
|
|
1990
1986
|
},
|
|
1991
1987
|
{
|
|
@@ -2214,19 +2210,6 @@ const _abi = [
|
|
|
2214
2210
|
stateMutability: 'view',
|
|
2215
2211
|
type: 'function',
|
|
2216
2212
|
},
|
|
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
2213
|
{
|
|
2231
2214
|
inputs: [],
|
|
2232
2215
|
name: 'ownerWallet',
|
|
@@ -2362,19 +2345,6 @@ const _abi = [
|
|
|
2362
2345
|
stateMutability: 'nonpayable',
|
|
2363
2346
|
type: 'function',
|
|
2364
2347
|
},
|
|
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
2348
|
{
|
|
2379
2349
|
inputs: [
|
|
2380
2350
|
{
|
|
@@ -2463,7 +2433,7 @@ const _abi = [
|
|
|
2463
2433
|
},
|
|
2464
2434
|
{
|
|
2465
2435
|
internalType: 'uint64',
|
|
2466
|
-
name: '
|
|
2436
|
+
name: 'minimumUnappliedDepositOrWithdrawalAgeInSToInitiateExit',
|
|
2467
2437
|
type: 'uint64',
|
|
2468
2438
|
},
|
|
2469
2439
|
{
|
|
@@ -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: "destinationContractOrWallet";
|
|
425
425
|
readonly type: "address";
|
|
426
426
|
}, {
|
|
427
427
|
readonly internalType: "uint256";
|
|
@@ -1,7 +1,11 @@
|
|
|
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';
|
|
4
6
|
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';
|
|
5
9
|
export { IOFT__factory } from './IOFT__factory';
|
|
6
10
|
export { IVaultComposerSync__factory } from './IVaultComposerSync__factory';
|
|
7
11
|
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,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"}
|
|
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,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AACpG,OAAO,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAC5F,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,mDAAmD,EAAE,MAAM,uDAAuD,CAAC;AAC5H,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAC9F,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,15 +2,23 @@
|
|
|
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.Exchange_v2__factory = exports.ExchangeLayerZeroAdapter_v1__factory = exports.EarningsEscrow__factory = exports.ERC20__factory = void 0;
|
|
5
|
+
exports.KatanaPerpsStargateForwarder_v1__factory = exports.IVaultComposerSync__factory = exports.IOFT__factory = exports.FixedIncomeVaultProvider_v1__factory = exports.FixedIncomeVaultProviderStateAggregator_v1__factory = exports.Exchange_v2__factory = exports.ExchangeLoopbackAdapter_v1__factory = exports.ExchangeLocalDepositAdapter_v1__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; } });
|
|
12
16
|
var Exchange_v2__factory_1 = require("./Exchange_v2__factory");
|
|
13
17
|
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; } });
|
|
14
22
|
var IOFT__factory_1 = require("./IOFT__factory");
|
|
15
23
|
Object.defineProperty(exports, "IOFT__factory", { enumerable: true, get: function () { return IOFT__factory_1.IOFT__factory; } });
|
|
16
24
|
var IVaultComposerSync__factory_1 = require("./IVaultComposerSync__factory");
|
|
@@ -1,7 +1,11 @@
|
|
|
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';
|
|
4
6
|
export type { Exchange_v2 } from './Exchange_v2';
|
|
7
|
+
export type { FixedIncomeVaultProviderStateAggregator_v1 } from './FixedIncomeVaultProviderStateAggregator_v1';
|
|
8
|
+
export type { FixedIncomeVaultProvider_v1 } from './FixedIncomeVaultProvider_v1';
|
|
5
9
|
export type { IOFT } from './IOFT';
|
|
6
10
|
export type { IVaultComposerSync } from './IVaultComposerSync';
|
|
7
11
|
export type { KatanaPerpsStargateForwarder_v1 } from './KatanaPerpsStargateForwarder_v1';
|
|
@@ -10,6 +14,10 @@ export { EarningsEscrow__factory } from './factories/EarningsEscrow__factory';
|
|
|
10
14
|
export { ERC20__factory } from './factories/ERC20__factory';
|
|
11
15
|
export { Exchange_v2__factory } from './factories/Exchange_v2__factory';
|
|
12
16
|
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';
|
|
13
21
|
export { IOFT__factory } from './factories/IOFT__factory';
|
|
14
22
|
export { IVaultComposerSync__factory } from './factories/IVaultComposerSync__factory';
|
|
15
23
|
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,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"}
|
|
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,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AACvF,YAAY,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,YAAY,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,YAAY,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAC;AAC/G,YAAY,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AACjF,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,uCAAuC,EAAE,MAAM,qDAAqD,CAAC;AAC9G,OAAO,EAAE,mCAAmC,EAAE,MAAM,iDAAiD,CAAC;AACtG,OAAO,EAAE,oCAAoC,EAAE,MAAM,kDAAkD,CAAC;AACxG,OAAO,EAAE,mDAAmD,EAAE,MAAM,iEAAiE,CAAC;AACtI,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.ExchangeLayerZeroAdapter_v1__factory = exports.Exchange_v2__factory = exports.ERC20__factory = exports.EarningsEscrow__factory = exports.factories = void 0;
|
|
5
|
+
exports.KatanaPerpsStargateForwarder_v1__factory = exports.IVaultComposerSync__factory = exports.IOFT__factory = exports.FixedIncomeVaultProviderStateAggregator_v1__factory = exports.FixedIncomeVaultProvider_v1__factory = exports.ExchangeLoopbackAdapter_v1__factory = exports.ExchangeLocalDepositAdapter_v1__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,6 +13,14 @@ 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; } });
|
|
16
24
|
var IOFT__factory_1 = require("./factories/IOFT__factory");
|
|
17
25
|
Object.defineProperty(exports, "IOFT__factory", { enumerable: true, get: function () { return IOFT__factory_1.IOFT__factory; } });
|
|
18
26
|
var IVaultComposerSync__factory_1 = require("./factories/IVaultComposerSync__factory");
|
|
@@ -68,6 +68,10 @@ export interface KatanaPerpsExchange {
|
|
|
68
68
|
*/
|
|
69
69
|
withdrawEnabled?: boolean;
|
|
70
70
|
bridgeAdapters: {
|
|
71
|
+
/** Address of the v1 local deposit adapter contract on Katana */
|
|
72
|
+
localDepositAdapterV1KatanaContractAddress: string;
|
|
73
|
+
/** Address of the v1 loopback adapter contract on Katana */
|
|
74
|
+
loopbackBridgeAdapterV1KatanaContractAddress: string;
|
|
71
75
|
/** Address of the v1 Stargate bridge adapter contract on Katana */
|
|
72
76
|
stargateBridgeAdapterV1KatanaContractAddress: string;
|
|
73
77
|
/** Address of the v1 Stargate cross-chain forwarder contract on Ethereum */
|
|
@@ -77,6 +81,46 @@ export interface KatanaPerpsExchange {
|
|
|
77
81
|
/** Address of the vbUSDC OVault composer contract on Ethereum */
|
|
78
82
|
vbUsdcVaultComposerSyncEthereumContractAddress: string;
|
|
79
83
|
};
|
|
84
|
+
vaults: {
|
|
85
|
+
/**
|
|
86
|
+
* Vault creation fee
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
89
|
+
vaultCreationFee: string;
|
|
90
|
+
/**
|
|
91
|
+
* Vault deposit fee
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
94
|
+
vaultDepositFee: string;
|
|
95
|
+
/**
|
|
96
|
+
* Vault withdrawal fee
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
99
|
+
vaultWithdrawalFee: string;
|
|
100
|
+
/**
|
|
101
|
+
* Minimum deposit required to create a vault
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
vaultCreationMinimum: string;
|
|
105
|
+
/**
|
|
106
|
+
* Minimum deposit quantity
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
109
|
+
vaultDepositMinimum: string;
|
|
110
|
+
/**
|
|
111
|
+
* Minimum withdrawal and withdrawal dust quantity
|
|
112
|
+
* @internal
|
|
113
|
+
*/
|
|
114
|
+
vaultWithdrawalMinimum: string;
|
|
115
|
+
/**
|
|
116
|
+
* Address of Fixed Income Vault Provider V1 contract
|
|
117
|
+
*/
|
|
118
|
+
fixedIncomeVaultProviderV1ContractAddress: string;
|
|
119
|
+
/**
|
|
120
|
+
* Address of Fixed Income Vault Provider aggregator V1 contract
|
|
121
|
+
*/
|
|
122
|
+
fixedIncomeVaultProviderStateAggregatorV1ContractAddress: string;
|
|
123
|
+
};
|
|
80
124
|
}
|
|
81
125
|
/**
|
|
82
126
|
* @see docs [API Documentation](https://api-docs-v1-perps.katana.network/#get-exchange)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetExchange.d.ts","sourceRoot":"","sources":["../../../../src/types/rest/endpoints/GetExchange.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,sBAAsB;CAAG;AAE1C;;;;;;;;GAQG;AACH,MAAM,WAAW,mBAAmB;IAClC,mCAAmC;IACnC,QAAQ,EAAE,KAAK,CAAC;IAChB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oDAAoD;IACpD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,qEAAqE;IACrE,SAAS,EAAE,MAAM,CAAC;IAClB,4DAA4D;IAC5D,WAAW,EAAE,MAAM,CAAC;IACpB,wDAAwD;IACxD,WAAW,EAAE,MAAM,CAAC;IACpB,2CAA2C;IAC3C,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,iDAAiD;IACjD,mBAAmB,EAAE,MAAM,CAAC;IAC5B,iDAAiD;IACjD,mBAAmB,EAAE,MAAM,CAAC;IAC5B,uCAAuC;IACvC,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;;;;OAMG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;;;OAMG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE;QACd,mEAAmE;QACnE,4CAA4C,EAAE,MAAM,CAAC;QACrD,4EAA4E;QAC5E,gDAAgD,EAAE,MAAM,CAAC;QACzD,6DAA6D;QAC7D,uCAAuC,EAAE,MAAM,CAAC;QAChD,iEAAiE;QACjE,8CAA8C,EAAE,MAAM,CAAC;KACxD,CAAC;CACH;AAED;;;;;GAKG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"GetExchange.d.ts","sourceRoot":"","sources":["../../../../src/types/rest/endpoints/GetExchange.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,WAAW,sBAAsB;CAAG;AAE1C;;;;;;;;GAQG;AACH,MAAM,WAAW,mBAAmB;IAClC,mCAAmC;IACnC,QAAQ,EAAE,KAAK,CAAC;IAChB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,uBAAuB,EAAE,MAAM,CAAC;IAChC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oDAAoD;IACpD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,qEAAqE;IACrE,SAAS,EAAE,MAAM,CAAC;IAClB,4DAA4D;IAC5D,WAAW,EAAE,MAAM,CAAC;IACpB,wDAAwD;IACxD,WAAW,EAAE,MAAM,CAAC;IACpB,2CAA2C;IAC3C,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,iDAAiD;IACjD,mBAAmB,EAAE,MAAM,CAAC;IAC5B,iDAAiD;IACjD,mBAAmB,EAAE,MAAM,CAAC;IAC5B,uCAAuC;IACvC,iBAAiB,EAAE,MAAM,CAAC;IAC1B;;;;;;OAMG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;;;OAMG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE;QACd,iEAAiE;QACjE,0CAA0C,EAAE,MAAM,CAAC;QACnD,4DAA4D;QAC5D,4CAA4C,EAAE,MAAM,CAAC;QACrD,mEAAmE;QACnE,4CAA4C,EAAE,MAAM,CAAC;QACrD,4EAA4E;QAC5E,gDAAgD,EAAE,MAAM,CAAC;QACzD,6DAA6D;QAC7D,uCAAuC,EAAE,MAAM,CAAC;QAChD,iEAAiE;QACjE,8CAA8C,EAAE,MAAM,CAAC;KACxD,CAAC;IACF,MAAM,EAAE;QACN;;;WAGG;QACH,gBAAgB,EAAE,MAAM,CAAC;QACzB;;;WAGG;QACH,eAAe,EAAE,MAAM,CAAC;QACxB;;;WAGG;QACH,kBAAkB,EAAE,MAAM,CAAC;QAC3B;;;WAGG;QACH,oBAAoB,EAAE,MAAM,CAAC;QAC7B;;;WAGG;QACH,mBAAmB,EAAE,MAAM,CAAC;QAC5B;;;WAGG;QACH,sBAAsB,EAAE,MAAM,CAAC;QAC/B;;WAEG;QACH,yCAAyC,EAAE,MAAM,CAAC;QAClD;;WAEG;QACH,wDAAwD,EAAE,MAAM,CAAC;KAClE,CAAC;CACH;AAED;;;;;GAKG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,CAAC"}
|