@ercworldio/blockchain-shared 1.0.3-dev.3 → 1.0.3-dev.4

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 (101) hide show
  1. package/build/chains/networks_prod-dz.json +7 -7
  2. package/build/chains/networks_prod-sh.json +41 -5
  3. package/build/chains/networks_prod-yb.json +42 -6
  4. package/build/chains/networks_stg-yb.json +1 -1
  5. package/build/contracts/artifacts/Escrow.json +1831 -342
  6. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +0 -1
  7. package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
  8. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts +0 -6
  9. package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -1
  10. package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts +761 -76
  11. package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts.map +1 -1
  12. package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts +65 -17
  13. package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts.map +1 -1
  14. package/build/contracts/typechain-types/contracts/index.d.ts +2 -0
  15. package/build/contracts/typechain-types/contracts/index.d.ts.map +1 -1
  16. package/build/contracts/typechain-types/contracts/lib/Events.d.ts +386 -0
  17. package/build/contracts/typechain-types/contracts/lib/Events.d.ts.map +1 -0
  18. package/build/contracts/typechain-types/contracts/lib/Events.js +2 -0
  19. package/build/contracts/typechain-types/contracts/lib/MultisigLib.d.ts +21 -0
  20. package/build/contracts/typechain-types/contracts/lib/MultisigLib.d.ts.map +1 -0
  21. package/build/contracts/typechain-types/contracts/lib/MultisigLib.js +2 -0
  22. package/build/contracts/typechain-types/contracts/lib/index.d.ts +3 -0
  23. package/build/contracts/typechain-types/contracts/lib/index.d.ts.map +1 -0
  24. package/build/contracts/typechain-types/contracts/lib/index.js +2 -0
  25. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +0 -1
  26. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -1
  27. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +1 -3
  28. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +1 -1
  29. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts.map +1 -1
  30. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +1 -1
  31. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +0 -4
  32. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -1
  33. package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.js +1 -7
  34. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts +286 -12
  35. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts.map +1 -1
  36. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.js +374 -12
  37. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts +137 -1
  38. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts.map +1 -1
  39. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.js +182 -1
  40. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts +1 -1
  41. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts.map +1 -1
  42. package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.js +1 -1
  43. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts +1247 -98
  44. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts.map +1 -1
  45. package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.js +1736 -247
  46. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts +1 -1
  47. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts.map +1 -1
  48. package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.js +1 -1
  49. package/build/contracts/typechain-types/factories/contracts/index.d.ts +1 -0
  50. package/build/contracts/typechain-types/factories/contracts/index.d.ts.map +1 -1
  51. package/build/contracts/typechain-types/factories/contracts/index.js +2 -1
  52. package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.d.ts +373 -0
  53. package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.d.ts.map +1 -0
  54. package/build/contracts/typechain-types/factories/contracts/lib/Events__factory.js +473 -0
  55. package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.d.ts +55 -0
  56. package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.d.ts.map +1 -0
  57. package/build/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.js +82 -0
  58. package/build/contracts/typechain-types/factories/contracts/lib/index.d.ts +3 -0
  59. package/build/contracts/typechain-types/factories/contracts/lib/index.d.ts.map +1 -0
  60. package/build/contracts/typechain-types/factories/contracts/lib/index.js +10 -0
  61. package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts +1 -1
  62. package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts.map +1 -1
  63. package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.js +1 -1
  64. package/build/contracts/typechain-types/index.d.ts +4 -10
  65. package/build/contracts/typechain-types/index.d.ts.map +1 -1
  66. package/build/contracts/typechain-types/index.js +5 -11
  67. package/build/entities/AdminOperationThresholds.d.ts +12 -0
  68. package/build/entities/AdminOperationThresholds.d.ts.map +1 -0
  69. package/build/entities/AdminOperationThresholds.js +56 -0
  70. package/build/entities/EscrowRoles.d.ts +12 -0
  71. package/build/entities/EscrowRoles.d.ts.map +1 -0
  72. package/build/entities/EscrowRoles.js +57 -0
  73. package/build/entities/GlobalTimelock.d.ts +14 -0
  74. package/build/entities/GlobalTimelock.d.ts.map +1 -0
  75. package/build/entities/GlobalTimelock.js +64 -0
  76. package/build/entities/GranularTimelock .d.ts +12 -0
  77. package/build/entities/GranularTimelock .d.ts.map +1 -0
  78. package/build/entities/GranularTimelock .js +56 -0
  79. package/build/entities/OperationType.d.ts +18 -0
  80. package/build/entities/OperationType.d.ts.map +1 -0
  81. package/build/entities/OperationType.js +50 -0
  82. package/build/entities/RoleHash.d.ts +11 -0
  83. package/build/entities/RoleHash.d.ts.map +1 -0
  84. package/build/entities/RoleHash.js +52 -0
  85. package/build/entities/Signatures.d.ts +16 -0
  86. package/build/entities/Signatures.d.ts.map +1 -0
  87. package/build/entities/Signatures.js +72 -0
  88. package/build/entities/TokenExecutionThresholds.d.ts +16 -0
  89. package/build/entities/TokenExecutionThresholds.d.ts.map +1 -0
  90. package/build/entities/TokenExecutionThresholds.js +72 -0
  91. package/build/index.d.ts +1 -0
  92. package/build/index.d.ts.map +1 -1
  93. package/build/index.js +4 -2
  94. package/build/services/ChainManager.d.ts.map +1 -1
  95. package/build/services/SweepJobService.d.ts +3 -3
  96. package/build/services/SweepJobService.d.ts.map +1 -1
  97. package/build/services/SweepJobService.js +12 -7
  98. package/build/services/db/roles/ContractRoles.d.ts +54 -0
  99. package/build/services/db/roles/ContractRoles.d.ts.map +1 -0
  100. package/build/services/db/roles/ContractRoles.js +81 -0
  101. package/package.json +1 -1
