@cryptonergy/smart-contracts-sdk 1.0.0-dev.10 → 1.0.0-dev.11

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 (63) hide show
  1. package/dist/types/typechain-types/contracts/index.d.ts +2 -6
  2. package/dist/types/typechain-types/contracts/oracle/{IPriceProvider.d.ts → IPriceProviderV1.d.ts} +4 -4
  3. package/dist/types/typechain-types/contracts/oracle/{OracleProviderRegistry.d.ts → OracleProviderRegistryV1.d.ts} +44 -6
  4. package/dist/types/typechain-types/contracts/oracle/{OracleRouter.d.ts → OracleRouterV1.d.ts} +4 -4
  5. package/dist/types/typechain-types/contracts/oracle/index.d.ts +3 -3
  6. package/dist/types/typechain-types/contracts/oracle/providers/{ChainlinkProvider.d.ts → ChainlinkProviderV1.d.ts} +4 -4
  7. package/dist/types/typechain-types/contracts/oracle/providers/index.d.ts +1 -1
  8. package/dist/types/typechain-types/contracts/{ManagementFeeUpgradeableV1.d.ts → vault/ManagementFeeUpgradeableV1.d.ts} +1 -1
  9. package/dist/types/typechain-types/contracts/{PerformanceFeeUpgradeableV1.d.ts → vault/PerformanceFeeUpgradeableV1.d.ts} +1 -1
  10. package/dist/types/typechain-types/contracts/{VaultFactoryV1.d.ts → vault/VaultFactoryV1.d.ts} +1 -1
  11. package/dist/types/typechain-types/contracts/{VaultV1.d.ts → vault/VaultV1.d.ts} +1 -1
  12. package/dist/types/typechain-types/contracts/vault/index.d.ts +5 -0
  13. package/dist/types/typechain-types/factories/contracts/index.d.ts +1 -5
  14. package/dist/types/typechain-types/factories/contracts/index.js +1 -5
  15. package/dist/types/typechain-types/factories/contracts/mocks/MockPriceProvider__factory.d.ts +1 -1
  16. package/dist/types/typechain-types/factories/contracts/mocks/MockPriceProvider__factory.js +1 -1
  17. package/dist/types/typechain-types/factories/contracts/oracle/{IPriceProvider__factory.d.ts → IPriceProviderV1__factory.d.ts} +4 -4
  18. package/dist/types/typechain-types/factories/contracts/oracle/{IPriceProvider__factory.js → IPriceProviderV1__factory.js} +2 -2
  19. package/dist/types/typechain-types/factories/contracts/oracle/OracleProviderRegistryV1__factory.d.ts +441 -0
  20. package/dist/types/typechain-types/factories/contracts/oracle/OracleProviderRegistryV1__factory.js +580 -0
  21. package/dist/types/typechain-types/factories/contracts/oracle/{OracleRouter__factory.d.ts → OracleRouterV1__factory.d.ts} +30 -10
  22. package/dist/types/typechain-types/factories/contracts/oracle/{OracleRouter__factory.js → OracleRouterV1__factory.js} +32 -5
  23. package/dist/types/typechain-types/factories/contracts/oracle/index.d.ts +3 -3
  24. package/dist/types/typechain-types/factories/contracts/oracle/index.js +3 -3
  25. package/dist/types/typechain-types/factories/contracts/oracle/providers/{ChainlinkProvider__factory.d.ts → ChainlinkProviderV1__factory.d.ts} +9 -9
  26. package/dist/types/typechain-types/factories/contracts/oracle/providers/{ChainlinkProvider__factory.js → ChainlinkProviderV1__factory.js} +4 -4
  27. package/dist/types/typechain-types/factories/contracts/oracle/providers/FixedPriceProvider__factory.d.ts +1 -1
  28. package/dist/types/typechain-types/factories/contracts/oracle/providers/FixedPriceProvider__factory.js +1 -1
  29. package/dist/types/typechain-types/factories/contracts/oracle/providers/index.d.ts +1 -1
  30. package/dist/types/typechain-types/factories/contracts/oracle/providers/index.js +1 -1
  31. package/dist/types/typechain-types/factories/contracts/strategies/UniswapV2LiquidityStrategy__factory.d.ts +2 -2
  32. package/dist/types/typechain-types/factories/contracts/strategies/UniswapV2LiquidityStrategy__factory.js +2 -2
  33. package/dist/types/typechain-types/factories/contracts/{ManagementFeeUpgradeableV1__factory.d.ts → vault/ManagementFeeUpgradeableV1__factory.d.ts} +1 -1
  34. package/dist/types/typechain-types/factories/contracts/{PerformanceFeeUpgradeableV1__factory.d.ts → vault/PerformanceFeeUpgradeableV1__factory.d.ts} +1 -1
  35. package/dist/types/typechain-types/factories/contracts/{VaultFactoryV1__factory.d.ts → vault/VaultFactoryV1__factory.d.ts} +3 -3
  36. package/dist/types/typechain-types/factories/contracts/{VaultFactoryV1__factory.js → vault/VaultFactoryV1__factory.js} +1 -1
  37. package/dist/types/typechain-types/factories/contracts/{registers → vault}/VaultRegistryV1__factory.d.ts +2 -2
  38. package/dist/types/typechain-types/factories/contracts/{registers → vault}/VaultRegistryV1__factory.js +1 -1
  39. package/dist/types/typechain-types/factories/contracts/{VaultV1__factory.d.ts → vault/VaultV1__factory.d.ts} +3 -3
  40. package/dist/types/typechain-types/factories/contracts/{VaultV1__factory.js → vault/VaultV1__factory.js} +1 -1
  41. package/dist/types/typechain-types/factories/contracts/vault/index.d.ts +5 -0
  42. package/dist/types/typechain-types/factories/contracts/vault/index.js +8 -0
  43. package/dist/types/typechain-types/index.d.ts +18 -18
  44. package/dist/types/typechain-types/index.js +9 -9
  45. package/package.json +1 -1
  46. package/dist/types/typechain-types/contracts/registers/index.d.ts +0 -1
  47. package/dist/types/typechain-types/factories/contracts/oracle/OracleProviderRegistry__factory.d.ts +0 -377
  48. package/dist/types/typechain-types/factories/contracts/oracle/OracleProviderRegistry__factory.js +0 -498
  49. package/dist/types/typechain-types/factories/contracts/registers/index.d.ts +0 -1
  50. package/dist/types/typechain-types/factories/contracts/registers/index.js +0 -4
  51. /package/dist/types/typechain-types/contracts/{ManagementFeeUpgradeableV1.js → oracle/IPriceProviderV1.js} +0 -0
  52. /package/dist/types/typechain-types/contracts/{PerformanceFeeUpgradeableV1.js → oracle/OracleProviderRegistryV1.js} +0 -0
  53. /package/dist/types/typechain-types/contracts/{VaultFactoryV1.js → oracle/OracleRouterV1.js} +0 -0
  54. /package/dist/types/typechain-types/contracts/{VaultV1.js → oracle/providers/ChainlinkProviderV1.js} +0 -0
  55. /package/dist/types/typechain-types/contracts/{oracle/IPriceProvider.js → vault/ManagementFeeUpgradeableV1.js} +0 -0
  56. /package/dist/types/typechain-types/contracts/{oracle/OracleProviderRegistry.js → vault/PerformanceFeeUpgradeableV1.js} +0 -0
  57. /package/dist/types/typechain-types/contracts/{oracle/OracleRouter.js → vault/VaultFactoryV1.js} +0 -0
  58. /package/dist/types/typechain-types/contracts/{registers → vault}/VaultRegistryV1.d.ts +0 -0
  59. /package/dist/types/typechain-types/contracts/{registers → vault}/VaultRegistryV1.js +0 -0
  60. /package/dist/types/typechain-types/contracts/{oracle/providers/ChainlinkProvider.js → vault/VaultV1.js} +0 -0
  61. /package/dist/types/typechain-types/contracts/{registers → vault}/index.js +0 -0
  62. /package/dist/types/typechain-types/factories/contracts/{ManagementFeeUpgradeableV1__factory.js → vault/ManagementFeeUpgradeableV1__factory.js} +0 -0
  63. /package/dist/types/typechain-types/factories/contracts/{PerformanceFeeUpgradeableV1__factory.js → vault/PerformanceFeeUpgradeableV1__factory.js} +0 -0
