@gearbox-protocol/sdk 9.15.2 → 9.15.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.
@@ -0,0 +1,541 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var balancerV3WrapperWorker_exports = {};
20
+ __export(balancerV3WrapperWorker_exports, {
21
+ balancerV3WrapperWorkerAbi: () => balancerV3WrapperWorkerAbi
22
+ });
23
+ module.exports = __toCommonJS(balancerV3WrapperWorker_exports);
24
+ const balancerV3WrapperWorkerAbi = [
25
+ {
26
+ type: "constructor",
27
+ inputs: [{ name: "_router", type: "address", internalType: "address" }],
28
+ stateMutability: "nonpayable"
29
+ },
30
+ {
31
+ type: "function",
32
+ name: "buildEdges",
33
+ inputs: [
34
+ {
35
+ name: "graph",
36
+ type: "tuple",
37
+ internalType: "struct Graph",
38
+ components: [
39
+ {
40
+ name: "vertices",
41
+ type: "tuple[]",
42
+ internalType: "struct Vertex[]",
43
+ components: [
44
+ { name: "token", type: "address", internalType: "address" },
45
+ { name: "balance", type: "uint256", internalType: "uint256" },
46
+ {
47
+ name: "leftoverBalance",
48
+ type: "uint256",
49
+ internalType: "uint256"
50
+ },
51
+ { name: "numSplits", type: "uint256", internalType: "uint256" },
52
+ {
53
+ name: "currentOptimalEdge",
54
+ type: "uint256",
55
+ internalType: "uint256"
56
+ }
57
+ ]
58
+ },
59
+ {
60
+ name: "edges",
61
+ type: "tuple[]",
62
+ internalType: "struct Edge[]",
63
+ components: [
64
+ { name: "id", type: "uint256", internalType: "uint256" },
65
+ { name: "tokenIn", type: "address", internalType: "address" },
66
+ { name: "tokenOut", type: "address", internalType: "address" },
67
+ { name: "adapter", type: "address", internalType: "address" },
68
+ { name: "worker", type: "address", internalType: "address" },
69
+ { name: "extraData", type: "bytes", internalType: "bytes" },
70
+ {
71
+ name: "amountInTotal",
72
+ type: "uint256",
73
+ internalType: "uint256"
74
+ },
75
+ {
76
+ name: "amountOutTotal",
77
+ type: "uint256",
78
+ internalType: "uint256"
79
+ },
80
+ {
81
+ name: "amountInCurrent",
82
+ type: "uint256",
83
+ internalType: "uint256"
84
+ },
85
+ {
86
+ name: "amountOutCurrent",
87
+ type: "uint256",
88
+ internalType: "uint256"
89
+ }
90
+ ]
91
+ }
92
+ ]
93
+ },
94
+ { name: "adapter", type: "address", internalType: "address" }
95
+ ],
96
+ outputs: [
97
+ {
98
+ name: "",
99
+ type: "tuple",
100
+ internalType: "struct Graph",
101
+ components: [
102
+ {
103
+ name: "vertices",
104
+ type: "tuple[]",
105
+ internalType: "struct Vertex[]",
106
+ components: [
107
+ { name: "token", type: "address", internalType: "address" },
108
+ { name: "balance", type: "uint256", internalType: "uint256" },
109
+ {
110
+ name: "leftoverBalance",
111
+ type: "uint256",
112
+ internalType: "uint256"
113
+ },
114
+ { name: "numSplits", type: "uint256", internalType: "uint256" },
115
+ {
116
+ name: "currentOptimalEdge",
117
+ type: "uint256",
118
+ internalType: "uint256"
119
+ }
120
+ ]
121
+ },
122
+ {
123
+ name: "edges",
124
+ type: "tuple[]",
125
+ internalType: "struct Edge[]",
126
+ components: [
127
+ { name: "id", type: "uint256", internalType: "uint256" },
128
+ { name: "tokenIn", type: "address", internalType: "address" },
129
+ { name: "tokenOut", type: "address", internalType: "address" },
130
+ { name: "adapter", type: "address", internalType: "address" },
131
+ { name: "worker", type: "address", internalType: "address" },
132
+ { name: "extraData", type: "bytes", internalType: "bytes" },
133
+ {
134
+ name: "amountInTotal",
135
+ type: "uint256",
136
+ internalType: "uint256"
137
+ },
138
+ {
139
+ name: "amountOutTotal",
140
+ type: "uint256",
141
+ internalType: "uint256"
142
+ },
143
+ {
144
+ name: "amountInCurrent",
145
+ type: "uint256",
146
+ internalType: "uint256"
147
+ },
148
+ {
149
+ name: "amountOutCurrent",
150
+ type: "uint256",
151
+ internalType: "uint256"
152
+ }
153
+ ]
154
+ }
155
+ ]
156
+ }
157
+ ],
158
+ stateMutability: "view"
159
+ },
160
+ {
161
+ type: "function",
162
+ name: "contractType",
163
+ inputs: [],
164
+ outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
165
+ stateMutability: "view"
166
+ },
167
+ {
168
+ type: "function",
169
+ name: "getEdgeAmountOutCurrent",
170
+ inputs: [
171
+ {
172
+ name: "edge",
173
+ type: "tuple",
174
+ internalType: "struct Edge",
175
+ components: [
176
+ { name: "id", type: "uint256", internalType: "uint256" },
177
+ { name: "tokenIn", type: "address", internalType: "address" },
178
+ { name: "tokenOut", type: "address", internalType: "address" },
179
+ { name: "adapter", type: "address", internalType: "address" },
180
+ { name: "worker", type: "address", internalType: "address" },
181
+ { name: "extraData", type: "bytes", internalType: "bytes" },
182
+ { name: "amountInTotal", type: "uint256", internalType: "uint256" },
183
+ { name: "amountOutTotal", type: "uint256", internalType: "uint256" },
184
+ { name: "amountInCurrent", type: "uint256", internalType: "uint256" },
185
+ {
186
+ name: "amountOutCurrent",
187
+ type: "uint256",
188
+ internalType: "uint256"
189
+ }
190
+ ]
191
+ }
192
+ ],
193
+ outputs: [
194
+ { name: "amountOutCurrent", type: "uint256", internalType: "uint256" }
195
+ ],
196
+ stateMutability: "pure"
197
+ },
198
+ {
199
+ type: "function",
200
+ name: "getMulticalls",
201
+ inputs: [
202
+ {
203
+ name: "edge",
204
+ type: "tuple",
205
+ internalType: "struct Edge",
206
+ components: [
207
+ { name: "id", type: "uint256", internalType: "uint256" },
208
+ { name: "tokenIn", type: "address", internalType: "address" },
209
+ { name: "tokenOut", type: "address", internalType: "address" },
210
+ { name: "adapter", type: "address", internalType: "address" },
211
+ { name: "worker", type: "address", internalType: "address" },
212
+ { name: "extraData", type: "bytes", internalType: "bytes" },
213
+ { name: "amountInTotal", type: "uint256", internalType: "uint256" },
214
+ { name: "amountOutTotal", type: "uint256", internalType: "uint256" },
215
+ { name: "amountInCurrent", type: "uint256", internalType: "uint256" },
216
+ {
217
+ name: "amountOutCurrent",
218
+ type: "uint256",
219
+ internalType: "uint256"
220
+ }
221
+ ]
222
+ },
223
+ { name: "currentBalance", type: "uint256", internalType: "uint256" }
224
+ ],
225
+ outputs: [
226
+ {
227
+ name: "calls",
228
+ type: "tuple[]",
229
+ internalType: "struct MultiCall[]",
230
+ components: [
231
+ { name: "target", type: "address", internalType: "address" },
232
+ { name: "callData", type: "bytes", internalType: "bytes" }
233
+ ]
234
+ }
235
+ ],
236
+ stateMutability: "pure"
237
+ },
238
+ {
239
+ type: "function",
240
+ name: "isNonLinear",
241
+ inputs: [],
242
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
243
+ stateMutability: "view"
244
+ },
245
+ {
246
+ type: "function",
247
+ name: "migrate",
248
+ inputs: [],
249
+ outputs: [],
250
+ stateMutability: "nonpayable"
251
+ },
252
+ {
253
+ type: "function",
254
+ name: "processClaims",
255
+ inputs: [
256
+ {
257
+ name: "",
258
+ type: "tuple",
259
+ internalType: "struct Edge",
260
+ components: [
261
+ { name: "id", type: "uint256", internalType: "uint256" },
262
+ { name: "tokenIn", type: "address", internalType: "address" },
263
+ { name: "tokenOut", type: "address", internalType: "address" },
264
+ { name: "adapter", type: "address", internalType: "address" },
265
+ { name: "worker", type: "address", internalType: "address" },
266
+ { name: "extraData", type: "bytes", internalType: "bytes" },
267
+ { name: "amountInTotal", type: "uint256", internalType: "uint256" },
268
+ { name: "amountOutTotal", type: "uint256", internalType: "uint256" },
269
+ { name: "amountInCurrent", type: "uint256", internalType: "uint256" },
270
+ {
271
+ name: "amountOutCurrent",
272
+ type: "uint256",
273
+ internalType: "uint256"
274
+ }
275
+ ]
276
+ },
277
+ {
278
+ name: "graph",
279
+ type: "tuple",
280
+ internalType: "struct Graph",
281
+ components: [
282
+ {
283
+ name: "vertices",
284
+ type: "tuple[]",
285
+ internalType: "struct Vertex[]",
286
+ components: [
287
+ { name: "token", type: "address", internalType: "address" },
288
+ { name: "balance", type: "uint256", internalType: "uint256" },
289
+ {
290
+ name: "leftoverBalance",
291
+ type: "uint256",
292
+ internalType: "uint256"
293
+ },
294
+ { name: "numSplits", type: "uint256", internalType: "uint256" },
295
+ {
296
+ name: "currentOptimalEdge",
297
+ type: "uint256",
298
+ internalType: "uint256"
299
+ }
300
+ ]
301
+ },
302
+ {
303
+ name: "edges",
304
+ type: "tuple[]",
305
+ internalType: "struct Edge[]",
306
+ components: [
307
+ { name: "id", type: "uint256", internalType: "uint256" },
308
+ { name: "tokenIn", type: "address", internalType: "address" },
309
+ { name: "tokenOut", type: "address", internalType: "address" },
310
+ { name: "adapter", type: "address", internalType: "address" },
311
+ { name: "worker", type: "address", internalType: "address" },
312
+ { name: "extraData", type: "bytes", internalType: "bytes" },
313
+ {
314
+ name: "amountInTotal",
315
+ type: "uint256",
316
+ internalType: "uint256"
317
+ },
318
+ {
319
+ name: "amountOutTotal",
320
+ type: "uint256",
321
+ internalType: "uint256"
322
+ },
323
+ {
324
+ name: "amountInCurrent",
325
+ type: "uint256",
326
+ internalType: "uint256"
327
+ },
328
+ {
329
+ name: "amountOutCurrent",
330
+ type: "uint256",
331
+ internalType: "uint256"
332
+ }
333
+ ]
334
+ }
335
+ ]
336
+ },
337
+ { name: "", type: "address", internalType: "address" }
338
+ ],
339
+ outputs: [
340
+ {
341
+ name: "",
342
+ type: "tuple",
343
+ internalType: "struct Graph",
344
+ components: [
345
+ {
346
+ name: "vertices",
347
+ type: "tuple[]",
348
+ internalType: "struct Vertex[]",
349
+ components: [
350
+ { name: "token", type: "address", internalType: "address" },
351
+ { name: "balance", type: "uint256", internalType: "uint256" },
352
+ {
353
+ name: "leftoverBalance",
354
+ type: "uint256",
355
+ internalType: "uint256"
356
+ },
357
+ { name: "numSplits", type: "uint256", internalType: "uint256" },
358
+ {
359
+ name: "currentOptimalEdge",
360
+ type: "uint256",
361
+ internalType: "uint256"
362
+ }
363
+ ]
364
+ },
365
+ {
366
+ name: "edges",
367
+ type: "tuple[]",
368
+ internalType: "struct Edge[]",
369
+ components: [
370
+ { name: "id", type: "uint256", internalType: "uint256" },
371
+ { name: "tokenIn", type: "address", internalType: "address" },
372
+ { name: "tokenOut", type: "address", internalType: "address" },
373
+ { name: "adapter", type: "address", internalType: "address" },
374
+ { name: "worker", type: "address", internalType: "address" },
375
+ { name: "extraData", type: "bytes", internalType: "bytes" },
376
+ {
377
+ name: "amountInTotal",
378
+ type: "uint256",
379
+ internalType: "uint256"
380
+ },
381
+ {
382
+ name: "amountOutTotal",
383
+ type: "uint256",
384
+ internalType: "uint256"
385
+ },
386
+ {
387
+ name: "amountInCurrent",
388
+ type: "uint256",
389
+ internalType: "uint256"
390
+ },
391
+ {
392
+ name: "amountOutCurrent",
393
+ type: "uint256",
394
+ internalType: "uint256"
395
+ }
396
+ ]
397
+ }
398
+ ]
399
+ },
400
+ {
401
+ name: "",
402
+ type: "tuple[]",
403
+ internalType: "struct MultiCall[]",
404
+ components: [
405
+ { name: "target", type: "address", internalType: "address" },
406
+ { name: "callData", type: "bytes", internalType: "bytes" }
407
+ ]
408
+ }
409
+ ],
410
+ stateMutability: "pure"
411
+ },
412
+ {
413
+ type: "function",
414
+ name: "router",
415
+ inputs: [],
416
+ outputs: [
417
+ { name: "", type: "address", internalType: "contract IGearboxRouter" }
418
+ ],
419
+ stateMutability: "view"
420
+ },
421
+ {
422
+ type: "function",
423
+ name: "trimSpecialVertex",
424
+ inputs: [
425
+ {
426
+ name: "",
427
+ type: "tuple",
428
+ internalType: "struct Edge",
429
+ components: [
430
+ { name: "id", type: "uint256", internalType: "uint256" },
431
+ { name: "tokenIn", type: "address", internalType: "address" },
432
+ { name: "tokenOut", type: "address", internalType: "address" },
433
+ { name: "adapter", type: "address", internalType: "address" },
434
+ { name: "worker", type: "address", internalType: "address" },
435
+ { name: "extraData", type: "bytes", internalType: "bytes" },
436
+ { name: "amountInTotal", type: "uint256", internalType: "uint256" },
437
+ { name: "amountOutTotal", type: "uint256", internalType: "uint256" },
438
+ { name: "amountInCurrent", type: "uint256", internalType: "uint256" },
439
+ {
440
+ name: "amountOutCurrent",
441
+ type: "uint256",
442
+ internalType: "uint256"
443
+ }
444
+ ]
445
+ },
446
+ {
447
+ name: "",
448
+ type: "tuple",
449
+ internalType: "struct Graph",
450
+ components: [
451
+ {
452
+ name: "vertices",
453
+ type: "tuple[]",
454
+ internalType: "struct Vertex[]",
455
+ components: [
456
+ { name: "token", type: "address", internalType: "address" },
457
+ { name: "balance", type: "uint256", internalType: "uint256" },
458
+ {
459
+ name: "leftoverBalance",
460
+ type: "uint256",
461
+ internalType: "uint256"
462
+ },
463
+ { name: "numSplits", type: "uint256", internalType: "uint256" },
464
+ {
465
+ name: "currentOptimalEdge",
466
+ type: "uint256",
467
+ internalType: "uint256"
468
+ }
469
+ ]
470
+ },
471
+ {
472
+ name: "edges",
473
+ type: "tuple[]",
474
+ internalType: "struct Edge[]",
475
+ components: [
476
+ { name: "id", type: "uint256", internalType: "uint256" },
477
+ { name: "tokenIn", type: "address", internalType: "address" },
478
+ { name: "tokenOut", type: "address", internalType: "address" },
479
+ { name: "adapter", type: "address", internalType: "address" },
480
+ { name: "worker", type: "address", internalType: "address" },
481
+ { name: "extraData", type: "bytes", internalType: "bytes" },
482
+ {
483
+ name: "amountInTotal",
484
+ type: "uint256",
485
+ internalType: "uint256"
486
+ },
487
+ {
488
+ name: "amountOutTotal",
489
+ type: "uint256",
490
+ internalType: "uint256"
491
+ },
492
+ {
493
+ name: "amountInCurrent",
494
+ type: "uint256",
495
+ internalType: "uint256"
496
+ },
497
+ {
498
+ name: "amountOutCurrent",
499
+ type: "uint256",
500
+ internalType: "uint256"
501
+ }
502
+ ]
503
+ }
504
+ ]
505
+ },
506
+ { name: "", type: "address", internalType: "address" }
507
+ ],
508
+ outputs: [{ name: "", type: "bool", internalType: "bool" }],
509
+ stateMutability: "pure"
510
+ },
511
+ {
512
+ type: "function",
513
+ name: "updateRouter",
514
+ inputs: [{ name: "newRouter", type: "address", internalType: "address" }],
515
+ outputs: [],
516
+ stateMutability: "nonpayable"
517
+ },
518
+ {
519
+ type: "function",
520
+ name: "version",
521
+ inputs: [],
522
+ outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
523
+ stateMutability: "view"
524
+ },
525
+ {
526
+ type: "event",
527
+ name: "NewRouter",
528
+ inputs: [
529
+ { name: "", type: "address", indexed: true, internalType: "address" }
530
+ ],
531
+ anonymous: false
532
+ },
533
+ { type: "error", name: "FutureRouterOnlyException", inputs: [] },
534
+ { type: "error", name: "MigrationErrorException", inputs: [] },
535
+ { type: "error", name: "RouterOnlyException", inputs: [] },
536
+ { type: "error", name: "RouterOwnerOnlyException", inputs: [] }
537
+ ];
538
+ // Annotate the CommonJS export names for ESM import in node:
539
+ 0 && (module.exports = {
540
+ balancerV3WrapperWorkerAbi
541
+ });
@@ -25,28 +25,7 @@ const extraZappers = {
25
25
  Mainnet: [
26
26
  {
27
27
  baseParams: {
28
- addr: "0x2512bb303b66C541C32D764F65eCdB62875F0140",
29
- version: 310n,
30
- contractType: "0x5a41505045523a3a455243343632360000000000000000000000000000000000",
31
- serializedParams: "0x000000000000000000000000da00000035fef4082f78def6a8903bee419fbf8e"
32
- },
33
- tokenIn: {
34
- addr: "0xda00000035fef4082F78dEF6A8903bee419FbF8E",
35
- symbol: "dUSDCV3",
36
- name: "Trade USDC v3",
37
- decimals: 6
38
- },
39
- tokenOut: {
40
- addr: "0xC155444481854c60e7a29f4150373f479988F32D",
41
- symbol: "USDC",
42
- name: "USDC",
43
- decimals: 6
44
- },
45
- pool: "0xC155444481854c60e7a29f4150373f479988F32D"
46
- },
47
- {
48
- baseParams: {
49
- addr: "0x18b33ee1cd4cb7912867d0b2cc8678a78f82136b",
28
+ addr: "0x85f540c9d5b3be85dbad54085aa18d49e23cd254",
50
29
  version: 310n,
51
30
  contractType: "0x5a41505045523a3a5354414b45445f4552433436323600000000000000000000",
52
31
  serializedParams: "0x0000000000000000000000000418feb7d0b25c411eb77cd654305d29fcbff685000000000000000000000000da0002859b2d05f66a753d8241fcde8623f26f4f"
@@ -58,58 +37,16 @@ const extraZappers = {
58
37
  decimals: 18
59
38
  },
60
39
  tokenOut: {
61
- addr: "0xf00B548f1b69cB5EE559d891E03A196FB5101d4A",
62
- symbol: "dWETHV3-cp0x",
63
- name: "Gearbox WETH v3",
40
+ addr: "0x9396DCbf78fc526bb003665337C5E73b699571EF",
41
+ symbol: "kpkWETH",
42
+ name: "WETH Market",
64
43
  decimals: 18
65
44
  },
66
- pool: "0xf00B548f1b69cB5EE559d891E03A196FB5101d4A"
67
- },
68
- {
69
- baseParams: {
70
- addr: "0x17897d188bb49fea7bfac56e29b07036e16b3537",
71
- version: 310n,
72
- contractType: "0x5a41505045523a3a5354414b45445f4552433436323600000000000000000000",
73
- serializedParams: "0x0000000000000000000000009ef444a6d7f4a5adcd68fd5329aa5240c90e14d2000000000000000000000000da00000035fef4082f78def6a8903bee419fbf8e"
74
- },
75
- tokenIn: {
76
- addr: "0x9ef444a6d7F4A5adcd68FD5329aA5240C90E14d2",
77
- symbol: "farmdUSDCV3",
78
- name: "Farming of Trade USDC v3",
79
- decimals: 6
80
- },
81
- tokenOut: {
82
- addr: "0xC155444481854c60e7a29f4150373f479988F32D",
83
- symbol: "USDC",
84
- name: "USDC",
85
- decimals: 6
86
- },
87
- pool: "0xC155444481854c60e7a29f4150373f479988F32D"
88
- },
89
- {
90
- baseParams: {
91
- addr: "0x70383bac778f0285ddb5f35afbd631e5a4675c58",
92
- version: 310n,
93
- contractType: "0x5a41505045523a3a5354414b45445f4552433436323600000000000000000000",
94
- serializedParams: "0x0000000000000000000000009ef444a6d7f4a5adcd68fd5329aa5240c90e14d2000000000000000000000000da00000035fef4082f78def6a8903bee419fbf8e"
95
- },
96
- tokenIn: {
97
- addr: "0x9ef444a6d7F4A5adcd68FD5329aA5240C90E14d2",
98
- symbol: "farmdUSDCV3",
99
- name: "Farming of Trade USDC v3",
100
- decimals: 6
101
- },
102
- tokenOut: {
103
- addr: "0xF0795C47fA58d00f5F77F4D5c01F31eE891E21B4",
104
- symbol: "rUSDC",
105
- name: "Resolv USDC",
106
- decimals: 6
107
- },
108
- pool: "0xF0795C47fA58d00f5F77F4D5c01F31eE891E21B4"
45
+ pool: "0x9396DCbf78fc526bb003665337C5E73b699571EF"
109
46
  },
110
47
  {
111
48
  baseParams: {
112
- addr: "0x2bC0231a1FC6a9b2E0C44AC1089F47a122a7a8c1",
49
+ addr: "0x5A5F69e134765Cb0169f280c2f2A7d8AdF8eFd29",
113
50
  version: 310n,
114
51
  contractType: "0x5a41505045523a3a455243343632360000000000000000000000000000000000",
115
52
  serializedParams: "0x000000000000000000000000da0002859b2d05f66a753d8241fcde8623f26f4f"
@@ -121,33 +58,33 @@ const extraZappers = {
121
58
  decimals: 18
122
59
  },
123
60
  tokenOut: {
124
- addr: "0xf00B548f1b69cB5EE559d891E03A196FB5101d4A",
125
- symbol: "dWETHV3-cp0x",
126
- name: "Gearbox WETH v3",
61
+ addr: "0x9396DCbf78fc526bb003665337C5E73b699571EF",
62
+ symbol: "kpkWETH",
63
+ name: "WETH Market",
127
64
  decimals: 18
128
65
  },
129
- pool: "0xf00B548f1b69cB5EE559d891E03A196FB5101d4A"
66
+ pool: "0x9396DCbf78fc526bb003665337C5E73b699571EF"
130
67
  },
131
68
  {
132
69
  baseParams: {
133
- addr: "0x62af1fc6e54e66aba5322a3491b5ce1808a6fe89",
70
+ addr: "0xbff5E156779aDCE4C61ecc6bCc32cba89eD7dfa6",
134
71
  version: 310n,
135
72
  contractType: "0x5a41505045523a3a455243343632360000000000000000000000000000000000",
136
- serializedParams: "0x000000000000000000000000da00000035fef4082f78def6a8903bee419fbf8e"
73
+ serializedParams: "0x000000000000000000000000ff94993fa7ea27efc943645f95adb36c1b81244b"
137
74
  },
138
75
  tokenIn: {
139
- addr: "0xda00000035fef4082F78dEF6A8903bee419FbF8E",
140
- symbol: "dUSDCV3",
141
- name: "Trade USDC v3",
142
- decimals: 6
76
+ addr: "0xFF94993fA7EA27Efc943645F95Adb36C1b81244b",
77
+ symbol: "dWSTETHV3",
78
+ name: "wstETH v3",
79
+ decimals: 18
143
80
  },
144
81
  tokenOut: {
145
- addr: "0xF0795C47fA58d00f5F77F4D5c01F31eE891E21B4",
146
- symbol: "rUSDC",
147
- name: "Resolv USDC",
148
- decimals: 6
82
+ addr: "0xA9d17f6D3285208280a1Fd9B94479c62e0AABa64",
83
+ symbol: "kpkwstETH",
84
+ name: "wstETH v3",
85
+ decimals: 18
149
86
  },
150
- pool: "0xF0795C47fA58d00f5F77F4D5c01F31eE891E21B4"
87
+ pool: "0xA9d17f6D3285208280a1Fd9B94479c62e0AABa64"
151
88
  }
152
89
  ]
153
90
  };