@@ -0,0 +1,473 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Events__factory = void 0;
4
+ /* Autogenerated file. Do not edit manually. */
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ const ethers_1 = require("ethers");
8
+ const _abi = [
9
+ {
10
+ anonymous: false,
11
+ inputs: [
12
+ {
13
+ indexed: false,
14
+ internalType: "address",
15
+ name: "caller",
16
+ type: "address",
17
+ },
18
+ {
19
+ indexed: false,
20
+ internalType: "address",
21
+ name: "receiver",
22
+ type: "address",
23
+ },
24
+ {
25
+ indexed: false,
26
+ internalType: "uint256",
27
+ name: "amount",
28
+ type: "uint256",
29
+ },
30
+ {
31
+ indexed: false,
32
+ internalType: "address",
33
+ name: "tokenAddress",
34
+ type: "address",
35
+ },
36
+ {
37
+ indexed: false,
38
+ internalType: "uint256",
39
+ name: "requestId",
40
+ type: "uint256",
41
+ },
42
+ ],
43
+ name: "AdminWithdraw",
44
+ type: "event",
45
+ },
46
+ {
47
+ anonymous: false,
48
+ inputs: [
49
+ {
50
+ indexed: false,
51
+ internalType: "enum Types.OperationType",
52
+ name: "opType",
53
+ type: "uint8",
54
+ },
55
+ {
56
+ indexed: false,
57
+ internalType: "uint256",
58
+ name: "sigsManagerRequired",
59
+ type: "uint256",
60
+ },
61
+ {
62
+ indexed: false,
63
+ internalType: "uint256",
64
+ name: "sigsExecutiveRequired",
65
+ type: "uint256",
66
+ },
67
+ ],
68
+ name: "ConfigureAdminMultisig",
69
+ type: "event",
70
+ },
71
+ {
72
+ anonymous: false,
73
+ inputs: [
74
+ {
75
+ indexed: false,
76
+ internalType: "enum Types.OperationType",
77
+ name: "opType",
78
+ type: "uint8",
79
+ },
80
+ {
81
+ indexed: true,
82
+ internalType: "address",
83
+ name: "tokenAddress",
84
+ type: "address",
85
+ },
86
+ {
87
+ indexed: false,
88
+ internalType: "uint256",
89
+ name: "thresholdAmount",
90
+ type: "uint256",
91
+ },
92
+ {
93
+ indexed: false,
94
+ internalType: "uint8",
95
+ name: "sigsExecutiveBelow",
96
+ type: "uint8",
97
+ },
98
+ {
99
+ indexed: false,
100
+ internalType: "uint8",
101
+ name: "sigsExecutiveAbove",
102
+ type: "uint8",
103
+ },
104
+ {
105
+ indexed: false,
106
+ internalType: "uint8",
107
+ name: "sigsManagerBelow",
108
+ type: "uint8",
109
+ },
110
+ {
111
+ indexed: false,
112
+ internalType: "uint8",
113
+ name: "sigsManagerAbove",
114
+ type: "uint8",
115
+ },
116
+ ],
117
+ name: "ConfigureTokenMultisig",
118
+ type: "event",
119
+ },
120
+ {
121
+ anonymous: false,
122
+ inputs: [
123
+ {
124
+ indexed: false,
125
+ internalType: "address",
126
+ name: "payer",
127
+ type: "address",
128
+ },
129
+ {
130
+ indexed: false,
131
+ internalType: "address",
132
+ name: "tokenAddress",
133
+ type: "address",
134
+ },
135
+ {
136
+ indexed: false,
137
+ internalType: "uint256",
138
+ name: "amount",
139
+ type: "uint256",
140
+ },
141
+ {
142
+ indexed: false,
143
+ internalType: "string",
144
+ name: "bonusCode",
145
+ type: "string",
146
+ },
147
+ ],
148
+ name: "Deposit",
149
+ type: "event",
150
+ },
151
+ {
152
+ anonymous: false,
153
+ inputs: [],
154
+ name: "FundWallets",
155
+ type: "event",
156
+ },
157
+ {
158
+ anonymous: false,
159
+ inputs: [
160
+ {
161
+ indexed: false,
162
+ internalType: "address",
163
+ name: "funder",
164
+ type: "address",
165
+ },
166
+ {
167
+ indexed: false,
168
+ internalType: "address",
169
+ name: "token",
170
+ type: "address",
171
+ },
172
+ {
173
+ indexed: false,
174
+ internalType: "uint256",
175
+ name: "amount",
176
+ type: "uint256",
177
+ },
178
+ ],
179
+ name: "FundedContract",
180
+ type: "event",
181
+ },
182
+ {
183
+ anonymous: false,
184
+ inputs: [
185
+ {
186
+ indexed: false,
187
+ internalType: "address",
188
+ name: "user",
189
+ type: "address",
190
+ },
191
+ {
192
+ indexed: false,
193
+ internalType: "address",
194
+ name: "requestedToken",
195
+ type: "address",
196
+ },
197
+ {
198
+ indexed: false,
199
+ internalType: "uint256",
200
+ name: "amountRequested",
201
+ type: "uint256",
202
+ },
203
+ {
204
+ indexed: false,
205
+ internalType: "uint256",
206
+ name: "availableReserves",
207
+ type: "uint256",
208
+ },
209
+ ],
210
+ name: "LowReserves",
211
+ type: "event",
212
+ },
213
+ {
214
+ anonymous: false,
215
+ inputs: [
216
+ {
217
+ indexed: true,
218
+ internalType: "address",
219
+ name: "receiverAddress",
220
+ type: "address",
221
+ },
222
+ {
223
+ indexed: false,
224
+ internalType: "uint256",
225
+ name: "duration",
226
+ type: "uint256",
227
+ },
228
+ ],
229
+ name: "SetTimelockGranular",
230
+ type: "event",
231
+ },
232
+ {
233
+ anonymous: false,
234
+ inputs: [
235
+ {
236
+ indexed: true,
237
+ internalType: "address",
238
+ name: "tokenAddress",
239
+ type: "address",
240
+ },
241
+ {
242
+ indexed: false,
243
+ internalType: "uint256",
244
+ name: "thresholdAmount",
245
+ type: "uint256",
246
+ },
247
+ {
248
+ indexed: false,
249
+ internalType: "uint256",
250
+ name: "durationBelow",
251
+ type: "uint256",
252
+ },
253
+ {
254
+ indexed: false,
255
+ internalType: "uint256",
256
+ name: "durationAbove",
257
+ type: "uint256",
258
+ },
259
+ ],
260
+ name: "SetTokenTimelock",
261
+ type: "event",
262
+ },
263
+ {
264
+ anonymous: false,
265
+ inputs: [
266
+ {
267
+ indexed: false,
268
+ internalType: "address",
269
+ name: "caller",
270
+ type: "address",
271
+ },
272
+ {
273
+ indexed: false,
274
+ internalType: "address",
275
+ name: "from",
276
+ type: "address",
277
+ },
278
+ {
279
+ indexed: false,
280
+ internalType: "address",
281
+ name: "to",
282
+ type: "address",
283
+ },
284
+ {
285
+ indexed: false,
286
+ internalType: "address",
287
+ name: "token",
288
+ type: "address",
289
+ },
290
+ {
291
+ indexed: false,
292
+ internalType: "uint256",
293
+ name: "amount",
294
+ type: "uint256",
295
+ },
296
+ ],
297
+ name: "SweepTokens",
298
+ type: "event",
299
+ },
300
+ {
301
+ anonymous: false,
302
+ inputs: [
303
+ {
304
+ indexed: false,
305
+ internalType: "uint256",
306
+ name: "amount",
307
+ type: "uint256",
308
+ },
309
+ {
310
+ indexed: false,
311
+ internalType: "uint256",
312
+ name: "blockNumber",
313
+ type: "uint256",
314
+ },
315
+ ],
316
+ name: "TransactionCount",
317
+ type: "event",
318
+ },
319
+ {
320
+ anonymous: false,
321
+ inputs: [
322
+ {
323
+ indexed: false,
324
+ internalType: "address",
325
+ name: "payer",
326
+ type: "address",
327
+ },
328
+ {
329
+ indexed: false,
330
+ internalType: "address",
331
+ name: "receiver",
332
+ type: "address",
333
+ },
334
+ {
335
+ indexed: false,
336
+ internalType: "address",
337
+ name: "tokenAddress",
338
+ type: "address",
339
+ },
340
+ {
341
+ indexed: false,
342
+ internalType: "uint256",
343
+ name: "amount",
344
+ type: "uint256",
345
+ },
346
+ {
347
+ indexed: false,
348
+ internalType: "uint256",
349
+ name: "requestId",
350
+ type: "uint256",
351
+ },
352
+ {
353
+ indexed: false,
354
+ internalType: "uint32",
355
+ name: "batchSize",
356
+ type: "uint32",
357
+ },
358
+ ],
359
+ name: "Withdrawal",
360
+ type: "event",
361
+ },
362
+ {
363
+ anonymous: false,
364
+ inputs: [
365
+ {
366
+ indexed: true,
367
+ internalType: "bytes32",
368
+ name: "commitmentHash",
369
+ type: "bytes32",
370
+ },
371
+ {
372
+ indexed: true,
373
+ internalType: "uint256",
374
+ name: "requestId",
375
+ type: "uint256",
376
+ },
377
+ ],
378
+ name: "WithdrawalCancelled",
379
+ type: "event",
380
+ },
381
+ {
382
+ anonymous: false,
383
+ inputs: [
384
+ {
385
+ indexed: true,
386
+ internalType: "bytes32",
387
+ name: "commitmentHash",
388
+ type: "bytes32",
389
+ },
390
+ {
391
+ indexed: true,
392
+ internalType: "uint256",
393
+ name: "requestId",
394
+ type: "uint256",
395
+ },
396
+ ],
397
+ name: "WithdrawalExecuted",
398
+ type: "event",
399
+ },
400
+ {
401
+ anonymous: false,
402
+ inputs: [
403
+ {
404
+ indexed: true,
405
+ internalType: "bytes32",
406
+ name: "commitmentHash",
407
+ type: "bytes32",
408
+ },
409
+ {
410
+ indexed: true,
411
+ internalType: "uint256",
412
+ name: "requestId",
413
+ type: "uint256",
414
+ },
415
+ {
416
+ indexed: false,
417
+ internalType: "uint256",
418
+ name: "amount",
419
+ type: "uint256",
420
+ },
421
+ {
422
+ indexed: false,
423
+ internalType: "address",
424
+ name: "tokenAddress",
425
+ type: "address",
426
+ },
427
+ {
428
+ indexed: false,
429
+ internalType: "address",
430
+ name: "receiverAddress",
431
+ type: "address",
432
+ },
433
+ {
434
+ indexed: false,
435
+ internalType: "uint256",
436
+ name: "executeAt",
437
+ type: "uint256",
438
+ },
439
+ ],
440
+ name: "WithdrawalScheduled",
441
+ type: "event",
442
+ },
443
+ ];
444
+ const _bytecode = "0x6080806040523460175760399081601c823930815050f35b5f80fdfe5f80fdfea26469706673582212205525341a3846998876f0cb033d92efad1daa5ad8c9ad113b74d96cf108c3c37264736f6c634300081c0033";
445
+ const isSuperArgs = (xs) => xs.length > 1;
446
+ class Events__factory extends ethers_1.ContractFactory {
447
+ constructor(...args) {
448
+ if (isSuperArgs(args)) {
449
+ super(...args);
450
+ }
451
+ else {
452
+ super(_abi, _bytecode, args[0]);
453
+ }
454
+ }
455
+ getDeployTransaction(overrides) {
456
+ return super.getDeployTransaction(overrides || {});
457
+ }
458
+ deploy(overrides) {
459
+ return super.deploy(overrides || {});
460
+ }
461
+ connect(runner) {
462
+ return super.connect(runner);
463
+ }
464
+ static createInterface() {
465
+ return new ethers_1.Interface(_abi);
466
+ }
467
+ static connect(address, runner) {
468
+ return new ethers_1.Contract(address, _abi, runner);
469
+ }
470
+ }
471
+ exports.Events__factory = Events__factory;
472
+ Events__factory.bytecode = _bytecode;
473
+ Events__factory.abi = _abi;
@@ -0,0 +1,55 @@
1
+ import { ContractFactory, ContractTransactionResponse } from "ethers";
2
+ import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
3
+ import type { NonPayableOverrides } from "../../../common";
4
+ import type { MultisigLib, MultisigLibInterface } from "../../../contracts/lib/MultisigLib";
5
+ type MultisigLibConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
6
+ export declare class MultisigLib__factory extends ContractFactory {
7
+ constructor(...args: MultisigLibConstructorParams);
8
+ getDeployTransaction(overrides?: NonPayableOverrides & {
9
+ from?: string;
10
+ }): Promise<ContractDeployTransaction>;
11
+ deploy(overrides?: NonPayableOverrides & {
12
+ from?: string;
13
+ }): Promise<MultisigLib & {
14
+ deploymentTransaction(): ContractTransactionResponse;
15
+ }>;
16
+ connect(runner: ContractRunner | null): MultisigLib__factory;
17
+ static readonly bytecode = "0x6080806040523460175760399081601c823930815050f35b5f80fdfe5f80fdfea2646970667358221220a6b7bdf5c1b43d88d03ffe750e151ac6088cc13838656e192422a12abe48acf964736f6c634300081c0033";
18
+ static readonly abi: readonly [{
19
+ readonly inputs: readonly [{
20
+ readonly internalType: "uint256";
21
+ readonly name: "required";
22
+ readonly type: "uint256";
23
+ }, {
24
+ readonly internalType: "uint256";
25
+ readonly name: "provided";
26
+ readonly type: "uint256";
27
+ }];
28
+ readonly name: "InsufficientExecutiveSigs";
29
+ readonly type: "error";
30
+ }, {
31
+ readonly inputs: readonly [{
32
+ readonly internalType: "uint256";
33
+ readonly name: "required";
34
+ readonly type: "uint256";
35
+ }, {
36
+ readonly internalType: "uint256";
37
+ readonly name: "provided";
38
+ readonly type: "uint256";
39
+ }];
40
+ readonly name: "InsufficientManagerSigs";
41
+ readonly type: "error";
42
+ }, {
43
+ readonly inputs: readonly [{
44
+ readonly internalType: "uint256";
45
+ readonly name: "sig_idx";
46
+ readonly type: "uint256";
47
+ }];
48
+ readonly name: "InvalidMultiSig";
49
+ readonly type: "error";
50
+ }];
51
+ static createInterface(): MultisigLibInterface;
52
+ static connect(address: string, runner?: ContractRunner | null): MultisigLib;
53
+ }
54
+ export {};
55
+ //# sourceMappingURL=MultisigLib__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultisigLib__factory.d.ts","sourceRoot":"","sources":["../../../../../../src/contracts/typechain-types/factories/contracts/lib/MultisigLib__factory.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,eAAe,EACf,2BAA2B,EAE5B,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EAAE,MAAM,EAAE,yBAAyB,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAChF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,KAAK,EACV,WAAW,EACX,oBAAoB,EACrB,MAAM,oCAAoC,CAAC;AAmD5C,KAAK,4BAA4B,GAC7B,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GACjB,qBAAqB,CAAC,OAAO,eAAe,CAAC,CAAC;AAMlD,qBAAa,oBAAqB,SAAQ,eAAe;gBAC3C,GAAG,IAAI,EAAE,4BAA4B;IAQxC,oBAAoB,CAC3B,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAClD,OAAO,CAAC,yBAAyB,CAAC;IAG5B,MAAM,CAAC,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GACzB,OAAO,CAC7C,WAAW,GAAG;QACZ,qBAAqB,IAAI,2BAA2B,CAAC;KACtD,CACF;IAEM,OAAO,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI,GAAG,oBAAoB;IAIrE,MAAM,CAAC,QAAQ,CAAC,QAAQ,kLAAa;IACrC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,oBAAoB;IAG9C,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,cAAc,GAAG,IAAI,GAAG,WAAW;CAG7E"}
@@ -0,0 +1,82 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MultisigLib__factory = void 0;
4
+ /* Autogenerated file. Do not edit manually. */
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ const ethers_1 = require("ethers");
8
+ const _abi = [
9
+ {
10
+ inputs: [
11
+ {
12
+ internalType: "uint256",
13
+ name: "required",
14
+ type: "uint256",
15
+ },
16
+ {
17
+ internalType: "uint256",
18
+ name: "provided",
19
+ type: "uint256",
20
+ },
21
+ ],
22
+ name: "InsufficientExecutiveSigs",
23
+ type: "error",
24
+ },
25
+ {
26
+ inputs: [
27
+ {
28
+ internalType: "uint256",
29
+ name: "required",
30
+ type: "uint256",
31
+ },
32
+ {
33
+ internalType: "uint256",
34
+ name: "provided",
35
+ type: "uint256",
36
+ },
37
+ ],
38
+ name: "InsufficientManagerSigs",
39
+ type: "error",
40
+ },
41
+ {
42
+ inputs: [
43
+ {
44
+ internalType: "uint256",
45
+ name: "sig_idx",
46
+ type: "uint256",
47
+ },
48
+ ],
49
+ name: "InvalidMultiSig",
50
+ type: "error",
51
+ },
52
+ ];
53
+ const _bytecode = "0x6080806040523460175760399081601c823930815050f35b5f80fdfe5f80fdfea2646970667358221220a6b7bdf5c1b43d88d03ffe750e151ac6088cc13838656e192422a12abe48acf964736f6c634300081c0033";
54
+ const isSuperArgs = (xs) => xs.length > 1;
55
+ class MultisigLib__factory extends ethers_1.ContractFactory {
56
+ constructor(...args) {
57
+ if (isSuperArgs(args)) {
58
+ super(...args);
59
+ }
60
+ else {
61
+ super(_abi, _bytecode, args[0]);
62
+ }
63
+ }
64
+ getDeployTransaction(overrides) {
65
+ return super.getDeployTransaction(overrides || {});
66
+ }
67
+ deploy(overrides) {
68
+ return super.deploy(overrides || {});
69
+ }
70
+ connect(runner) {
71
+ return super.connect(runner);
72
+ }
73
+ static createInterface() {
74
+ return new ethers_1.Interface(_abi);
75
+ }
76
+ static connect(address, runner) {
77
+ return new ethers_1.Contract(address, _abi, runner);
78
+ }
79
+ }
80
+ exports.MultisigLib__factory = MultisigLib__factory;
81
+ MultisigLib__factory.bytecode = _bytecode;
82
+ MultisigLib__factory.abi = _abi;
@@ -0,0 +1,3 @@
1
+ export { Events__factory } from "./Events__factory";
2
+ export { MultisigLib__factory } from "./MultisigLib__factory";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/contracts/typechain-types/factories/contracts/lib/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MultisigLib__factory = exports.Events__factory = void 0;
4
+ /* Autogenerated file. Do not edit manually. */
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ var Events__factory_1 = require("./Events__factory");
8
+ Object.defineProperty(exports, "Events__factory", { enumerable: true, get: function () { return Events__factory_1.Events__factory; } });
9
+ var MultisigLib__factory_1 = require("./MultisigLib__factory");
10
+ Object.defineProperty(exports, "MultisigLib__factory", { enumerable: true, get: function () { return MultisigLib__factory_1.MultisigLib__factory; } });
@@ -14,7 +14,7 @@ export declare class ERC20Mock__factory extends ContractFactory {
14
14
  deploymentTransaction(): ContractTransactionResponse;
15
15
  }>;