@@ -1,498 +0,0 @@
1
- /* Autogenerated file. Do not edit manually. */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- import { Contract, ContractFactory, Interface, } from "ethers";
5
- const _abi = [
6
- {
7
- inputs: [],
8
- stateMutability: "nonpayable",
9
- type: "constructor",
10
- },
11
- {
12
- inputs: [
13
- {
14
- internalType: "address",
15
- name: "target",
16
- type: "address",
17
- },
18
- ],
19
- name: "AddressEmptyCode",
20
- type: "error",
21
- },
22
- {
23
- inputs: [
24
- {
25
- internalType: "address",
26
- name: "implementation",
27
- type: "address",
28
- },
29
- ],
30
- name: "ERC1967InvalidImplementation",
31
- type: "error",
32
- },
33
- {
34
- inputs: [],
35
- name: "ERC1967NonPayable",
36
- type: "error",
37
- },
38
- {
39
- inputs: [],
40
- name: "FailedCall",
41
- type: "error",
42
- },
43
- {
44
- inputs: [],
45
- name: "InvalidInitialization",
46
- type: "error",
47
- },
48
- {
49
- inputs: [],
50
- name: "NotInitializing",
51
- type: "error",
52
- },
53
- {
54
- inputs: [
55
- {
56
- internalType: "address",
57
- name: "owner",
58
- type: "address",
59
- },
60
- ],
61
- name: "OwnableInvalidOwner",
62
- type: "error",
63
- },
64
- {
65
- inputs: [
66
- {
67
- internalType: "address",
68
- name: "account",
69
- type: "address",
70
- },
71
- ],
72
- name: "OwnableUnauthorizedAccount",
73
- type: "error",
74
- },
75
- {
76
- inputs: [
77
- {
78
- internalType: "address",
79
- name: "provider",
80
- type: "address",
81
- },
82
- ],
83
- name: "ProviderAlreadyRegistered",
84
- type: "error",
85
- },
86
- {
87
- inputs: [
88
- {
89
- internalType: "bytes32",
90
- name: "providerId",
91
- type: "bytes32",
92
- },
93
- {
94
- internalType: "address",
95
- name: "existingProvider",
96
- type: "address",
97
- },
98
- ],
99
- name: "ProviderIdAlreadyUsed",
100
- type: "error",
101
- },
102
- {
103
- inputs: [
104
- {
105
- internalType: "address",
106
- name: "provider",
107
- type: "address",
108
- },
109
- ],
110
- name: "ProviderIdIsZero",
111
- type: "error",
112
- },
113
- {
114
- inputs: [
115
- {
116
- internalType: "address",
117
- name: "provider",
118
- type: "address",
119
- },
120
- ],
121
- name: "ProviderNotRegistered",
122
- type: "error",
123
- },
124
- {
125
- inputs: [],
126
- name: "UUPSUnauthorizedCallContext",
127
- type: "error",
128
- },
129
- {
130
- inputs: [
131
- {
132
- internalType: "bytes32",
133
- name: "slot",
134
- type: "bytes32",
135
- },
136
- ],
137
- name: "UUPSUnsupportedProxiableUUID",
138
- type: "error",
139
- },
140
- {
141
- inputs: [],
142
- name: "ZeroAddress",
143
- type: "error",
144
- },
145
- {
146
- anonymous: false,
147
- inputs: [
148
- {
149
- indexed: false,
150
- internalType: "uint64",
151
- name: "version",
152
- type: "uint64",
153
- },
154
- ],
155
- name: "Initialized",
156
- type: "event",
157
- },
158
- {
159
- anonymous: false,
160
- inputs: [
161
- {
162
- indexed: true,
163
- internalType: "address",
164
- name: "previousOwner",
165
- type: "address",
166
- },
167
- {
168
- indexed: true,
169
- internalType: "address",
170
- name: "newOwner",
171
- type: "address",
172
- },
173
- ],
174
- name: "OwnershipTransferred",
175
- type: "event",
176
- },
177
- {
178
- anonymous: false,
179
- inputs: [
180
- {
181
- indexed: true,
182
- internalType: "address",
183
- name: "provider",
184
- type: "address",
185
- },
186
- {
187
- indexed: false,
188
- internalType: "bool",
189
- name: "approved",
190
- type: "bool",
191
- },
192
- ],
193
- name: "ProviderApproved",
194
- type: "event",
195
- },
196
- {
197
- anonymous: false,
198
- inputs: [
199
- {
200
- indexed: true,
201
- internalType: "address",
202
- name: "provider",
203
- type: "address",
204
- },
205
- {
206
- indexed: false,
207
- internalType: "bool",
208
- name: "paused",
209
- type: "bool",
210
- },
211
- ],
212
- name: "ProviderPaused",
213
- type: "event",
214
- },
215
- {
216
- anonymous: false,
217
- inputs: [
218
- {
219
- indexed: true,
220
- internalType: "address",
221
- name: "provider",
222
- type: "address",
223
- },
224
- {
225
- indexed: true,
226
- internalType: "bytes32",
227
- name: "providerId",
228
- type: "bytes32",
229
- },
230
- {
231
- indexed: false,
232
- internalType: "uint32",
233
- name: "version",
234
- type: "uint32",
235
- },
236
- ],
237
- name: "ProviderRegistered",
238
- type: "event",
239
- },
240
- {
241
- anonymous: false,
242
- inputs: [
243
- {
244
- indexed: true,
245
- internalType: "address",
246
- name: "implementation",
247
- type: "address",
248
- },
249
- ],
250
- name: "Upgraded",
251
- type: "event",
252
- },
253
- {
254
- inputs: [],
255
- name: "UPGRADE_INTERFACE_VERSION",
256
- outputs: [
257
- {
258
- internalType: "string",
259
- name: "",
260
- type: "string",
261
- },
262
- ],
263
- stateMutability: "view",
264
- type: "function",
265
- },
266
- {
267
- inputs: [
268
- {
269
- internalType: "address",
270
- name: "owner_",
271
- type: "address",
272
- },
273
- ],
274
- name: "initialize",
275
- outputs: [],
276
- stateMutability: "nonpayable",
277
- type: "function",
278
- },
279
- {
280
- inputs: [
281
- {
282
- internalType: "address",
283
- name: "provider",
284
- type: "address",
285
- },
286
- ],
287
- name: "isProviderApproved",
288
- outputs: [
289
- {
290
- internalType: "bool",
291
- name: "",
292
- type: "bool",
293
- },
294
- ],
295
- stateMutability: "view",
296
- type: "function",
297
- },
298
- {
299
- inputs: [],
300
- name: "owner",
301
- outputs: [
302
- {
303
- internalType: "address",
304
- name: "",
305
- type: "address",
306
- },
307
- ],
308
- stateMutability: "view",
309
- type: "function",
310
- },
311
- {
312
- inputs: [
313
- {
314
- internalType: "bytes32",
315
- name: "",
316
- type: "bytes32",
317
- },
318
- ],
319
- name: "providerById",
320
- outputs: [
321
- {
322
- internalType: "address",
323
- name: "",
324
- type: "address",
325
- },
326
- ],
327
- stateMutability: "view",
328
- type: "function",
329
- },
330
- {
331
- inputs: [
332
- {
333
- internalType: "address",
334
- name: "",
335
- type: "address",
336
- },
337
- ],
338
- name: "providerMeta",
339
- outputs: [
340
- {
341
- internalType: "bytes32",
342
- name: "id",
343
- type: "bytes32",
344
- },
345
- {
346
- internalType: "uint32",
347
- name: "version",
348
- type: "uint32",
349
- },
350
- {
351
- internalType: "bool",
352
- name: "registered",
353
- type: "bool",
354
- },
355
- {
356
- internalType: "bool",
357
- name: "approved",
358
- type: "bool",
359
- },
360
- {
361
- internalType: "bool",
362
- name: "paused",
363
- type: "bool",
364
- },
365
- ],
366
- stateMutability: "view",
367
- type: "function",
368
- },
369
- {
370
- inputs: [],
371
- name: "proxiableUUID",
372
- outputs: [
373
- {
374
- internalType: "bytes32",
375
- name: "",
376
- type: "bytes32",
377
- },
378
- ],
379
- stateMutability: "view",
380
- type: "function",
381
- },
382
- {
383
- inputs: [
384
- {
385
- internalType: "address",
386
- name: "provider",
387
- type: "address",
388
- },
389
- ],
390
- name: "registerProvider",
391
- outputs: [],
392
- stateMutability: "nonpayable",
393
- type: "function",
394
- },
395
- {
396
- inputs: [],
397
- name: "renounceOwnership",
398
- outputs: [],
399
- stateMutability: "nonpayable",
400
- type: "function",
401
- },
402
- {
403
- inputs: [
404
- {
405
- internalType: "address",
406
- name: "provider",
407
- type: "address",
408
- },
409
- {
410
- internalType: "bool",
411
- name: "approved",
412
- type: "bool",
413
- },
414
- ],
415
- name: "setProviderApproved",
416
- outputs: [],
417
- stateMutability: "nonpayable",
418
- type: "function",
419
- },
420
- {
421
- inputs: [
422
- {
423
- internalType: "address",
424
- name: "provider",
425
- type: "address",
426
- },
427
- {
428
- internalType: "bool",
429
- name: "paused",
430
- type: "bool",
431
- },
432
- ],
433
- name: "setProviderPaused",
434
- outputs: [],
435
- stateMutability: "nonpayable",
436
- type: "function",
437
- },
438
- {
439
- inputs: [
440
- {
441
- internalType: "address",
442
- name: "newOwner",
443
- type: "address",
444
- },
445
- ],
446
- name: "transferOwnership",
447
- outputs: [],
448
- stateMutability: "nonpayable",
449
- type: "function",
450
- },
451
- {
452
- inputs: [
453
- {
454
- internalType: "address",
455
- name: "newImplementation",
456
- type: "address",
457
- },
458
- {
459
- internalType: "bytes",
460
- name: "data",
461
- type: "bytes",
462
- },
463
- ],
464
- name: "upgradeToAndCall",
465
- outputs: [],
466
- stateMutability: "payable",
467
- type: "function",
468
- },
469
- ];
470
- const _bytecode = "0x60a06040523060805234801561001457600080fd5b5061001d610022565b6100d4565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff16156100725760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b03908116146100d15780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6080516111046100fd60003960008181610a3401528181610a5d0152610ba301526111046000f3fe6080604052600436106100c25760003560e01c806378b52ffb1161007f578063bd0efaab11610059578063bd0efaab14610242578063c4d66de814610272578063d4562c4814610292578063f2fde38b1461032357600080fd5b806378b52ffb146101795780638da5cb5b146101c7578063ad3cb1cc1461020457600080fd5b80630d92c129146100c75780630e260016146100e95780634f1ef2861461010957806352d1902d1461011c5780635b6242b414610144578063715018a614610164575b600080fd5b3480156100d357600080fd5b506100e76100e2366004610eac565b610343565b005b3480156100f557600080fd5b506100e7610104366004610ee8565b61040a565b6100e7610117366004610f19565b6106be565b34801561012857600080fd5b506101316106dd565b6040519081526020015b60405180910390f35b34801561015057600080fd5b506100e761015f366004610eac565b6106fa565b34801561017057600080fd5b506100e76107ae565b34801561018557600080fd5b506101af610194366004610fe3565b6001602052600090815260409020546001600160a01b031681565b6040516001600160a01b03909116815260200161013b565b3480156101d357600080fd5b507f9016d09d72d40fdae2fd8ceac6b6234c7706214fd39c1cd1e609a0528c199300546001600160a01b03166101af565b34801561021057600080fd5b50610235604051806040016040528060058152602001640352e302e360dc1b81525081565b60405161013b9190611020565b34801561024e57600080fd5b5061026261025d366004610ee8565b6107c2565b604051901515815260200161013b565b34801561027e57600080fd5b506100e761028d366004610ee8565b610851565b34801561029e57600080fd5b506102ee6102ad366004610ee8565b6000602081905290815260409020805460019091015463ffffffff81169060ff6401000000008204811691600160281b8104821691600160301b9091041685565b6040805195865263ffffffff90941660208601529115159284019290925290151560608301521515608082015260a00161013b565b34801561032f57600080fd5b506100e761033e366004610ee8565b610990565b61034b6109ce565b6001600160a01b03821660009081526020819052604090206001810154640100000000900460ff166103a057604051631196593d60e11b81526001600160a01b03841660048201526024015b60405180910390fd5b600181018054831515600160301b0266ff000000000000199091161790556040516001600160a01b038416907f130a1c239846f856d94fc640615863529a87701a9492e32b08edafb515102184906103fd90851515815260200190565b60405180910390a2505050565b6104126109ce565b6001600160a01b0381166104395760405163d92e233d60e01b815260040160405180910390fd5b6001600160a01b03811660009081526020819052604090206001810154640100000000900460ff161561048a57604051633a7bc11560e11b81526001600160a01b0383166004820152602401610397565b600080836001600160a01b0316638490a8df6040518163ffffffff1660e01b8152600401602060405180830381865afa9250505080156104e7575060408051601f3d908101601f191682019092526104e491810190611053565b60015b156104ef5791505b836001600160a01b03166354fd4d506040518163ffffffff1660e01b8152600401602060405180830381865afa925050508015610549575060408051601f3d908101601f191682019092526105469181019061106c565b60015b156105515790505b8161057a576040516316defbd760e01b81526001600160a01b0385166004820152602401610397565b6000828152600160205260409020546001600160a01b031680158015906105b35750846001600160a01b0316816001600160a01b031614155b156105e357604051635d11060b60e11b8152600481018490526001600160a01b0382166024820152604401610397565b60008381526001602081815260409283902080546001600160a01b0319166001600160a01b038a169081179091558688559187018054600160281b64010000000063ffffffff891664ffffffffff1990931683171766ffff0000000000191617909155925192835285927fb514b04abf92a4b928ba3ee1108d45dbdc27918a257ceaa43f90d90ec731e697910160405180910390a3604051600181526001600160a01b038616907f40e8165e5c9298b2975d8d664e52639844051b00f78e153430279a0ed5b2aaa39060200160405180910390a25050505050565b6106c6610a29565b6106cf82610ace565b6106d98282610ad6565b5050565b60006106e7610b98565b506000805160206110af83398151915290565b6107026109ce565b6001600160a01b03821660009081526020819052604090206001810154640100000000900460ff1661075257604051631196593d60e11b81526001600160a01b0384166004820152602401610397565b600181018054831515600160281b0265ff0000000000199091161790556040516001600160a01b038416907f40e8165e5c9298b2975d8d664e52639844051b00f78e153430279a0ed5b2aaa3906103fd90851515815260200190565b6107b66109ce565b6107c06000610be1565b565b6001600160a01b038116600090815260208181526040808320815160a0810183528154815260019091015463ffffffff81169382019390935260ff64010000000084048116158015938301849052600160281b8504821615156060840152600160301b90940416151560808201529161083c575080606001515b801561084a57508060800151155b9392505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff166000811580156108975750825b905060008267ffffffffffffffff1660011480156108b45750303b155b9050811580156108c2575080155b156108e05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561090a57845460ff60401b1916600160401b1785555b6001600160a01b0386166109315760405163d92e233d60e01b815260040160405180910390fd5b61093a86610c52565b610942610c63565b831561098857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b6109986109ce565b6001600160a01b0381166109c257604051631e4fbdf760e01b815260006004820152602401610397565b6109cb81610be1565b50565b33610a007f9016d09d72d40fdae2fd8ceac6b6234c7706214fd39c1cd1e609a0528c199300546001600160a01b031690565b6001600160a01b0316146107c05760405163118cdaa760e01b8152336004820152602401610397565b306001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161480610ab057507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316610aa46000805160206110af833981519152546001600160a01b031690565b6001600160a01b031614155b156107c05760405163703e46dd60e11b815260040160405180910390fd5b6109cb6109ce565b816001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa925050508015610b30575060408051601f3d908101601f19168201909252610b2d91810190611053565b60015b610b5857604051634c9c8ce360e01b81526001600160a01b0383166004820152602401610397565b6000805160206110af8339815191528114610b8957604051632a87526960e21b815260048101829052602401610397565b610b938383610c6b565b505050565b306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146107c05760405163703e46dd60e11b815260040160405180910390fd5b7f9016d09d72d40fdae2fd8ceac6b6234c7706214fd39c1cd1e609a0528c19930080546001600160a01b031981166001600160a01b03848116918217845560405192169182907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3505050565b610c5a610cc1565b6109cb81610d0a565b6107c0610cc1565b610c7482610d12565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a2805115610cb957610b938282610d77565b6106d9610ded565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166107c057604051631afcd79f60e31b815260040160405180910390fd5b610998610cc1565b806001600160a01b03163b600003610d4857604051634c9c8ce360e01b81526001600160a01b0382166004820152602401610397565b6000805160206110af83398151915280546001600160a01b0319166001600160a01b0392909216919091179055565b6060600080846001600160a01b031684604051610d949190611092565b600060405180830381855af49150503d8060008114610dcf576040519150601f19603f3d011682016040523d82523d6000602084013e610dd4565b606091505b5091509150610de4858383610e0c565b95945050505050565b34156107c05760405163b398979f60e01b815260040160405180910390fd5b606082610e2157610e1c82610e68565b61084a565b8151158015610e3857506001600160a01b0384163b155b15610e6157604051639996b31560e01b81526001600160a01b0385166004820152602401610397565b5092915050565b805115610e7757805160208201fd5b60405163d6bda27560e01b815260040160405180910390fd5b80356001600160a01b0381168114610ea757600080fd5b919050565b60008060408385031215610ebf57600080fd5b610ec883610e90565b915060208301358015158114610edd57600080fd5b809150509250929050565b600060208284031215610efa57600080fd5b61084a82610e90565b634e487b7160e01b600052604160045260246000fd5b60008060408385031215610f2c57600080fd5b610f3583610e90565b9150602083013567ffffffffffffffff811115610f5157600080fd5b8301601f81018513610f6257600080fd5b803567ffffffffffffffff811115610f7c57610f7c610f03565b604051601f8201601f19908116603f0116810167ffffffffffffffff81118282101715610fab57610fab610f03565b604052818152828201602001871015610fc357600080fd5b816020840160208301376000602083830101528093505050509250929050565b600060208284031215610ff557600080fd5b5035919050565b60005b83811015611017578181015183820152602001610fff565b50506000910152565b602081526000825180602084015261103f816040850160208701610ffc565b601f01601f19169190910160400192915050565b60006020828403121561106557600080fd5b5051919050565b60006020828403121561107e57600080fd5b815163ffffffff8116811461084a57600080fd5b600082516110a4818460208701610ffc565b919091019291505056fe360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbca26469706673582212204127805e3ae204048ff9ae293b0928b4110992d84b146a95b4f250b5c78b538864736f6c634300081c0033";
471
- const isSuperArgs = (xs) => xs.length > 1;
472
- export class OracleProviderRegistry__factory extends ContractFactory {
473
- constructor(...args) {
474
- if (isSuperArgs(args)) {
475
- super(...args);
476
- }
477
- else {
478
- super(_abi, _bytecode, args[0]);
479
- }
480
- }
481
- getDeployTransaction(overrides) {
482
- return super.getDeployTransaction(overrides || {});
483
- }
484
- deploy(overrides) {
485
- return super.deploy(overrides || {});
486
- }
487
- connect(runner) {
488
- return super.connect(runner);
489
- }
490
- static createInterface() {
491
- return new Interface(_abi);
492
- }
493
- static connect(address, runner) {
494
- return new Contract(address, _abi, runner);
495
- }
496
- }
497
- OracleProviderRegistry__factory.bytecode = _bytecode;
498
- OracleProviderRegistry__factory.abi = _abi;
@@ -1 +0,0 @@
1
- export { VaultRegistryV1__factory } from "./VaultRegistryV1__factory";
@@ -1,4 +0,0 @@
1
- /* Autogenerated file. Do not edit manually. */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- export { VaultRegistryV1__factory } from "./VaultRegistryV1__factory";