curvance 5.2.3 → 5.3.0

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/README.md CHANGED
@@ -699,7 +699,7 @@ const marketSnapshot = snapshotMarket(market)
699
699
 
700
700
  ## ❯ Optimizer
701
701
 
702
- The `OptimizerReader` reads yield-rebalancing vaults that allocate across markets.
702
+ The `OptimizerReader` reads yield-rebalancing vaults that allocate across markets. Reader calls that accrue optimizer state are simulated with `staticCall` by the SDK.
703
703
 
704
704
  ```ts
705
705
  import Decimal from "decimal.js"
@@ -719,9 +719,6 @@ await optimizerReader.getOptimizerUserData(optimizerAddresses, account)
719
719
  await optimizerReader.optimalRebalance(optimizerAddress, 100n)
720
720
  // Returns: { actions: { cToken, assetsOrBps }[], bounds: { cToken, minBps, maxBps }[] }
721
721
 
722
- await optimizerReader.optimalRebalanceAt(optimizerAddress, 100n, timestamp)
723
- // Returns the rebalance plan projected at a specific timestamp
724
-
725
722
  await optimizerReader.isBad(optimizerAddress)
726
723
  // Returns bad cToken markets for the optimizer
727
724
 
@@ -0,0 +1,484 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ {
5
+ "internalType": "contract ICentralRegistry",
6
+ "name": "_centralRegistry",
7
+ "type": "address"
8
+ },
9
+ {
10
+ "internalType": "uint256",
11
+ "name": "_stalenessMultiplier",
12
+ "type": "uint256"
13
+ }
14
+ ],
15
+ "stateMutability": "nonpayable",
16
+ "type": "constructor"
17
+ },
18
+ {
19
+ "inputs": [],
20
+ "name": "OptimizerReader__InvalidMultiplier",
21
+ "type": "error"
22
+ },
23
+ {
24
+ "inputs": [],
25
+ "name": "OptimizerReader__Unauthorized",
26
+ "type": "error"
27
+ },
28
+ {
29
+ "anonymous": false,
30
+ "inputs": [
31
+ {
32
+ "indexed": false,
33
+ "internalType": "uint256",
34
+ "name": "oldMultiplier",
35
+ "type": "uint256"
36
+ },
37
+ {
38
+ "indexed": false,
39
+ "internalType": "uint256",
40
+ "name": "newMultiplier",
41
+ "type": "uint256"
42
+ }
43
+ ],
44
+ "name": "StalenessMultiplierUpdated",
45
+ "type": "event"
46
+ },
47
+ {
48
+ "inputs": [],
49
+ "name": "CAP_BUFFER_BPS",
50
+ "outputs": [
51
+ {
52
+ "internalType": "uint256",
53
+ "name": "",
54
+ "type": "uint256"
55
+ }
56
+ ],
57
+ "stateMutability": "view",
58
+ "type": "function"
59
+ },
60
+ {
61
+ "inputs": [],
62
+ "name": "ORACLE_MANAGER",
63
+ "outputs": [
64
+ {
65
+ "internalType": "contract IOracleManager",
66
+ "name": "",
67
+ "type": "address"
68
+ }
69
+ ],
70
+ "stateMutability": "view",
71
+ "type": "function"
72
+ },
73
+ {
74
+ "inputs": [],
75
+ "name": "REBALANCE_CHUNKS",
76
+ "outputs": [
77
+ {
78
+ "internalType": "uint256",
79
+ "name": "",
80
+ "type": "uint256"
81
+ }
82
+ ],
83
+ "stateMutability": "view",
84
+ "type": "function"
85
+ },
86
+ {
87
+ "inputs": [],
88
+ "name": "USD_THRESHOLD",
89
+ "outputs": [
90
+ {
91
+ "internalType": "uint256",
92
+ "name": "",
93
+ "type": "uint256"
94
+ }
95
+ ],
96
+ "stateMutability": "view",
97
+ "type": "function"
98
+ },
99
+ {
100
+ "inputs": [
101
+ {
102
+ "internalType": "address",
103
+ "name": "account",
104
+ "type": "address"
105
+ },
106
+ {
107
+ "internalType": "address",
108
+ "name": "cToken",
109
+ "type": "address"
110
+ },
111
+ {
112
+ "internalType": "uint256",
113
+ "name": "timestamp",
114
+ "type": "uint256"
115
+ }
116
+ ],
117
+ "name": "assetsAtTimestamp",
118
+ "outputs": [
119
+ {
120
+ "internalType": "uint256",
121
+ "name": "assets",
122
+ "type": "uint256"
123
+ }
124
+ ],
125
+ "stateMutability": "view",
126
+ "type": "function"
127
+ },
128
+ {
129
+ "inputs": [],
130
+ "name": "centralRegistry",
131
+ "outputs": [
132
+ {
133
+ "internalType": "contract ICentralRegistry",
134
+ "name": "",
135
+ "type": "address"
136
+ }
137
+ ],
138
+ "stateMutability": "view",
139
+ "type": "function"
140
+ },
141
+ {
142
+ "inputs": [
143
+ {
144
+ "internalType": "address",
145
+ "name": "optimizer",
146
+ "type": "address"
147
+ }
148
+ ],
149
+ "name": "getOptimizerAPY",
150
+ "outputs": [
151
+ {
152
+ "internalType": "uint256",
153
+ "name": "apy",
154
+ "type": "uint256"
155
+ }
156
+ ],
157
+ "stateMutability": "view",
158
+ "type": "function"
159
+ },
160
+ {
161
+ "inputs": [
162
+ {
163
+ "internalType": "address[]",
164
+ "name": "optimizers",
165
+ "type": "address[]"
166
+ }
167
+ ],
168
+ "name": "getOptimizerMarketData",
169
+ "outputs": [
170
+ {
171
+ "components": [
172
+ {
173
+ "internalType": "address",
174
+ "name": "_address",
175
+ "type": "address"
176
+ },
177
+ {
178
+ "internalType": "address",
179
+ "name": "asset",
180
+ "type": "address"
181
+ },
182
+ {
183
+ "internalType": "uint256",
184
+ "name": "totalAssets",
185
+ "type": "uint256"
186
+ },
187
+ {
188
+ "components": [
189
+ {
190
+ "internalType": "address",
191
+ "name": "_address",
192
+ "type": "address"
193
+ },
194
+ {
195
+ "internalType": "uint256",
196
+ "name": "allocatedAssets",
197
+ "type": "uint256"
198
+ },
199
+ {
200
+ "internalType": "uint256",
201
+ "name": "liquidity",
202
+ "type": "uint256"
203
+ },
204
+ {
205
+ "internalType": "uint256",
206
+ "name": "allocationCap",
207
+ "type": "uint256"
208
+ },
209
+ {
210
+ "internalType": "uint256",
211
+ "name": "allocationCapUtilizationBps",
212
+ "type": "uint256"
213
+ }
214
+ ],
215
+ "internalType": "struct OptimizerReader.OptimizerCTokenData[]",
216
+ "name": "markets",
217
+ "type": "tuple[]"
218
+ },
219
+ {
220
+ "internalType": "uint256",
221
+ "name": "totalLiquidity",
222
+ "type": "uint256"
223
+ },
224
+ {
225
+ "internalType": "uint256",
226
+ "name": "sharePrice",
227
+ "type": "uint256"
228
+ },
229
+ {
230
+ "internalType": "uint256",
231
+ "name": "exchangeRateHighWatermark",
232
+ "type": "uint256"
233
+ },
234
+ {
235
+ "internalType": "uint256",
236
+ "name": "performanceFee",
237
+ "type": "uint256"
238
+ },
239
+ {
240
+ "internalType": "uint256",
241
+ "name": "numApprovedMarkets",
242
+ "type": "uint256"
243
+ },
244
+ {
245
+ "internalType": "uint256",
246
+ "name": "apy",
247
+ "type": "uint256"
248
+ }
249
+ ],
250
+ "internalType": "struct OptimizerReader.OptimizerMarketData[]",
251
+ "name": "data",
252
+ "type": "tuple[]"
253
+ }
254
+ ],
255
+ "stateMutability": "view",
256
+ "type": "function"
257
+ },
258
+ {
259
+ "inputs": [
260
+ {
261
+ "internalType": "address[]",
262
+ "name": "optimizers",
263
+ "type": "address[]"
264
+ },
265
+ {
266
+ "internalType": "address",
267
+ "name": "account",
268
+ "type": "address"
269
+ }
270
+ ],
271
+ "name": "getOptimizerUserData",
272
+ "outputs": [
273
+ {
274
+ "components": [
275
+ {
276
+ "internalType": "address",
277
+ "name": "_address",
278
+ "type": "address"
279
+ },
280
+ {
281
+ "internalType": "uint256",
282
+ "name": "shareBalance",
283
+ "type": "uint256"
284
+ },
285
+ {
286
+ "internalType": "uint256",
287
+ "name": "redeemable",
288
+ "type": "uint256"
289
+ }
290
+ ],
291
+ "internalType": "struct OptimizerReader.OptimizerUserData[]",
292
+ "name": "data",
293
+ "type": "tuple[]"
294
+ }
295
+ ],
296
+ "stateMutability": "view",
297
+ "type": "function"
298
+ },
299
+ {
300
+ "inputs": [
301
+ {
302
+ "internalType": "address",
303
+ "name": "optimizer",
304
+ "type": "address"
305
+ }
306
+ ],
307
+ "name": "isBad",
308
+ "outputs": [
309
+ {
310
+ "internalType": "address[]",
311
+ "name": "bad",
312
+ "type": "address[]"
313
+ }
314
+ ],
315
+ "stateMutability": "view",
316
+ "type": "function"
317
+ },
318
+ {
319
+ "inputs": [
320
+ {
321
+ "internalType": "address[]",
322
+ "name": "optimizers",
323
+ "type": "address[]"
324
+ }
325
+ ],
326
+ "name": "multiIsBadCheck",
327
+ "outputs": [
328
+ {
329
+ "internalType": "address[][]",
330
+ "name": "badOptimizers",
331
+ "type": "address[][]"
332
+ }
333
+ ],
334
+ "stateMutability": "view",
335
+ "type": "function"
336
+ },
337
+ {
338
+ "inputs": [
339
+ {
340
+ "internalType": "address",
341
+ "name": "optimizer",
342
+ "type": "address"
343
+ },
344
+ {
345
+ "internalType": "uint256",
346
+ "name": "slippageBps",
347
+ "type": "uint256"
348
+ }
349
+ ],
350
+ "name": "optimalRebalance",
351
+ "outputs": [
352
+ {
353
+ "components": [
354
+ {
355
+ "internalType": "contract IBorrowableCToken",
356
+ "name": "cToken",
357
+ "type": "address"
358
+ },
359
+ {
360
+ "internalType": "int256",
361
+ "name": "assetsOrBps",
362
+ "type": "int256"
363
+ }
364
+ ],
365
+ "internalType": "struct LendingOptimizer.ReallocationAction[]",
366
+ "name": "actions",
367
+ "type": "tuple[]"
368
+ },
369
+ {
370
+ "components": [
371
+ {
372
+ "internalType": "address",
373
+ "name": "cToken",
374
+ "type": "address"
375
+ },
376
+ {
377
+ "internalType": "uint256",
378
+ "name": "minBps",
379
+ "type": "uint256"
380
+ },
381
+ {
382
+ "internalType": "uint256",
383
+ "name": "maxBps",
384
+ "type": "uint256"
385
+ }
386
+ ],
387
+ "internalType": "struct LendingOptimizer.AllocationBound[]",
388
+ "name": "bounds",
389
+ "type": "tuple[]"
390
+ }
391
+ ],
392
+ "stateMutability": "view",
393
+ "type": "function"
394
+ },
395
+ {
396
+ "inputs": [
397
+ {
398
+ "internalType": "address",
399
+ "name": "optimizer",
400
+ "type": "address"
401
+ },
402
+ {
403
+ "internalType": "uint256",
404
+ "name": "slippageBps",
405
+ "type": "uint256"
406
+ },
407
+ {
408
+ "internalType": "uint256",
409
+ "name": "timestamp",
410
+ "type": "uint256"
411
+ }
412
+ ],
413
+ "name": "optimalRebalanceAt",
414
+ "outputs": [
415
+ {
416
+ "components": [
417
+ {
418
+ "internalType": "contract IBorrowableCToken",
419
+ "name": "cToken",
420
+ "type": "address"
421
+ },
422
+ {
423
+ "internalType": "int256",
424
+ "name": "assetsOrBps",
425
+ "type": "int256"
426
+ }
427
+ ],
428
+ "internalType": "struct LendingOptimizer.ReallocationAction[]",
429
+ "name": "actions",
430
+ "type": "tuple[]"
431
+ },
432
+ {
433
+ "components": [
434
+ {
435
+ "internalType": "address",
436
+ "name": "cToken",
437
+ "type": "address"
438
+ },
439
+ {
440
+ "internalType": "uint256",
441
+ "name": "minBps",
442
+ "type": "uint256"
443
+ },
444
+ {
445
+ "internalType": "uint256",
446
+ "name": "maxBps",
447
+ "type": "uint256"
448
+ }
449
+ ],
450
+ "internalType": "struct LendingOptimizer.AllocationBound[]",
451
+ "name": "bounds",
452
+ "type": "tuple[]"
453
+ }
454
+ ],
455
+ "stateMutability": "view",
456
+ "type": "function"
457
+ },
458
+ {
459
+ "inputs": [
460
+ {
461
+ "internalType": "uint256",
462
+ "name": "newMultiplierBps",
463
+ "type": "uint256"
464
+ }
465
+ ],
466
+ "name": "setStalenessMultiplier",
467
+ "outputs": [],
468
+ "stateMutability": "nonpayable",
469
+ "type": "function"
470
+ },
471
+ {
472
+ "inputs": [],
473
+ "name": "stalenessMultiplierBps",
474
+ "outputs": [
475
+ {
476
+ "internalType": "uint256",
477
+ "name": "",
478
+ "type": "uint256"
479
+ }
480
+ ],
481
+ "stateMutability": "view",
482
+ "type": "function"
483
+ }
484
+ ]
@@ -67,35 +67,6 @@
67
67
  ],
68
68
  "stateMutability": "view"
69
69
  },
70
- {
71
- "type": "function",
72
- "name": "assetsAtTimestamp",
73
- "inputs": [
74
- {
75
- "name": "account",
76
- "type": "address",
77
- "internalType": "address"
78
- },
79
- {
80
- "name": "cToken",
81
- "type": "address",
82
- "internalType": "address"
83
- },
84
- {
85
- "name": "timestamp",
86
- "type": "uint256",
87
- "internalType": "uint256"
88
- }
89
- ],
90
- "outputs": [
91
- {
92
- "name": "assets",
93
- "type": "uint256",
94
- "internalType": "uint256"
95
- }
96
- ],
97
- "stateMutability": "view"
98
- },
99
70
  {
100
71
  "type": "function",
101
72
  "name": "centralRegistry",
@@ -126,7 +97,7 @@
126
97
  "internalType": "uint256"
127
98
  }
128
99
  ],
129
- "stateMutability": "view"
100
+ "stateMutability": "nonpayable"
130
101
  },
131
102
  {
132
103
  "type": "function",
@@ -224,7 +195,7 @@
224
195
  ]
225
196
  }
226
197
  ],
227
- "stateMutability": "view"
198
+ "stateMutability": "nonpayable"
228
199
  },
229
200
  {
230
201
  "type": "function",
@@ -265,7 +236,7 @@
265
236
  ]
266
237
  }
267
238
  ],
268
- "stateMutability": "view"
239
+ "stateMutability": "nonpayable"
269
240
  },
270
241
  {
271
242
  "type": "function",
@@ -361,70 +332,7 @@
361
332
  ]
362
333
  }
363
334
  ],
364
- "stateMutability": "view"
365
- },
366
- {
367
- "type": "function",
368
- "name": "optimalRebalanceAt",
369
- "inputs": [
370
- {
371
- "name": "optimizer",
372
- "type": "address",
373
- "internalType": "address"
374
- },
375
- {
376
- "name": "slippageBps",
377
- "type": "uint256",
378
- "internalType": "uint256"
379
- },
380
- {
381
- "name": "timestamp",
382
- "type": "uint256",
383
- "internalType": "uint256"
384
- }
385
- ],
386
- "outputs": [
387
- {
388
- "name": "actions",
389
- "type": "tuple[]",
390
- "internalType": "struct LendingOptimizer.ReallocationAction[]",
391
- "components": [
392
- {
393
- "name": "cToken",
394
- "type": "address",
395
- "internalType": "contract IBorrowableCToken"
396
- },
397
- {
398
- "name": "assetsOrBps",
399
- "type": "int256",
400
- "internalType": "int256"
401
- }
402
- ]
403
- },
404
- {
405
- "name": "bounds",
406
- "type": "tuple[]",
407
- "internalType": "struct LendingOptimizer.AllocationBound[]",
408
- "components": [
409
- {
410
- "name": "cToken",
411
- "type": "address",
412
- "internalType": "address"
413
- },
414
- {
415
- "name": "minBps",
416
- "type": "uint256",
417
- "internalType": "uint256"
418
- },
419
- {
420
- "name": "maxBps",
421
- "type": "uint256",
422
- "internalType": "uint256"
423
- }
424
- ]
425
- }
426
- ],
427
- "stateMutability": "view"
335
+ "stateMutability": "nonpayable"
428
336
  },
429
337
  {
430
338
  "type": "function",
@@ -1 +1 @@
1
- {"version":3,"file":"monad.d.ts","sourceRoot":"","sources":["../../src/chains/monad.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,GAAG,CAAC;AAMhC,eAAO,MAAM,OAAO,EAAE,WAoCrB,CAAC"}
1
+ {"version":3,"file":"monad.d.ts","sourceRoot":"","sources":["../../src/chains/monad.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,GAAG,CAAC;AAMhC,eAAO,MAAM,OAAO,EAAE,WAqCrB,CAAC"}
@@ -41,6 +41,7 @@ exports.mainnet = {
41
41
  'YZM',
42
42
  'wsrUSD',
43
43
  'sAUSD',
44
+ 'savUSD'
44
45
  ],
45
46
  };
46
47
  //# sourceMappingURL=monad.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"monad.js","sourceRoot":"","sources":["../../src/chains/monad.ts"],"names":[],"mappings":";;;AACA,mEAAgE;AAChE,wCAA2C;AAE3C,+BAAoG;AACpG,yCAAsD;AAEtD,MAAM,SAAS,GAAG,mCAAwB,CAAC;AAE9B,QAAA,OAAO,GAAgB;IAChC,OAAO,EAAE,GAAG;IACZ,WAAW,EAAE,oBAAoB;IACjC,QAAQ,EAAE;QACN,WAAW,EAAE;YACT,WAAW,EAAE,eAAe;YAC5B,kBAAkB,EAAE,CAAC,OAAO,CAAC;YAC7B,eAAe,EAAE,OAAO;YACxB,4BAA4B,EAAE,CAAC,MAAM,CAAC;SACzC;QACD,cAAc,EAAE;YACZ,SAAS;SACZ;KACJ;IACD,MAAM,EAAE,IAAI,qBAAS,CAAC,uBAAa,EAAE,SAAS,CAAC,MAAM,EAAE,SAAS,CAAC,SAAS,EAAE,SAAS,CAAC,OAAO,CAAC;IAC9F,GAAG,EAAE,IAAA,uBAAiB,EAAC,eAAe,CAAC;IACvC,QAAQ,EAAE,IAAA,gCAA0B,EAAC,eAAe,CAAC;IACrD,iBAAiB,EAAE,IAAA,kCAA4B,EAAC,eAAe,CAAC;IAChE,aAAa,EAAE,KAAK;IACpB,WAAW,EAAE,OAAO;IACpB,cAAc,EAAE,4CAAuD;IACvE,aAAa,EAAE;QACX,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,4CAAuD,EAAE;QACrF,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,4CAAuD,EAAE;KACvF;IACD,MAAM,EAAE;QACJ,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,4CAAuD,EAAE,UAAU,EAAE,4CAAuD,EAAE;KAC5J;IACD,oBAAoB,EAAE;QAClB,MAAM;QACN,MAAM;QACN,OAAO;QACP,KAAK;QACL,QAAQ;QACR,OAAO;KACV;CACJ,CAAC"}
1
+ {"version":3,"file":"monad.js","sourceRoot":"","sources":["../../src/chains/monad.ts"],"names":[],"mappings":";;;AACA,mEAAgE;AAChE,wCAA2C;AAE3C,+BAAoG;AACpG,yCAAsD;AAEtD,MAAM,SAAS,GAAG,mCAAwB,CAAC;AAE9B,QAAA,OAAO,GAAgB;IAChC,OAAO,EAAE,GAAG;IACZ,WAAW,EAAE,oBAAoB;IACjC,QAAQ,EAAE;QACN,WAAW,EAAE;YACT,WAAW,EAAE,eAAe;YAC5B,kBAAkB,EAAE,CAAC,OAAO,CAAC;YAC7B,eAAe,EAAE,OAAO;YACxB,4BAA4B,EAAE,CAAC,MAAM,CAAC;SACzC;QACD,cAAc,EAAE;YACZ,SAAS;SACZ;KACJ;IACD,MAAM,EAAE,IAAI,qBAAS,CAAC,uBAAa,EAAE,SAAS,CAAC,MAAM,EAAE,SAAS,CAAC,SAAS,EAAE,SAAS,CAAC,OAAO,CAAC;IAC9F,GAAG,EAAE,IAAA,uBAAiB,EAAC,eAAe,CAAC;IACvC,QAAQ,EAAE,IAAA,gCAA0B,EAAC,eAAe,CAAC;IACrD,iBAAiB,EAAE,IAAA,kCAA4B,EAAC,eAAe,CAAC;IAChE,aAAa,EAAE,KAAK;IACpB,WAAW,EAAE,OAAO;IACpB,cAAc,EAAE,4CAAuD;IACvE,aAAa,EAAE;QACX,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,4CAAuD,EAAE;QACrF,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,4CAAuD,EAAE;KACvF;IACD,MAAM,EAAE;QACJ,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,4CAAuD,EAAE,UAAU,EAAE,4CAAuD,EAAE;KAC5J;IACD,oBAAoB,EAAE;QAClB,MAAM;QACN,MAAM;QACN,OAAO;QACP,KAAK;QACL,QAAQ;QACR,OAAO;QACP,QAAQ;KACX;CACJ,CAAC"}
@@ -0,0 +1,31 @@
1
+ import { Contract } from "ethers";
2
+ import { type ChainRpcPrefix } from "../helpers";
3
+ import type { SetupConfigSnapshot } from "../setup";
4
+ import { address, curvance_read_provider, curvance_signer } from "../types";
5
+ import { OptimizerReader } from "./OptimizerReader";
6
+ import { ERC20 } from "./ERC20";
7
+ import { OracleManager } from "./OracleManager";
8
+ import Decimal from "decimal.js";
9
+ export interface IOptimizer {
10
+ exchangeRate(): Promise<bigint>;
11
+ asset(): Promise<address>;
12
+ totalSupply(): Promise<bigint>;
13
+ }
14
+ export declare class Optimizer {
15
+ address: address;
16
+ provider: curvance_read_provider;
17
+ signer: curvance_signer | null;
18
+ name: string;
19
+ chain: ChainRpcPrefix;
20
+ reader: OptimizerReader;
21
+ contract: Contract & IOptimizer;
22
+ oracle_manager: OracleManager;
23
+ constructor(address: address, signer: curvance_signer | null, reader: OptimizerReader, name: string, chain: ChainRpcPrefix, oracle_manager: OracleManager);
24
+ getAsset(): Promise<ERC20>;
25
+ getPrice(): Promise<Decimal>;
26
+ getDeposits(): Promise<Decimal>;
27
+ getApy(): Promise<bigint>;
28
+ static getAll(setup?: SetupConfigSnapshot, oracle_manager?: OracleManager): Optimizer[];
29
+ private static getSetupConfig;
30
+ }
31
+ //# sourceMappingURL=Optimizer.d.ts.map