16
16
  connect(runner: ContractRunner | null): ERC20Mock__factory;
17
- static readonly bytecode = "0x60806040523480156200001157600080fd5b5060405162000c5338038062000c538339810160408190526200003491620002ab565b81816003620000448382620003ae565b506004620000538282620003ae565b5050506200006833846200007160201b60201c565b505050620004a2565b6001600160a01b038216620000a15760405163ec442f0560e01b8152600060048201526024015b60405180910390fd5b620000af60008383620000b3565b5050565b6001600160a01b038316620000e2578060026000828254620000d691906200047a565b90915550620001569050565b6001600160a01b03831660009081526020819052604090205481811015620001375760405163391434e360e21b81526001600160a01b0385166004820152602481018290526044810183905260640162000098565b6001600160a01b03841660009081526020819052604090209082900390555b6001600160a01b038216620001745760028054829003905562000193565b6001600160a01b03821660009081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051620001d991815260200190565b60405180910390a3505050565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200020e57600080fd5b81516001600160401b03808211156200022b576200022b620001e6565b604051601f8301601f19908116603f01168101908282118183101715620002565762000256620001e6565b816040528381526020925086838588010111156200027357600080fd5b600091505b8382101562000297578582018301518183018401529082019062000278565b600093810190920192909252949350505050565b600080600060608486031215620002c157600080fd5b835160208501519093506001600160401b0380821115620002e157600080fd5b620002ef87838801620001fc565b935060408601519150808211156200030657600080fd5b506200031586828701620001fc565b9150509250925092565b600181811c908216806200033457607f821691505b6020821081036200035557634e487b7160e01b600052602260045260246000fd5b50919050565b601f821115620003a957600081815260208120601f850160051c81016020861015620003845750805b601f850160051c820191505b81811015620003a55782815560010162000390565b5050505b505050565b81516001600160401b03811115620003ca57620003ca620001e6565b620003e281620003db84546200031f565b846200035b565b602080601f8311600181146200041a5760008415620004015750858301515b600019600386901b1c1916600185901b178555620003a5565b600085815260208120601f198616915b828110156200044b578886015182559484019460019091019084016200042a565b50858210156200046a5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b808201808211156200049c57634e487b7160e01b600052601160045260246000fd5b92915050565b6107a180620004b26000396000f3fe608060405234801561001057600080fd5b506004361061009e5760003560e01c806370a082311161006657806370a082311461011857806395d89b4114610141578063a0712d6814610149578063a9059cbb1461015e578063dd62ed3e1461017157600080fd5b806306fdde03146100a3578063095ea7b3146100c157806318160ddd146100e457806323b872dd146100f6578063313ce56714610109575b600080fd5b6100ab6101aa565b6040516100b891906105d2565b60405180910390f35b6100d46100cf36600461063c565b61023c565b60405190151581526020016100b8565b6002545b6040519081526020016100b8565b6100d4610104366004610666565b610256565b604051600681526020016100b8565b6100e86101263660046106a2565b6001600160a01b031660009081526020819052604090205490565b6100ab61027a565b61015c6101573660046106c4565b610289565b005b6100d461016c36600461063c565b610296565b6100e861017f3660046106dd565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6060600380546101b990610710565b80601f01602080910402602001604051908101604052809291908181526020018280546101e590610710565b80156102325780601f1061020757610100808354040283529160200191610232565b820191906000526020600020905b81548152906001019060200180831161021557829003601f168201915b5050505050905090565b60003361024a8185856102a4565b60019150505b92915050565b6000336102648582856102b6565b61026f85858561033a565b506001949350505050565b6060600480546101b990610710565b6102933382610399565b50565b60003361024a81858561033a565b6102b183838360016103d3565b505050565b6001600160a01b03838116600090815260016020908152604080832093861683529290522054600019811015610334578181101561032557604051637dc7a0d960e11b81526001600160a01b038416600482015260248101829052604481018390526064015b60405180910390fd5b610334848484840360006103d3565b50505050565b6001600160a01b03831661036457604051634b637e8f60e11b81526000600482015260240161031c565b6001600160a01b03821661038e5760405163ec442f0560e01b81526000600482015260240161031c565b6102b18383836104a8565b6001600160a01b0382166103c35760405163ec442f0560e01b81526000600482015260240161031c565b6103cf600083836104a8565b5050565b6001600160a01b0384166103fd5760405163e602df0560e01b81526000600482015260240161031c565b6001600160a01b03831661042757604051634a1406b160e11b81526000600482015260240161031c565b6001600160a01b038085166000908152600160209081526040808320938716835292905220829055801561033457826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258460405161049a91815260200190565b60405180910390a350505050565b6001600160a01b0383166104d35780600260008282546104c8919061074a565b909155506105459050565b6001600160a01b038316600090815260208190526040902054818110156105265760405163391434e360e21b81526001600160a01b0385166004820152602481018290526044810183905260640161031c565b6001600160a01b03841660009081526020819052604090209082900390555b6001600160a01b03821661056157600280548290039055610580565b6001600160a01b03821660009081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516105c591815260200190565b60405180910390a3505050565b600060208083528351808285015260005b818110156105ff578581018301518582016040015282016105e3565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b038116811461063757600080fd5b919050565b6000806040838503121561064f57600080fd5b61065883610620565b946020939093013593505050565b60008060006060848603121561067b57600080fd5b61068484610620565b925061069260208501610620565b9150604084013590509250925092565b6000602082840312156106b457600080fd5b6106bd82610620565b9392505050565b6000602082840312156106d657600080fd5b5035919050565b600080604083850312156106f057600080fd5b6106f983610620565b915061070760208401610620565b90509250929050565b600181811c9082168061072457607f821691505b60208210810361074457634e487b7160e01b600052602260045260246000fd5b50919050565b8082018082111561025057634e487b7160e01b600052601160045260246000fdfea2646970667358221220cb5b1075c22e26200353b52b120c6d43135455b59d7ee5d7d1aaae7828b89bda64736f6c63430008140033";
17
+ static readonly bytecode = "0x604060808152346200039f5762000b7c803803806200001e81620003a4565b92833981016060828203126200039f57815191602091828201519160018060401b03928381116200039f578262000057918301620003ca565b91868201518481116200039f57620000709201620003ca565b9181518181116200029f576003908154906001948583811c9316801562000394575b888410146200037e578190601f9384811162000328575b508890848311600114620002c157600092620002b5575b505060001982851b1c191690851b1782555b84519283116200029f5760049485548581811c9116801562000294575b888210146200027f5782811162000234575b5086918411600114620001c957938394918492600095620001bd575b50501b92600019911b1c19161781555b3315620001a657600254908382018092116200019157506000917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9160025533835282815284832084815401905584519384523393a35161073f90816200043d8239f35b601190634e487b7160e01b6000525260246000fd5b602490600085519163ec442f0560e01b8352820152fd5b0151935038806200011d565b9190601f198416928660005284886000209460005b8a898383106200021c575050501062000201575b50505050811b0181556200012d565b01519060f884600019921b161c1916905538808080620001f2565b868601518955909701969485019488935001620001de565b86600052876000208380870160051c8201928a881062000275575b0160051c019086905b8281106200026857505062000101565b6000815501869062000258565b925081926200024f565b602287634e487b7160e01b6000525260246000fd5b90607f1690620000ef565b634e487b7160e01b600052604160045260246000fd5b015190503880620000c0565b90879350601f19831691866000528a6000209260005b8c828210620003115750508411620002f8575b505050811b018255620000d2565b015160001983871b60f8161c19169055388080620002ea565b8385015186558b97909501949384019301620002d7565b90915084600052886000208480850160051c8201928b861062000374575b918991869594930160051c01915b82811062000364575050620000a9565b6000815585945089910162000354565b9250819262000346565b634e487b7160e01b600052602260045260246000fd5b92607f169262000092565b600080fd5b6040519190601f01601f191682016001600160401b038111838210176200029f57604052565b919080601f840112156200039f5782516001600160401b0381116200029f5760209062000400601f8201601f19168301620003a4565b928184528282870101116200039f5760005b8181106200042857508260009394955001015290565b85810183015184820184015282016200041256fe608060408181526004918236101561001657600080fd5b600092833560e01c91826306fdde03146104d957508163095ea7b31461042f57816318160ddd1461041057816323b872dd14610319578163313ce567146102fd57816370a08231146102c657816395d89b41146101a7578163a0712d681461010e57508063a9059cbb146100de5763dd62ed3e1461009357600080fd5b346100da57806003193601126100da57806020926100af6105fa565b6100b7610615565b6001600160a01b0391821683526001865283832091168252845220549051908152f35b5080fd5b50346100da57806003193601126100da576020906101076100fd6105fa565b602435903361062b565b5160018152f35b919050346101a35760203660031901126101a357813591331561018e576002549083820180921161017b57506002553383528260205280832082815401905551908152817fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60203393a380f35b634e487b7160e01b855260119052602484fd5b83602492519163ec442f0560e01b8352820152fd5b8280fd5b8383346100da57816003193601126100da57805190828454600181811c908083169283156102bc575b60209384841081146102a95783885290811561028d5750600114610238575b505050829003601f01601f191682019267ffffffffffffffff84118385101761022557508291826102219252826105b1565b0390f35b634e487b7160e01b815260418552602490fd5b8787529192508591837f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5b83851061027957505050508301018580806101ef565b805488860183015293019284908201610263565b60ff1916878501525050151560051b84010190508580806101ef565b634e487b7160e01b895260228a52602489fd5b91607f16916101d0565b5050346100da5760203660031901126100da5760209181906001600160a01b036102ee6105fa565b16815280845220549051908152f35b5050346100da57816003193601126100da576020905160068152f35b9050823461040d57606036600319011261040d576103356105fa565b61033d610615565b916044359360018060a01b038316808352600160205286832033845260205286832054916000198310610379575b60208861010789898961062b565b8683106103e15781156103ca5733156103b3575082526001602090815286832033845281529186902090859003905582906101078761036b565b8751634a1406b160e11b8152908101849052602490fd5b875163e602df0560e01b8152908101849052602490fd5b8751637dc7a0d960e11b8152339181019182526020820193909352604081018790528291506060010390fd5b80fd5b5050346100da57816003193601126100da576020906002549051908152f35b9050346101a357816003193601126101a3576104496105fa565b6024359033156104c2576001600160a01b03169182156104ab57508083602095338152600187528181208582528752205582519081527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925843392a35160018152f35b8351634a1406b160e11b8152908101859052602490fd5b835163e602df0560e01b8152808401869052602490fd5b849084346101a357826003193601126101a35782600354600181811c908083169283156105a7575b60209384841081146102a95783885290811561028d575060011461055157505050829003601f01601f191682019267ffffffffffffffff84118385101761022557508291826102219252826105b1565b600387529192508591837fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b5b83851061059357505050508301018580806101ef565b80548886018301529301928490820161057d565b91607f1691610501565b6020808252825181830181905290939260005b8281106105e657505060409293506000838284010152601f8019910116010190565b8181018601518482016040015285016105c4565b600435906001600160a01b038216820361061057565b600080fd5b602435906001600160a01b038216820361061057565b916001600160a01b038084169283156106f057169283156106d757600090838252816020526040822054908382106106a5575091604082827fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef958760209652828652038282205586815220818154019055604051908152a3565b60405163391434e360e21b81526001600160a01b03919091166004820152602481019190915260448101839052606490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fdfea26469706673582212204df6fb9a489003938adb752642126db10f37a9e4b56af984ec722ff484239f9e64736f6c63430008140033";
18
18
  static readonly abi: readonly [{
19
19
  readonly inputs: readonly [{
20
20
  readonly internalType: "uint256";
@@ -1 +1 @@
1
- {"version":3,"file":"ERC20Mock__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,eAAe,EACf,2BAA2B,EAE5B,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EACV,MAAM,EACN,YAAY,EACZ,yBAAyB,EACzB,cAAc,EACf,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,KAAK,EACV,SAAS,EACT,kBAAkB,EACnB,MAAM,4CAA4C,CAAC;AA8VpD,KAAK,0BAA0B,GAC3B,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GACjB,qBAAqB,CAAC,OAAO,eAAe,CAAC,CAAC;AAMlD,qBAAa,kBAAmB,SAAQ,eAAe;gBACzC,GAAG,IAAI,EAAE,0BAA0B;IAQtC,oBAAoB,CAC3B,aAAa,EAAE,YAAY,EAC3B,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,EACf,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAClD,OAAO,CAAC,yBAAyB,CAAC;IAQ5B,MAAM,CACb,aAAa,EAAE,YAAY,EAC3B,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,EACf,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAO9C,OAAO,CACV,SAAS,GAAG;QACV,qBAAqB,IAAI,2BAA2B,CAAC;KACtD,CACF;IAEM,OAAO,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI,GAAG,kBAAkB;IAInE,MAAM,CAAC,QAAQ,CAAC,QAAQ,8qMAAa;IACrC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,kBAAkB;IAG5C,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,cAAc,GAAG,IAAI,GAAG,SAAS;CAG3E"}
1
+ {"version":3,"file":"ERC20Mock__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,eAAe,EACf,2BAA2B,EAE5B,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EACV,MAAM,EACN,YAAY,EACZ,yBAAyB,EACzB,cAAc,EACf,MAAM,QAAQ,CAAC;AAChB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,KAAK,EACV,SAAS,EACT,kBAAkB,EACnB,MAAM,4CAA4C,CAAC;AA8VpD,KAAK,0BAA0B,GAC3B,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GACjB,qBAAqB,CAAC,OAAO,eAAe,CAAC,CAAC;AAMlD,qBAAa,kBAAmB,SAAQ,eAAe;gBACzC,GAAG,IAAI,EAAE,0BAA0B;IAQtC,oBAAoB,CAC3B,aAAa,EAAE,YAAY,EAC3B,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,EACf,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAClD,OAAO,CAAC,yBAAyB,CAAC;IAQ5B,MAAM,CACb,aAAa,EAAE,YAAY,EAC3B,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,EACf,SAAS,CAAC,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAO9C,OAAO,CACV,SAAS,GAAG;QACV,qBAAqB,IAAI,2BAA2B,CAAC;KACtD,CACF;IAEM,OAAO,CAAC,MAAM,EAAE,cAAc,GAAG,IAAI,GAAG,kBAAkB;IAInE,MAAM,CAAC,QAAQ,CAAC,QAAQ,gwLAAa;IACrC,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,kBAAkB;IAG5C,MAAM,CAAC,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,cAAc,GAAG,IAAI,GAAG,SAAS;CAG3E"}