@defisaver/sdk 1.0.67-dev-1 → 1.0.67-dev-2
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/esm/src/addresses.d.ts +7 -7
- package/esm/src/addresses.js +12 -5
- package/esm/src/index.d.ts +28 -28
- package/package.json +1 -1
- package/src/addresses.ts +12 -5
- package/umd/index.js +15 -5
package/esm/src/addresses.d.ts
CHANGED
|
@@ -205,6 +205,7 @@ export declare const actionAddresses: {
|
|
|
205
205
|
AaveV3RatioCheck?: undefined;
|
|
206
206
|
} | {
|
|
207
207
|
DFSSell: string;
|
|
208
|
+
DFSSellTEMP: string;
|
|
208
209
|
WrapEth: string;
|
|
209
210
|
UnwrapEth: string;
|
|
210
211
|
SendToken: string;
|
|
@@ -229,6 +230,7 @@ export declare const actionAddresses: {
|
|
|
229
230
|
FLAaveV3: string;
|
|
230
231
|
FLBalancer: string;
|
|
231
232
|
FLAction: string;
|
|
233
|
+
FLActionTEMP: string;
|
|
232
234
|
AaveV3RatioTrigger: string;
|
|
233
235
|
GasFeeTakerL2: string;
|
|
234
236
|
AaveV3RatioCheck: string;
|
|
@@ -245,7 +247,6 @@ export declare const actionAddresses: {
|
|
|
245
247
|
CreateSub?: undefined;
|
|
246
248
|
SDaiWrap?: undefined;
|
|
247
249
|
SDaiUnwrap?: undefined;
|
|
248
|
-
DFSSellTEMP?: undefined;
|
|
249
250
|
McdGenerate?: undefined;
|
|
250
251
|
McdGive?: undefined;
|
|
251
252
|
McdMerge?: undefined;
|
|
@@ -310,7 +311,6 @@ export declare const actionAddresses: {
|
|
|
310
311
|
FLDyDx?: undefined;
|
|
311
312
|
FLMaker?: undefined;
|
|
312
313
|
FLSpark?: undefined;
|
|
313
|
-
FLActionTEMP?: undefined;
|
|
314
314
|
FLUniV3?: undefined;
|
|
315
315
|
FLGho?: undefined;
|
|
316
316
|
FLMorphoBlue?: undefined;
|
|
@@ -408,6 +408,7 @@ export declare const actionAddresses: {
|
|
|
408
408
|
LlamaLendSelfLiquidate?: undefined;
|
|
409
409
|
} | {
|
|
410
410
|
DFSSell: string;
|
|
411
|
+
DFSSellTEMP: string;
|
|
411
412
|
WrapEth: string;
|
|
412
413
|
UnwrapEth: string;
|
|
413
414
|
SendToken: string;
|
|
@@ -436,6 +437,7 @@ export declare const actionAddresses: {
|
|
|
436
437
|
FLAaveV3: string;
|
|
437
438
|
FLBalancer: string;
|
|
438
439
|
FLAction: string;
|
|
440
|
+
FLActionTEMP: string;
|
|
439
441
|
GasFeeTakerL2: string;
|
|
440
442
|
AaveV3RatioCheck: string;
|
|
441
443
|
UniCollectV3: string;
|
|
@@ -452,7 +454,6 @@ export declare const actionAddresses: {
|
|
|
452
454
|
ApproveToken?: undefined;
|
|
453
455
|
SDaiWrap?: undefined;
|
|
454
456
|
SDaiUnwrap?: undefined;
|
|
455
|
-
DFSSellTEMP?: undefined;
|
|
456
457
|
McdGenerate?: undefined;
|
|
457
458
|
McdGive?: undefined;
|
|
458
459
|
McdMerge?: undefined;
|
|
@@ -518,7 +519,6 @@ export declare const actionAddresses: {
|
|
|
518
519
|
FLDyDx?: undefined;
|
|
519
520
|
FLMaker?: undefined;
|
|
520
521
|
FLSpark?: undefined;
|
|
521
|
-
FLActionTEMP?: undefined;
|
|
522
522
|
FLUniV3?: undefined;
|
|
523
523
|
FLGho?: undefined;
|
|
524
524
|
FLMorphoBlue?: undefined;
|
|
@@ -611,6 +611,7 @@ export declare const actionAddresses: {
|
|
|
611
611
|
AaveV3RatioTrigger?: undefined;
|
|
612
612
|
} | {
|
|
613
613
|
DFSSell: string;
|
|
614
|
+
DFSSellTEMP: string;
|
|
614
615
|
WrapEth: string;
|
|
615
616
|
UnwrapEth: string;
|
|
616
617
|
SendToken: string;
|
|
@@ -620,6 +621,8 @@ export declare const actionAddresses: {
|
|
|
620
621
|
FLAaveV3: string;
|
|
621
622
|
FLBalancer: string;
|
|
622
623
|
FLUniV3: string;
|
|
624
|
+
FLAction: string;
|
|
625
|
+
FLActionTEMP: string;
|
|
623
626
|
AaveV3Withdraw: string;
|
|
624
627
|
AaveV3SwapBorrowRateMode: string;
|
|
625
628
|
AaveV3Supply: string;
|
|
@@ -649,7 +652,6 @@ export declare const actionAddresses: {
|
|
|
649
652
|
SDaiWrap?: undefined;
|
|
650
653
|
SDaiUnwrap?: undefined;
|
|
651
654
|
TokenizedVaultAdapter?: undefined;
|
|
652
|
-
DFSSellTEMP?: undefined;
|
|
653
655
|
McdGenerate?: undefined;
|
|
654
656
|
McdGive?: undefined;
|
|
655
657
|
McdMerge?: undefined;
|
|
@@ -714,8 +716,6 @@ export declare const actionAddresses: {
|
|
|
714
716
|
FLDyDx?: undefined;
|
|
715
717
|
FLMaker?: undefined;
|
|
716
718
|
FLSpark?: undefined;
|
|
717
|
-
FLAction?: undefined;
|
|
718
|
-
FLActionTEMP?: undefined;
|
|
719
719
|
FLGho?: undefined;
|
|
720
720
|
FLMorphoBlue?: undefined;
|
|
721
721
|
UniSupply?: undefined;
|
package/esm/src/addresses.js
CHANGED
|
@@ -233,6 +233,7 @@ export const actionAddresses = {
|
|
|
233
233
|
},
|
|
234
234
|
[NETWORKS.optimism.chainId]: {
|
|
235
235
|
DFSSell: '0xC6c601fcAa870efd26C624F8c65fbc54cBe533b1',
|
|
236
|
+
DFSSellTEMP: '0x01f7DB086076a16Cebd940A95919Af088C0662FD',
|
|
236
237
|
// basic
|
|
237
238
|
WrapEth: '0x6D735db054AC4a1F10f96b99f8550E9eefbC2AC5',
|
|
238
239
|
UnwrapEth: '0x1Fa75B00A05C2EbBd0EDF253a63c209966337A0d',
|
|
@@ -259,7 +260,8 @@ export const actionAddresses = {
|
|
|
259
260
|
FLAaveV3NoFee: '0xfbcF23D2BeF8A2C491cfa4dD409D8dF12d431c85',
|
|
260
261
|
FLAaveV3: '0x8A07E93d2B74A80D726eE4E4A0aC1F906aB5Cc63',
|
|
261
262
|
FLBalancer: '0x79d6bf536b8DD65909a3174C87eA6395310d5c41',
|
|
262
|
-
FLAction: '
|
|
263
|
+
FLAction: '0x82d5eDeb005AfFbF381B5949C707a3305160F4A9',
|
|
264
|
+
FLActionTEMP: '0x82d5eDeb005AfFbF381B5949C707a3305160F4A9',
|
|
263
265
|
AaveV3RatioTrigger: '0xB76e3f7694589D0f34ba43b17AD0D15350Ab5f85',
|
|
264
266
|
GasFeeTakerL2: '0xB3dB299622A9DB0E944ccda2Ef899d6fF365B082',
|
|
265
267
|
AaveV3RatioCheck: '0x7A36779a7b5F1128B28932604057d5b63361297c',
|
|
@@ -272,6 +274,7 @@ export const actionAddresses = {
|
|
|
272
274
|
},
|
|
273
275
|
[NETWORKS.arbitrum.chainId]: {
|
|
274
276
|
DFSSell: '0x9109F34AB28D369cF894aF45C50E976B8E312a82',
|
|
277
|
+
DFSSellTEMP: '0xF940aE73cb01c81e657916D14e5699c73a22566c',
|
|
275
278
|
// basic
|
|
276
279
|
WrapEth: '0x35136b25bFA7CCC8f5b94E3181a16B61c06980F0',
|
|
277
280
|
UnwrapEth: '0x2B69d494536098700910D167902D1d397dcA2B61',
|
|
@@ -303,7 +306,8 @@ export const actionAddresses = {
|
|
|
303
306
|
FLAaveV3NoFee: '0x219ac6dA971dE6d943cffD1BD62abde71525d382',
|
|
304
307
|
FLAaveV3: '0x53953aCEe438c083e4299F7976f03Ff3cb862161',
|
|
305
308
|
FLBalancer: '0xdb28fE77709D88badC86868B27937428C3F48E73',
|
|
306
|
-
FLAction: '
|
|
309
|
+
FLAction: '0xab4AA2fcEA33205b44a556f8C48ceC3f21aFf0C3',
|
|
310
|
+
FLActionTEMP: '0xab4AA2fcEA33205b44a556f8C48ceC3f21aFf0C3',
|
|
307
311
|
GasFeeTakerL2: '0x2F64f73B222B4978CAfd0295c0fa106cE5f34996',
|
|
308
312
|
AaveV3RatioCheck: '0x4a5c2cbCFB921b596Dec049389899CC8Eb4678ED',
|
|
309
313
|
// uniswap V3
|
|
@@ -316,6 +320,7 @@ export const actionAddresses = {
|
|
|
316
320
|
[NETWORKS.base.chainId]: {
|
|
317
321
|
// Basic
|
|
318
322
|
DFSSell: '0xCc0f04e8c34B670a1D06f4978C843952F690d3f4',
|
|
323
|
+
DFSSellTEMP: '0x76e5c4e10E36B2f7E8B7F8a570e8A485B86d0ac7',
|
|
319
324
|
WrapEth: '0x491cc4AFbE0081C3464DeF1114ba27BE114b2401',
|
|
320
325
|
UnwrapEth: '0xcF91546046F16B3c38b890CC508E280BEffa66b9',
|
|
321
326
|
SendToken: '0x1420f4977E7B71AFddccBFc6F6e1505CefdF99F0',
|
|
@@ -326,6 +331,8 @@ export const actionAddresses = {
|
|
|
326
331
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
|
327
332
|
FLBalancer: '0x862E533198C9656B75bB6A5dDF0953F7ED5E8507',
|
|
328
333
|
FLUniV3: '0x1bA6082D2ef1aB92a55B96264c72Eb8049C964Ce',
|
|
334
|
+
FLAction: '0xAAbd4B0372240E319F9722c4Fd1e2FE0C8d422D2',
|
|
335
|
+
FLActionTEMP: '0xAAbd4B0372240E319F9722c4Fd1e2FE0C8d422D2',
|
|
329
336
|
// AaveV3
|
|
330
337
|
AaveV3Withdraw: '0x1d2Fa7dAcC660A9124c3685EE8a6E699d10409Eb',
|
|
331
338
|
AaveV3SwapBorrowRateMode: '0x9d1D7A0dD5e82cCe9CC131eC0C807B0F543be70e',
|
|
@@ -368,7 +375,7 @@ export const otherAddresses = {
|
|
|
368
375
|
Empty: '0x0000000000000000000000000000000000000000',
|
|
369
376
|
},
|
|
370
377
|
[NETWORKS.optimism.chainId]: {
|
|
371
|
-
RecipeExecutor: '
|
|
378
|
+
RecipeExecutor: '0xA532771BD90dAf94b456A4acC9E9cbBdF1367572',
|
|
372
379
|
DFSRegistry: '0xAf707Ee480204Ed6e2640B53cE86F680D28Afcbd',
|
|
373
380
|
ProxyRegistry: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
|
|
374
381
|
DSGuardFactory: '0xc19d0F1E2b38AA283E226Ca4044766A43aA7B02b',
|
|
@@ -378,7 +385,7 @@ export const otherAddresses = {
|
|
|
378
385
|
UniswapV3PositionManager: '0xC36442b4a4522E871399CD717aBDD847Ab11FE88',
|
|
379
386
|
},
|
|
380
387
|
[NETWORKS.arbitrum.chainId]: {
|
|
381
|
-
RecipeExecutor: '
|
|
388
|
+
RecipeExecutor: '0x4417bffFD5e3131069f62Fac07e40704EE234404',
|
|
382
389
|
DFSRegistry: '0xBF1CaC12DB60819Bfa71A328282ecbc1D40443aA',
|
|
383
390
|
ProxyRegistry: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
|
|
384
391
|
DSGuardFactory: '0x5261abC3a94a6475D0A1171daE94A5f84fbaEcD2',
|
|
@@ -388,7 +395,7 @@ export const otherAddresses = {
|
|
|
388
395
|
UniswapV3PositionManager: '0xC36442b4a4522E871399CD717aBDD847Ab11FE88',
|
|
389
396
|
},
|
|
390
397
|
[NETWORKS.base.chainId]: {
|
|
391
|
-
RecipeExecutor: '
|
|
398
|
+
RecipeExecutor: '0xd0Ae279e330f98C399375f80968C8bf860202766',
|
|
392
399
|
DFSRegistry: '0x347FB634271F666353F23A3362f3935D96F97476',
|
|
393
400
|
ProxyRegistry: '0x425fA97285965E01Cc5F951B62A51F6CDEA5cc0d',
|
|
394
401
|
DSGuardFactory: '0x7783da8958013a57a5514737a4FBDFF06A0056e1',
|
package/esm/src/index.d.ts
CHANGED
|
@@ -216,6 +216,7 @@ declare const actionAddressesAllChains: {
|
|
|
216
216
|
AaveV3RatioCheck?: undefined;
|
|
217
217
|
} | {
|
|
218
218
|
DFSSell: string;
|
|
219
|
+
DFSSellTEMP: string;
|
|
219
220
|
WrapEth: string;
|
|
220
221
|
UnwrapEth: string;
|
|
221
222
|
SendToken: string;
|
|
@@ -240,6 +241,7 @@ declare const actionAddressesAllChains: {
|
|
|
240
241
|
FLAaveV3: string;
|
|
241
242
|
FLBalancer: string;
|
|
242
243
|
FLAction: string;
|
|
244
|
+
FLActionTEMP: string;
|
|
243
245
|
AaveV3RatioTrigger: string;
|
|
244
246
|
GasFeeTakerL2: string;
|
|
245
247
|
AaveV3RatioCheck: string;
|
|
@@ -256,7 +258,6 @@ declare const actionAddressesAllChains: {
|
|
|
256
258
|
CreateSub?: undefined;
|
|
257
259
|
SDaiWrap?: undefined;
|
|
258
260
|
SDaiUnwrap?: undefined;
|
|
259
|
-
DFSSellTEMP?: undefined;
|
|
260
261
|
McdGenerate?: undefined;
|
|
261
262
|
McdGive?: undefined;
|
|
262
263
|
McdMerge?: undefined;
|
|
@@ -321,7 +322,6 @@ declare const actionAddressesAllChains: {
|
|
|
321
322
|
FLDyDx?: undefined;
|
|
322
323
|
FLMaker?: undefined;
|
|
323
324
|
FLSpark?: undefined;
|
|
324
|
-
FLActionTEMP?: undefined;
|
|
325
325
|
FLUniV3?: undefined;
|
|
326
326
|
FLGho?: undefined;
|
|
327
327
|
FLMorphoBlue?: undefined;
|
|
@@ -419,6 +419,7 @@ declare const actionAddressesAllChains: {
|
|
|
419
419
|
LlamaLendSelfLiquidate?: undefined;
|
|
420
420
|
} | {
|
|
421
421
|
DFSSell: string;
|
|
422
|
+
DFSSellTEMP: string;
|
|
422
423
|
WrapEth: string;
|
|
423
424
|
UnwrapEth: string;
|
|
424
425
|
SendToken: string;
|
|
@@ -447,6 +448,7 @@ declare const actionAddressesAllChains: {
|
|
|
447
448
|
FLAaveV3: string;
|
|
448
449
|
FLBalancer: string;
|
|
449
450
|
FLAction: string;
|
|
451
|
+
FLActionTEMP: string;
|
|
450
452
|
GasFeeTakerL2: string;
|
|
451
453
|
AaveV3RatioCheck: string;
|
|
452
454
|
UniCollectV3: string;
|
|
@@ -463,7 +465,6 @@ declare const actionAddressesAllChains: {
|
|
|
463
465
|
ApproveToken?: undefined;
|
|
464
466
|
SDaiWrap?: undefined;
|
|
465
467
|
SDaiUnwrap?: undefined;
|
|
466
|
-
DFSSellTEMP?: undefined;
|
|
467
468
|
McdGenerate?: undefined;
|
|
468
469
|
McdGive?: undefined;
|
|
469
470
|
McdMerge?: undefined;
|
|
@@ -529,7 +530,6 @@ declare const actionAddressesAllChains: {
|
|
|
529
530
|
FLDyDx?: undefined;
|
|
530
531
|
FLMaker?: undefined;
|
|
531
532
|
FLSpark?: undefined;
|
|
532
|
-
FLActionTEMP?: undefined;
|
|
533
533
|
FLUniV3?: undefined;
|
|
534
534
|
FLGho?: undefined;
|
|
535
535
|
FLMorphoBlue?: undefined;
|
|
@@ -622,6 +622,7 @@ declare const actionAddressesAllChains: {
|
|
|
622
622
|
AaveV3RatioTrigger?: undefined;
|
|
623
623
|
} | {
|
|
624
624
|
DFSSell: string;
|
|
625
|
+
DFSSellTEMP: string;
|
|
625
626
|
WrapEth: string;
|
|
626
627
|
UnwrapEth: string;
|
|
627
628
|
SendToken: string;
|
|
@@ -631,6 +632,8 @@ declare const actionAddressesAllChains: {
|
|
|
631
632
|
FLAaveV3: string;
|
|
632
633
|
FLBalancer: string;
|
|
633
634
|
FLUniV3: string;
|
|
635
|
+
FLAction: string;
|
|
636
|
+
FLActionTEMP: string;
|
|
634
637
|
AaveV3Withdraw: string;
|
|
635
638
|
AaveV3SwapBorrowRateMode: string;
|
|
636
639
|
AaveV3Supply: string;
|
|
@@ -660,7 +663,6 @@ declare const actionAddressesAllChains: {
|
|
|
660
663
|
SDaiWrap?: undefined;
|
|
661
664
|
SDaiUnwrap?: undefined;
|
|
662
665
|
TokenizedVaultAdapter?: undefined;
|
|
663
|
-
DFSSellTEMP?: undefined;
|
|
664
666
|
McdGenerate?: undefined;
|
|
665
667
|
McdGive?: undefined;
|
|
666
668
|
McdMerge?: undefined;
|
|
@@ -725,8 +727,6 @@ declare const actionAddressesAllChains: {
|
|
|
725
727
|
FLDyDx?: undefined;
|
|
726
728
|
FLMaker?: undefined;
|
|
727
729
|
FLSpark?: undefined;
|
|
728
|
-
FLAction?: undefined;
|
|
729
|
-
FLActionTEMP?: undefined;
|
|
730
730
|
FLGho?: undefined;
|
|
731
731
|
FLMorphoBlue?: undefined;
|
|
732
732
|
UniSupply?: undefined;
|
|
@@ -1030,6 +1030,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1030
1030
|
AaveV3RatioCheck?: undefined;
|
|
1031
1031
|
} | {
|
|
1032
1032
|
DFSSell: string;
|
|
1033
|
+
DFSSellTEMP: string;
|
|
1033
1034
|
WrapEth: string;
|
|
1034
1035
|
UnwrapEth: string;
|
|
1035
1036
|
SendToken: string;
|
|
@@ -1054,6 +1055,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1054
1055
|
FLAaveV3: string;
|
|
1055
1056
|
FLBalancer: string;
|
|
1056
1057
|
FLAction: string;
|
|
1058
|
+
FLActionTEMP: string;
|
|
1057
1059
|
AaveV3RatioTrigger: string;
|
|
1058
1060
|
GasFeeTakerL2: string;
|
|
1059
1061
|
AaveV3RatioCheck: string;
|
|
@@ -1070,7 +1072,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1070
1072
|
CreateSub?: undefined;
|
|
1071
1073
|
SDaiWrap?: undefined;
|
|
1072
1074
|
SDaiUnwrap?: undefined;
|
|
1073
|
-
DFSSellTEMP?: undefined;
|
|
1074
1075
|
McdGenerate?: undefined;
|
|
1075
1076
|
McdGive?: undefined;
|
|
1076
1077
|
McdMerge?: undefined;
|
|
@@ -1135,7 +1136,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1135
1136
|
FLDyDx?: undefined;
|
|
1136
1137
|
FLMaker?: undefined;
|
|
1137
1138
|
FLSpark?: undefined;
|
|
1138
|
-
FLActionTEMP?: undefined;
|
|
1139
1139
|
FLUniV3?: undefined;
|
|
1140
1140
|
FLGho?: undefined;
|
|
1141
1141
|
FLMorphoBlue?: undefined;
|
|
@@ -1233,6 +1233,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1233
1233
|
LlamaLendSelfLiquidate?: undefined;
|
|
1234
1234
|
} | {
|
|
1235
1235
|
DFSSell: string;
|
|
1236
|
+
DFSSellTEMP: string;
|
|
1236
1237
|
WrapEth: string;
|
|
1237
1238
|
UnwrapEth: string;
|
|
1238
1239
|
SendToken: string;
|
|
@@ -1261,6 +1262,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1261
1262
|
FLAaveV3: string;
|
|
1262
1263
|
FLBalancer: string;
|
|
1263
1264
|
FLAction: string;
|
|
1265
|
+
FLActionTEMP: string;
|
|
1264
1266
|
GasFeeTakerL2: string;
|
|
1265
1267
|
AaveV3RatioCheck: string;
|
|
1266
1268
|
UniCollectV3: string;
|
|
@@ -1277,7 +1279,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1277
1279
|
ApproveToken?: undefined;
|
|
1278
1280
|
SDaiWrap?: undefined;
|
|
1279
1281
|
SDaiUnwrap?: undefined;
|
|
1280
|
-
DFSSellTEMP?: undefined;
|
|
1281
1282
|
McdGenerate?: undefined;
|
|
1282
1283
|
McdGive?: undefined;
|
|
1283
1284
|
McdMerge?: undefined;
|
|
@@ -1343,7 +1344,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1343
1344
|
FLDyDx?: undefined;
|
|
1344
1345
|
FLMaker?: undefined;
|
|
1345
1346
|
FLSpark?: undefined;
|
|
1346
|
-
FLActionTEMP?: undefined;
|
|
1347
1347
|
FLUniV3?: undefined;
|
|
1348
1348
|
FLGho?: undefined;
|
|
1349
1349
|
FLMorphoBlue?: undefined;
|
|
@@ -1436,6 +1436,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1436
1436
|
AaveV3RatioTrigger?: undefined;
|
|
1437
1437
|
} | {
|
|
1438
1438
|
DFSSell: string;
|
|
1439
|
+
DFSSellTEMP: string;
|
|
1439
1440
|
WrapEth: string;
|
|
1440
1441
|
UnwrapEth: string;
|
|
1441
1442
|
SendToken: string;
|
|
@@ -1445,6 +1446,8 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1445
1446
|
FLAaveV3: string;
|
|
1446
1447
|
FLBalancer: string;
|
|
1447
1448
|
FLUniV3: string;
|
|
1449
|
+
FLAction: string;
|
|
1450
|
+
FLActionTEMP: string;
|
|
1448
1451
|
AaveV3Withdraw: string;
|
|
1449
1452
|
AaveV3SwapBorrowRateMode: string;
|
|
1450
1453
|
AaveV3Supply: string;
|
|
@@ -1474,7 +1477,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1474
1477
|
SDaiWrap?: undefined;
|
|
1475
1478
|
SDaiUnwrap?: undefined;
|
|
1476
1479
|
TokenizedVaultAdapter?: undefined;
|
|
1477
|
-
DFSSellTEMP?: undefined;
|
|
1478
1480
|
McdGenerate?: undefined;
|
|
1479
1481
|
McdGive?: undefined;
|
|
1480
1482
|
McdMerge?: undefined;
|
|
@@ -1539,8 +1541,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1539
1541
|
FLDyDx?: undefined;
|
|
1540
1542
|
FLMaker?: undefined;
|
|
1541
1543
|
FLSpark?: undefined;
|
|
1542
|
-
FLAction?: undefined;
|
|
1543
|
-
FLActionTEMP?: undefined;
|
|
1544
1544
|
FLGho?: undefined;
|
|
1545
1545
|
FLMorphoBlue?: undefined;
|
|
1546
1546
|
UniSupply?: undefined;
|
|
@@ -1987,6 +1987,7 @@ declare const _default: {
|
|
|
1987
1987
|
AaveV3RatioCheck?: undefined;
|
|
1988
1988
|
} | {
|
|
1989
1989
|
DFSSell: string;
|
|
1990
|
+
DFSSellTEMP: string;
|
|
1990
1991
|
WrapEth: string;
|
|
1991
1992
|
UnwrapEth: string;
|
|
1992
1993
|
SendToken: string;
|
|
@@ -2011,6 +2012,7 @@ declare const _default: {
|
|
|
2011
2012
|
FLAaveV3: string;
|
|
2012
2013
|
FLBalancer: string;
|
|
2013
2014
|
FLAction: string;
|
|
2015
|
+
FLActionTEMP: string;
|
|
2014
2016
|
AaveV3RatioTrigger: string;
|
|
2015
2017
|
GasFeeTakerL2: string;
|
|
2016
2018
|
AaveV3RatioCheck: string;
|
|
@@ -2027,7 +2029,6 @@ declare const _default: {
|
|
|
2027
2029
|
CreateSub?: undefined;
|
|
2028
2030
|
SDaiWrap?: undefined;
|
|
2029
2031
|
SDaiUnwrap?: undefined;
|
|
2030
|
-
DFSSellTEMP?: undefined;
|
|
2031
2032
|
McdGenerate?: undefined;
|
|
2032
2033
|
McdGive?: undefined;
|
|
2033
2034
|
McdMerge?: undefined;
|
|
@@ -2092,7 +2093,6 @@ declare const _default: {
|
|
|
2092
2093
|
FLDyDx?: undefined;
|
|
2093
2094
|
FLMaker?: undefined;
|
|
2094
2095
|
FLSpark?: undefined;
|
|
2095
|
-
FLActionTEMP?: undefined;
|
|
2096
2096
|
FLUniV3?: undefined;
|
|
2097
2097
|
FLGho?: undefined;
|
|
2098
2098
|
FLMorphoBlue?: undefined;
|
|
@@ -2190,6 +2190,7 @@ declare const _default: {
|
|
|
2190
2190
|
LlamaLendSelfLiquidate?: undefined;
|
|
2191
2191
|
} | {
|
|
2192
2192
|
DFSSell: string;
|
|
2193
|
+
DFSSellTEMP: string;
|
|
2193
2194
|
WrapEth: string;
|
|
2194
2195
|
UnwrapEth: string;
|
|
2195
2196
|
SendToken: string;
|
|
@@ -2218,6 +2219,7 @@ declare const _default: {
|
|
|
2218
2219
|
FLAaveV3: string;
|
|
2219
2220
|
FLBalancer: string;
|
|
2220
2221
|
FLAction: string;
|
|
2222
|
+
FLActionTEMP: string;
|
|
2221
2223
|
GasFeeTakerL2: string;
|
|
2222
2224
|
AaveV3RatioCheck: string;
|
|
2223
2225
|
UniCollectV3: string;
|
|
@@ -2234,7 +2236,6 @@ declare const _default: {
|
|
|
2234
2236
|
ApproveToken?: undefined;
|
|
2235
2237
|
SDaiWrap?: undefined;
|
|
2236
2238
|
SDaiUnwrap?: undefined;
|
|
2237
|
-
DFSSellTEMP?: undefined;
|
|
2238
2239
|
McdGenerate?: undefined;
|
|
2239
2240
|
McdGive?: undefined;
|
|
2240
2241
|
McdMerge?: undefined;
|
|
@@ -2300,7 +2301,6 @@ declare const _default: {
|
|
|
2300
2301
|
FLDyDx?: undefined;
|
|
2301
2302
|
FLMaker?: undefined;
|
|
2302
2303
|
FLSpark?: undefined;
|
|
2303
|
-
FLActionTEMP?: undefined;
|
|
2304
2304
|
FLUniV3?: undefined;
|
|
2305
2305
|
FLGho?: undefined;
|
|
2306
2306
|
FLMorphoBlue?: undefined;
|
|
@@ -2393,6 +2393,7 @@ declare const _default: {
|
|
|
2393
2393
|
AaveV3RatioTrigger?: undefined;
|
|
2394
2394
|
} | {
|
|
2395
2395
|
DFSSell: string;
|
|
2396
|
+
DFSSellTEMP: string;
|
|
2396
2397
|
WrapEth: string;
|
|
2397
2398
|
UnwrapEth: string;
|
|
2398
2399
|
SendToken: string;
|
|
@@ -2402,6 +2403,8 @@ declare const _default: {
|
|
|
2402
2403
|
FLAaveV3: string;
|
|
2403
2404
|
FLBalancer: string;
|
|
2404
2405
|
FLUniV3: string;
|
|
2406
|
+
FLAction: string;
|
|
2407
|
+
FLActionTEMP: string;
|
|
2405
2408
|
AaveV3Withdraw: string;
|
|
2406
2409
|
AaveV3SwapBorrowRateMode: string;
|
|
2407
2410
|
AaveV3Supply: string;
|
|
@@ -2431,7 +2434,6 @@ declare const _default: {
|
|
|
2431
2434
|
SDaiWrap?: undefined;
|
|
2432
2435
|
SDaiUnwrap?: undefined;
|
|
2433
2436
|
TokenizedVaultAdapter?: undefined;
|
|
2434
|
-
DFSSellTEMP?: undefined;
|
|
2435
2437
|
McdGenerate?: undefined;
|
|
2436
2438
|
McdGive?: undefined;
|
|
2437
2439
|
McdMerge?: undefined;
|
|
@@ -2496,8 +2498,6 @@ declare const _default: {
|
|
|
2496
2498
|
FLDyDx?: undefined;
|
|
2497
2499
|
FLMaker?: undefined;
|
|
2498
2500
|
FLSpark?: undefined;
|
|
2499
|
-
FLAction?: undefined;
|
|
2500
|
-
FLActionTEMP?: undefined;
|
|
2501
2501
|
FLGho?: undefined;
|
|
2502
2502
|
FLMorphoBlue?: undefined;
|
|
2503
2503
|
UniSupply?: undefined;
|
|
@@ -2801,6 +2801,7 @@ declare const _default: {
|
|
|
2801
2801
|
AaveV3RatioCheck?: undefined;
|
|
2802
2802
|
} | {
|
|
2803
2803
|
DFSSell: string;
|
|
2804
|
+
DFSSellTEMP: string;
|
|
2804
2805
|
WrapEth: string;
|
|
2805
2806
|
UnwrapEth: string;
|
|
2806
2807
|
SendToken: string;
|
|
@@ -2825,6 +2826,7 @@ declare const _default: {
|
|
|
2825
2826
|
FLAaveV3: string;
|
|
2826
2827
|
FLBalancer: string;
|
|
2827
2828
|
FLAction: string;
|
|
2829
|
+
FLActionTEMP: string;
|
|
2828
2830
|
AaveV3RatioTrigger: string;
|
|
2829
2831
|
GasFeeTakerL2: string;
|
|
2830
2832
|
AaveV3RatioCheck: string;
|
|
@@ -2841,7 +2843,6 @@ declare const _default: {
|
|
|
2841
2843
|
CreateSub?: undefined;
|
|
2842
2844
|
SDaiWrap?: undefined;
|
|
2843
2845
|
SDaiUnwrap?: undefined;
|
|
2844
|
-
DFSSellTEMP?: undefined;
|
|
2845
2846
|
McdGenerate?: undefined;
|
|
2846
2847
|
McdGive?: undefined;
|
|
2847
2848
|
McdMerge?: undefined;
|
|
@@ -2906,7 +2907,6 @@ declare const _default: {
|
|
|
2906
2907
|
FLDyDx?: undefined;
|
|
2907
2908
|
FLMaker?: undefined;
|
|
2908
2909
|
FLSpark?: undefined;
|
|
2909
|
-
FLActionTEMP?: undefined;
|
|
2910
2910
|
FLUniV3?: undefined;
|
|
2911
2911
|
FLGho?: undefined;
|
|
2912
2912
|
FLMorphoBlue?: undefined;
|
|
@@ -3004,6 +3004,7 @@ declare const _default: {
|
|
|
3004
3004
|
LlamaLendSelfLiquidate?: undefined;
|
|
3005
3005
|
} | {
|
|
3006
3006
|
DFSSell: string;
|
|
3007
|
+
DFSSellTEMP: string;
|
|
3007
3008
|
WrapEth: string;
|
|
3008
3009
|
UnwrapEth: string;
|
|
3009
3010
|
SendToken: string;
|
|
@@ -3032,6 +3033,7 @@ declare const _default: {
|
|
|
3032
3033
|
FLAaveV3: string;
|
|
3033
3034
|
FLBalancer: string;
|
|
3034
3035
|
FLAction: string;
|
|
3036
|
+
FLActionTEMP: string;
|
|
3035
3037
|
GasFeeTakerL2: string;
|
|
3036
3038
|
AaveV3RatioCheck: string;
|
|
3037
3039
|
UniCollectV3: string;
|
|
@@ -3048,7 +3050,6 @@ declare const _default: {
|
|
|
3048
3050
|
ApproveToken?: undefined;
|
|
3049
3051
|
SDaiWrap?: undefined;
|
|
3050
3052
|
SDaiUnwrap?: undefined;
|
|
3051
|
-
DFSSellTEMP?: undefined;
|
|
3052
3053
|
McdGenerate?: undefined;
|
|
3053
3054
|
McdGive?: undefined;
|
|
3054
3055
|
McdMerge?: undefined;
|
|
@@ -3114,7 +3115,6 @@ declare const _default: {
|
|
|
3114
3115
|
FLDyDx?: undefined;
|
|
3115
3116
|
FLMaker?: undefined;
|
|
3116
3117
|
FLSpark?: undefined;
|
|
3117
|
-
FLActionTEMP?: undefined;
|
|
3118
3118
|
FLUniV3?: undefined;
|
|
3119
3119
|
FLGho?: undefined;
|
|
3120
3120
|
FLMorphoBlue?: undefined;
|
|
@@ -3207,6 +3207,7 @@ declare const _default: {
|
|
|
3207
3207
|
AaveV3RatioTrigger?: undefined;
|
|
3208
3208
|
} | {
|
|
3209
3209
|
DFSSell: string;
|
|
3210
|
+
DFSSellTEMP: string;
|
|
3210
3211
|
WrapEth: string;
|
|
3211
3212
|
UnwrapEth: string;
|
|
3212
3213
|
SendToken: string;
|
|
@@ -3216,6 +3217,8 @@ declare const _default: {
|
|
|
3216
3217
|
FLAaveV3: string;
|
|
3217
3218
|
FLBalancer: string;
|
|
3218
3219
|
FLUniV3: string;
|
|
3220
|
+
FLAction: string;
|
|
3221
|
+
FLActionTEMP: string;
|
|
3219
3222
|
AaveV3Withdraw: string;
|
|
3220
3223
|
AaveV3SwapBorrowRateMode: string;
|
|
3221
3224
|
AaveV3Supply: string;
|
|
@@ -3245,7 +3248,6 @@ declare const _default: {
|
|
|
3245
3248
|
SDaiWrap?: undefined;
|
|
3246
3249
|
SDaiUnwrap?: undefined;
|
|
3247
3250
|
TokenizedVaultAdapter?: undefined;
|
|
3248
|
-
DFSSellTEMP?: undefined;
|
|
3249
3251
|
McdGenerate?: undefined;
|
|
3250
3252
|
McdGive?: undefined;
|
|
3251
3253
|
McdMerge?: undefined;
|
|
@@ -3310,8 +3312,6 @@ declare const _default: {
|
|
|
3310
3312
|
FLDyDx?: undefined;
|
|
3311
3313
|
FLMaker?: undefined;
|
|
3312
3314
|
FLSpark?: undefined;
|
|
3313
|
-
FLAction?: undefined;
|
|
3314
|
-
FLActionTEMP?: undefined;
|
|
3315
3315
|
FLGho?: undefined;
|
|
3316
3316
|
FLMorphoBlue?: undefined;
|
|
3317
3317
|
UniSupply?: undefined;
|
package/package.json
CHANGED
package/src/addresses.ts
CHANGED
|
@@ -270,6 +270,7 @@ export const actionAddresses = {
|
|
|
270
270
|
},
|
|
271
271
|
[NETWORKS.optimism.chainId]: {
|
|
272
272
|
DFSSell: '0xC6c601fcAa870efd26C624F8c65fbc54cBe533b1',
|
|
273
|
+
DFSSellTEMP: '0x01f7DB086076a16Cebd940A95919Af088C0662FD',
|
|
273
274
|
|
|
274
275
|
// basic
|
|
275
276
|
WrapEth: '0x6D735db054AC4a1F10f96b99f8550E9eefbC2AC5',
|
|
@@ -299,7 +300,8 @@ export const actionAddresses = {
|
|
|
299
300
|
FLAaveV3NoFee: '0xfbcF23D2BeF8A2C491cfa4dD409D8dF12d431c85',
|
|
300
301
|
FLAaveV3: '0x8A07E93d2B74A80D726eE4E4A0aC1F906aB5Cc63',
|
|
301
302
|
FLBalancer: '0x79d6bf536b8DD65909a3174C87eA6395310d5c41',
|
|
302
|
-
FLAction: '
|
|
303
|
+
FLAction: '0x82d5eDeb005AfFbF381B5949C707a3305160F4A9', // temp fixed
|
|
304
|
+
FLActionTEMP: '0x82d5eDeb005AfFbF381B5949C707a3305160F4A9',
|
|
303
305
|
|
|
304
306
|
|
|
305
307
|
AaveV3RatioTrigger: '0xB76e3f7694589D0f34ba43b17AD0D15350Ab5f85',
|
|
@@ -315,6 +317,7 @@ export const actionAddresses = {
|
|
|
315
317
|
},
|
|
316
318
|
[NETWORKS.arbitrum.chainId]: {
|
|
317
319
|
DFSSell: '0x9109F34AB28D369cF894aF45C50E976B8E312a82',
|
|
320
|
+
DFSSellTEMP: '0xF940aE73cb01c81e657916D14e5699c73a22566c',
|
|
318
321
|
|
|
319
322
|
// basic
|
|
320
323
|
WrapEth: '0x35136b25bFA7CCC8f5b94E3181a16B61c06980F0',
|
|
@@ -350,7 +353,8 @@ export const actionAddresses = {
|
|
|
350
353
|
FLAaveV3NoFee: '0x219ac6dA971dE6d943cffD1BD62abde71525d382',
|
|
351
354
|
FLAaveV3: '0x53953aCEe438c083e4299F7976f03Ff3cb862161',
|
|
352
355
|
FLBalancer: '0xdb28fE77709D88badC86868B27937428C3F48E73',
|
|
353
|
-
FLAction: '
|
|
356
|
+
FLAction: '0xab4AA2fcEA33205b44a556f8C48ceC3f21aFf0C3', // temp fixed
|
|
357
|
+
FLActionTEMP: '0xab4AA2fcEA33205b44a556f8C48ceC3f21aFf0C3',
|
|
354
358
|
|
|
355
359
|
GasFeeTakerL2: '0x2F64f73B222B4978CAfd0295c0fa106cE5f34996',
|
|
356
360
|
AaveV3RatioCheck: '0x4a5c2cbCFB921b596Dec049389899CC8Eb4678ED',
|
|
@@ -365,6 +369,7 @@ export const actionAddresses = {
|
|
|
365
369
|
[NETWORKS.base.chainId]: {
|
|
366
370
|
// Basic
|
|
367
371
|
DFSSell: '0xCc0f04e8c34B670a1D06f4978C843952F690d3f4',
|
|
372
|
+
DFSSellTEMP: '0x76e5c4e10E36B2f7E8B7F8a570e8A485B86d0ac7',
|
|
368
373
|
WrapEth: '0x491cc4AFbE0081C3464DeF1114ba27BE114b2401',
|
|
369
374
|
UnwrapEth: '0xcF91546046F16B3c38b890CC508E280BEffa66b9',
|
|
370
375
|
SendToken: '0x1420f4977E7B71AFddccBFc6F6e1505CefdF99F0',
|
|
@@ -376,6 +381,8 @@ export const actionAddresses = {
|
|
|
376
381
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
|
377
382
|
FLBalancer: '0x862E533198C9656B75bB6A5dDF0953F7ED5E8507',
|
|
378
383
|
FLUniV3: '0x1bA6082D2ef1aB92a55B96264c72Eb8049C964Ce',
|
|
384
|
+
FLAction: '0xAAbd4B0372240E319F9722c4Fd1e2FE0C8d422D2', // fix temp
|
|
385
|
+
FLActionTEMP: '0xAAbd4B0372240E319F9722c4Fd1e2FE0C8d422D2',
|
|
379
386
|
|
|
380
387
|
// AaveV3
|
|
381
388
|
AaveV3Withdraw: '0x1d2Fa7dAcC660A9124c3685EE8a6E699d10409Eb',
|
|
@@ -422,7 +429,7 @@ export const otherAddresses = {
|
|
|
422
429
|
Empty: '0x0000000000000000000000000000000000000000',
|
|
423
430
|
},
|
|
424
431
|
[NETWORKS.optimism.chainId]: {
|
|
425
|
-
RecipeExecutor: '
|
|
432
|
+
RecipeExecutor: '0xA532771BD90dAf94b456A4acC9E9cbBdF1367572',
|
|
426
433
|
DFSRegistry: '0xAf707Ee480204Ed6e2640B53cE86F680D28Afcbd',
|
|
427
434
|
ProxyRegistry: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
|
|
428
435
|
|
|
@@ -434,7 +441,7 @@ export const otherAddresses = {
|
|
|
434
441
|
UniswapV3PositionManager: '0xC36442b4a4522E871399CD717aBDD847Ab11FE88',
|
|
435
442
|
},
|
|
436
443
|
[NETWORKS.arbitrum.chainId]: {
|
|
437
|
-
RecipeExecutor: '
|
|
444
|
+
RecipeExecutor: '0x4417bffFD5e3131069f62Fac07e40704EE234404',
|
|
438
445
|
DFSRegistry: '0xBF1CaC12DB60819Bfa71A328282ecbc1D40443aA',
|
|
439
446
|
ProxyRegistry: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
|
|
440
447
|
|
|
@@ -446,7 +453,7 @@ export const otherAddresses = {
|
|
|
446
453
|
UniswapV3PositionManager: '0xC36442b4a4522E871399CD717aBDD847Ab11FE88',
|
|
447
454
|
},
|
|
448
455
|
[NETWORKS.base.chainId]: {
|
|
449
|
-
RecipeExecutor: '
|
|
456
|
+
RecipeExecutor: '0xd0Ae279e330f98C399375f80968C8bf860202766',
|
|
450
457
|
DFSRegistry: '0x347FB634271F666353F23A3362f3935D96F97476',
|
|
451
458
|
ProxyRegistry: '0x425fA97285965E01Cc5F951B62A51F6CDEA5cc0d',
|
|
452
459
|
|
package/umd/index.js
CHANGED
|
@@ -1484,6 +1484,7 @@ var actionAddresses = {
|
|
|
1484
1484
|
},
|
|
1485
1485
|
[_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.optimism.chainId]: {
|
|
1486
1486
|
DFSSell: '0xC6c601fcAa870efd26C624F8c65fbc54cBe533b1',
|
|
1487
|
+
DFSSellTEMP: '0x01f7DB086076a16Cebd940A95919Af088C0662FD',
|
|
1487
1488
|
// basic
|
|
1488
1489
|
WrapEth: '0x6D735db054AC4a1F10f96b99f8550E9eefbC2AC5',
|
|
1489
1490
|
UnwrapEth: '0x1Fa75B00A05C2EbBd0EDF253a63c209966337A0d',
|
|
@@ -1510,7 +1511,9 @@ var actionAddresses = {
|
|
|
1510
1511
|
FLAaveV3NoFee: '0xfbcF23D2BeF8A2C491cfa4dD409D8dF12d431c85',
|
|
1511
1512
|
FLAaveV3: '0x8A07E93d2B74A80D726eE4E4A0aC1F906aB5Cc63',
|
|
1512
1513
|
FLBalancer: '0x79d6bf536b8DD65909a3174C87eA6395310d5c41',
|
|
1513
|
-
FLAction: '
|
|
1514
|
+
FLAction: '0x82d5eDeb005AfFbF381B5949C707a3305160F4A9',
|
|
1515
|
+
// temp fixed
|
|
1516
|
+
FLActionTEMP: '0x82d5eDeb005AfFbF381B5949C707a3305160F4A9',
|
|
1514
1517
|
AaveV3RatioTrigger: '0xB76e3f7694589D0f34ba43b17AD0D15350Ab5f85',
|
|
1515
1518
|
GasFeeTakerL2: '0xB3dB299622A9DB0E944ccda2Ef899d6fF365B082',
|
|
1516
1519
|
AaveV3RatioCheck: '0x7A36779a7b5F1128B28932604057d5b63361297c',
|
|
@@ -1523,6 +1526,7 @@ var actionAddresses = {
|
|
|
1523
1526
|
},
|
|
1524
1527
|
[_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.arbitrum.chainId]: {
|
|
1525
1528
|
DFSSell: '0x9109F34AB28D369cF894aF45C50E976B8E312a82',
|
|
1529
|
+
DFSSellTEMP: '0xF940aE73cb01c81e657916D14e5699c73a22566c',
|
|
1526
1530
|
// basic
|
|
1527
1531
|
WrapEth: '0x35136b25bFA7CCC8f5b94E3181a16B61c06980F0',
|
|
1528
1532
|
UnwrapEth: '0x2B69d494536098700910D167902D1d397dcA2B61',
|
|
@@ -1554,7 +1558,9 @@ var actionAddresses = {
|
|
|
1554
1558
|
FLAaveV3NoFee: '0x219ac6dA971dE6d943cffD1BD62abde71525d382',
|
|
1555
1559
|
FLAaveV3: '0x53953aCEe438c083e4299F7976f03Ff3cb862161',
|
|
1556
1560
|
FLBalancer: '0xdb28fE77709D88badC86868B27937428C3F48E73',
|
|
1557
|
-
FLAction: '
|
|
1561
|
+
FLAction: '0xab4AA2fcEA33205b44a556f8C48ceC3f21aFf0C3',
|
|
1562
|
+
// temp fixed
|
|
1563
|
+
FLActionTEMP: '0xab4AA2fcEA33205b44a556f8C48ceC3f21aFf0C3',
|
|
1558
1564
|
GasFeeTakerL2: '0x2F64f73B222B4978CAfd0295c0fa106cE5f34996',
|
|
1559
1565
|
AaveV3RatioCheck: '0x4a5c2cbCFB921b596Dec049389899CC8Eb4678ED',
|
|
1560
1566
|
// uniswap V3
|
|
@@ -1567,6 +1573,7 @@ var actionAddresses = {
|
|
|
1567
1573
|
[_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.base.chainId]: {
|
|
1568
1574
|
// Basic
|
|
1569
1575
|
DFSSell: '0xCc0f04e8c34B670a1D06f4978C843952F690d3f4',
|
|
1576
|
+
DFSSellTEMP: '0x76e5c4e10E36B2f7E8B7F8a570e8A485B86d0ac7',
|
|
1570
1577
|
WrapEth: '0x491cc4AFbE0081C3464DeF1114ba27BE114b2401',
|
|
1571
1578
|
UnwrapEth: '0xcF91546046F16B3c38b890CC508E280BEffa66b9',
|
|
1572
1579
|
SendToken: '0x1420f4977E7B71AFddccBFc6F6e1505CefdF99F0',
|
|
@@ -1577,6 +1584,9 @@ var actionAddresses = {
|
|
|
1577
1584
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
|
1578
1585
|
FLBalancer: '0x862E533198C9656B75bB6A5dDF0953F7ED5E8507',
|
|
1579
1586
|
FLUniV3: '0x1bA6082D2ef1aB92a55B96264c72Eb8049C964Ce',
|
|
1587
|
+
FLAction: '0xAAbd4B0372240E319F9722c4Fd1e2FE0C8d422D2',
|
|
1588
|
+
// fix temp
|
|
1589
|
+
FLActionTEMP: '0xAAbd4B0372240E319F9722c4Fd1e2FE0C8d422D2',
|
|
1580
1590
|
// AaveV3
|
|
1581
1591
|
AaveV3Withdraw: '0x1d2Fa7dAcC660A9124c3685EE8a6E699d10409Eb',
|
|
1582
1592
|
AaveV3SwapBorrowRateMode: '0x9d1D7A0dD5e82cCe9CC131eC0C807B0F543be70e',
|
|
@@ -1619,7 +1629,7 @@ var otherAddresses = {
|
|
|
1619
1629
|
Empty: '0x0000000000000000000000000000000000000000'
|
|
1620
1630
|
},
|
|
1621
1631
|
[_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.optimism.chainId]: {
|
|
1622
|
-
RecipeExecutor: '
|
|
1632
|
+
RecipeExecutor: '0xA532771BD90dAf94b456A4acC9E9cbBdF1367572',
|
|
1623
1633
|
DFSRegistry: '0xAf707Ee480204Ed6e2640B53cE86F680D28Afcbd',
|
|
1624
1634
|
ProxyRegistry: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
|
|
1625
1635
|
DSGuardFactory: '0xc19d0F1E2b38AA283E226Ca4044766A43aA7B02b',
|
|
@@ -1629,7 +1639,7 @@ var otherAddresses = {
|
|
|
1629
1639
|
UniswapV3PositionManager: '0xC36442b4a4522E871399CD717aBDD847Ab11FE88'
|
|
1630
1640
|
},
|
|
1631
1641
|
[_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.arbitrum.chainId]: {
|
|
1632
|
-
RecipeExecutor: '
|
|
1642
|
+
RecipeExecutor: '0x4417bffFD5e3131069f62Fac07e40704EE234404',
|
|
1633
1643
|
DFSRegistry: '0xBF1CaC12DB60819Bfa71A328282ecbc1D40443aA',
|
|
1634
1644
|
ProxyRegistry: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
|
|
1635
1645
|
DSGuardFactory: '0x5261abC3a94a6475D0A1171daE94A5f84fbaEcD2',
|
|
@@ -1639,7 +1649,7 @@ var otherAddresses = {
|
|
|
1639
1649
|
UniswapV3PositionManager: '0xC36442b4a4522E871399CD717aBDD847Ab11FE88'
|
|
1640
1650
|
},
|
|
1641
1651
|
[_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.base.chainId]: {
|
|
1642
|
-
RecipeExecutor: '
|
|
1652
|
+
RecipeExecutor: '0xd0Ae279e330f98C399375f80968C8bf860202766',
|
|
1643
1653
|
DFSRegistry: '0x347FB634271F666353F23A3362f3935D96F97476',
|
|
1644
1654
|
ProxyRegistry: '0x425fA97285965E01Cc5F951B62A51F6CDEA5cc0d',
|
|
1645
1655
|
DSGuardFactory: '0x7783da8958013a57a5514737a4FBDFF06A0056e1',
|