@defisaver/sdk 1.1.7 → 1.1.8

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.
@@ -214,6 +214,7 @@ export declare const actionAddresses: {
214
214
  AaveV3RatioTrigger?: undefined;
215
215
  GasFeeTakerL2?: undefined;
216
216
  AaveV3RatioCheck?: undefined;
217
+ MorphoBlueView?: undefined;
217
218
  } | {
218
219
  DFSSell: string;
219
220
  DFSSellTEMP: string;
@@ -428,6 +429,7 @@ export declare const actionAddresses: {
428
429
  LlamaLendLevCreate?: undefined;
429
430
  LlamaLendSelfLiquidateWithColl?: undefined;
430
431
  MerklClaim?: undefined;
432
+ MorphoBlueView?: undefined;
431
433
  } | {
432
434
  DFSSell: string;
433
435
  DFSSellTEMP: string;
@@ -642,6 +644,7 @@ export declare const actionAddresses: {
642
644
  MerklClaim?: undefined;
643
645
  AaveV3DelegateCredit?: undefined;
644
646
  AaveV3RatioTrigger?: undefined;
647
+ MorphoBlueView?: undefined;
645
648
  } | {
646
649
  DFSSell: string;
647
650
  DFSSellTEMP: string;
@@ -678,6 +681,15 @@ export declare const actionAddresses: {
678
681
  CompV3Supply: string;
679
682
  CompV3Transfer: string;
680
683
  CompV3Withdraw: string;
684
+ MorphoBlueSupply: string;
685
+ MorphoBlueSupplyCollateral: string;
686
+ MorphoBlueWithdraw: string;
687
+ MorphoBlueWithdrawCollateral: string;
688
+ MorphoBlueBorrow: string;
689
+ MorphoBluePayback: string;
690
+ MorphoBlueSetAuth: string;
691
+ MorphoBlueSetAuthWithSig: string;
692
+ MorphoBlueView: string;
681
693
  AutomationV2Unsub?: undefined;
682
694
  SendTokenAndUnwrap?: undefined;
683
695
  ToggleSub?: undefined;
@@ -832,14 +844,6 @@ export declare const actionAddresses: {
832
844
  CurveUsdGetDebt?: undefined;
833
845
  CurveUsdCollRatioTrigger?: undefined;
834
846
  CurveUsdCollRatioCheck?: undefined;
835
- MorphoBlueSupply?: undefined;
836
- MorphoBlueSupplyCollateral?: undefined;
837
- MorphoBlueWithdraw?: undefined;
838
- MorphoBlueWithdrawCollateral?: undefined;
839
- MorphoBlueBorrow?: undefined;
840
- MorphoBluePayback?: undefined;
841
- MorphoBlueSetAuth?: undefined;
842
- MorphoBlueSetAuthWithSig?: undefined;
843
847
  LlamaLendCreate?: undefined;
844
848
  LlamaLendSupply?: undefined;
845
849
  LlamaLendBorrow?: undefined;
@@ -3,8 +3,8 @@ export const actionAddresses = {
3
3
  [NETWORKS.ethereum.chainId]: {
4
4
  // utils
5
5
  WrapEth: '0x8EbBd35f84D7f0DFCBEf08fD30CD09176133251A',
6
- UnwrapEth: '0xDB6C8cFDd7c1C0F8895CDBC01Dbf4A6D4B6d2a29',
7
- PullToken: '0x254cA89a00d53ab61de2Ba5641DBDC01aE48aed4',
6
+ UnwrapEth: '0x3298C6652beD903d3DfB6466A2C272eDe8ff741D',
7
+ PullToken: '0x29Bb266A72E585C661e292F7D8CA7C4581a0AF72',
8
8
  SendToken: '0x5c19aF6F5de91209c3bc2Ba447b1f5eb53c50759',
9
9
  SumInputs: '0x70907d840aBBc984Fd949311d2f005e6aC4a4D7a',
10
10
  SubInputs: '0xe1804b756188F63f723d2FECc02988D0Cc1aB823',
@@ -50,8 +50,8 @@ export const actionAddresses = {
50
50
  // aave
51
51
  AaveBorrow: '0x1B95E800a869bc3F89914470a7901D93D1401cD1',
52
52
  AavePayback: '0x066225964999F1D07C888c5Ac4a6C885bDa88b9A',
53
- AaveSupply: '0xEbB200a529058B561B42Eab510DA157a63243CEc',
54
- AaveWithdraw: '0x754C58fA92246414a448c1ed44ea3D1AD446d482',
53
+ AaveSupply: '0x3DbdC87d2299768AD82DDCAc13021A29681b8520',
54
+ AaveWithdraw: '0xee274301e8b06d2284c4c7ebfbd8f3a368ce24f2',
55
55
  AaveCollateralSwitch: '0xFf5dfF1B90bd5Aa6E12768AB497dB90cc9DE6F5d',
56
56
  AaveUnstake: '0x2FE4024e350cD2c64D2fd0Db5d16F5cE54Ca0E09',
57
57
  AaveClaimAAVE: '0xd52855bD011F3D87565f9040DdE2A59fB1b27b15',
@@ -206,8 +206,8 @@ export const actionAddresses = {
206
206
  CompV3Transfer: '0xeD7450e9C17146476137b77198DFfB17857906c4',
207
207
  CompV3Withdraw: '0xf1406deC224750CEfA709e4bcA6a3a3f458F0f7B',
208
208
  // crvUSD
209
- CurveUsdBorrow: '0x2512A976227a82Ef0F6bDdb463cBcD5B732596BF',
210
- CurveUsdCreate: '0x715B40970dac1cfAf0bB85C4Fe64921b44b3f73e',
209
+ CurveUsdBorrow: '0x9D82989715114D35903caf4077BC3e5b5DD70eA7',
210
+ CurveUsdCreate: '0xd44f3984249772fd5a667889e7a478d6beb912c9',
211
211
  CurveUsdPayback: '0x3Aa0F8Ff9419Cd5f6e73F3274b8bF86965Cd282c',
212
212
  CurveUsdSupply: '0xa55B3CE5ae7E59002f53b2153ABe326823ccCDE2',
213
213
  CurveUsdAdjust: '0x6f69A7d0B1BE7602381d9cCE6B29F05B9D0b85e6',
@@ -357,7 +357,7 @@ export const actionAddresses = {
357
357
  LlamaLendBoost: '0xc52a3af27696f8cf999463f3455e23440a376f8d',
358
358
  LlamaLendRepay: '0x320fdfa922ee33c1cc8a042ada855c9dfe9bed06',
359
359
  LlamaLendLevCreate: '0xe5cbdcbe494246c21851eea0642ff0791f95cc86',
360
- LlamaLendSelfLiquidateWithColl: '0x4faef2cd1680ea00f9398a0525c536b2466a887b',
360
+ LlamaLendSelfLiquidateWithColl: '0xebf090e5e83f4cd63d84db013ac8271761a953cf',
361
361
  },
362
362
  [NETWORKS.base.chainId]: {
363
363
  // Basic
@@ -399,6 +399,16 @@ export const actionAddresses = {
399
399
  CompV3Supply: '0x94b63bf925C2Ab17F7df6914E110E969cC36A93e',
400
400
  CompV3Transfer: '0xdCAF9C6Bccc062Bc1b8704AA37005897FeA257a0',
401
401
  CompV3Withdraw: '0x8543133c3827D29b67D2b012101f463c870C1790',
402
+ // MorphoBlue
403
+ MorphoBlueSupply: '0xB4e67A3aF1707567D410f1E18B0CF7DCc38e03BA',
404
+ MorphoBlueSupplyCollateral: '0x57757974d4c4f4a3cfcd054401482672342b26b2',
405
+ MorphoBlueWithdraw: '0xaaccc17d850b48507c2478a9ad628c6f4132ede3',
406
+ MorphoBlueWithdrawCollateral: '0xe1778d05b274fa4193c8ecc50b0c45230f9ba1d3',
407
+ MorphoBlueBorrow: '0x8395eafe5633bcdedbf71893e24d4e86afd55436',
408
+ MorphoBluePayback: '0x245f9c1f8401f28da82afc50e4d242224991c4b3',
409
+ MorphoBlueSetAuth: '0xb565630c6ddd1fae169c453667f5aa52ef4e2e39',
410
+ MorphoBlueSetAuthWithSig: '0x80be65342f6172a6cd0b6a2653e8a887e3f46cab',
411
+ MorphoBlueView: '0xdbcacf59c5063da8b15481f88e7d70e13c92f2a1',
402
412
  },
403
413
  };
404
414
  export const otherAddresses = {
@@ -225,6 +225,7 @@ declare const actionAddressesAllChains: {
225
225
  AaveV3RatioTrigger?: undefined;
226
226
  GasFeeTakerL2?: undefined;
227
227
  AaveV3RatioCheck?: undefined;
228
+ MorphoBlueView?: undefined;
228
229
  } | {
229
230
  DFSSell: string;
230
231
  DFSSellTEMP: string;
@@ -439,6 +440,7 @@ declare const actionAddressesAllChains: {
439
440
  LlamaLendLevCreate?: undefined;
440
441
  LlamaLendSelfLiquidateWithColl?: undefined;
441
442
  MerklClaim?: undefined;
443
+ MorphoBlueView?: undefined;
442
444
  } | {
443
445
  DFSSell: string;
444
446
  DFSSellTEMP: string;
@@ -653,6 +655,7 @@ declare const actionAddressesAllChains: {
653
655
  MerklClaim?: undefined;
654
656
  AaveV3DelegateCredit?: undefined;
655
657
  AaveV3RatioTrigger?: undefined;
658
+ MorphoBlueView?: undefined;
656
659
  } | {
657
660
  DFSSell: string;
658
661
  DFSSellTEMP: string;
@@ -689,6 +692,15 @@ declare const actionAddressesAllChains: {
689
692
  CompV3Supply: string;
690
693
  CompV3Transfer: string;
691
694
  CompV3Withdraw: string;
695
+ MorphoBlueSupply: string;
696
+ MorphoBlueSupplyCollateral: string;
697
+ MorphoBlueWithdraw: string;
698
+ MorphoBlueWithdrawCollateral: string;
699
+ MorphoBlueBorrow: string;
700
+ MorphoBluePayback: string;
701
+ MorphoBlueSetAuth: string;
702
+ MorphoBlueSetAuthWithSig: string;
703
+ MorphoBlueView: string;
692
704
  AutomationV2Unsub?: undefined;
693
705
  SendTokenAndUnwrap?: undefined;
694
706
  ToggleSub?: undefined;
@@ -843,14 +855,6 @@ declare const actionAddressesAllChains: {
843
855
  CurveUsdGetDebt?: undefined;
844
856
  CurveUsdCollRatioTrigger?: undefined;
845
857
  CurveUsdCollRatioCheck?: undefined;
846
- MorphoBlueSupply?: undefined;
847
- MorphoBlueSupplyCollateral?: undefined;
848
- MorphoBlueWithdraw?: undefined;
849
- MorphoBlueWithdrawCollateral?: undefined;
850
- MorphoBlueBorrow?: undefined;
851
- MorphoBluePayback?: undefined;
852
- MorphoBlueSetAuth?: undefined;
853
- MorphoBlueSetAuthWithSig?: undefined;
854
858
  LlamaLendCreate?: undefined;
855
859
  LlamaLendSupply?: undefined;
856
860
  LlamaLendBorrow?: undefined;
@@ -1083,6 +1087,7 @@ declare const actionAddresses: (chainId?: null) => {
1083
1087
  AaveV3RatioTrigger?: undefined;
1084
1088
  GasFeeTakerL2?: undefined;
1085
1089
  AaveV3RatioCheck?: undefined;
1090
+ MorphoBlueView?: undefined;
1086
1091
  } | {
1087
1092
  DFSSell: string;
1088
1093
  DFSSellTEMP: string;
@@ -1297,6 +1302,7 @@ declare const actionAddresses: (chainId?: null) => {
1297
1302
  LlamaLendLevCreate?: undefined;
1298
1303
  LlamaLendSelfLiquidateWithColl?: undefined;
1299
1304
  MerklClaim?: undefined;
1305
+ MorphoBlueView?: undefined;
1300
1306
  } | {
1301
1307
  DFSSell: string;
1302
1308
  DFSSellTEMP: string;
@@ -1511,6 +1517,7 @@ declare const actionAddresses: (chainId?: null) => {
1511
1517
  MerklClaim?: undefined;
1512
1518
  AaveV3DelegateCredit?: undefined;
1513
1519
  AaveV3RatioTrigger?: undefined;
1520
+ MorphoBlueView?: undefined;
1514
1521
  } | {
1515
1522
  DFSSell: string;
1516
1523
  DFSSellTEMP: string;
@@ -1547,6 +1554,15 @@ declare const actionAddresses: (chainId?: null) => {
1547
1554
  CompV3Supply: string;
1548
1555
  CompV3Transfer: string;
1549
1556
  CompV3Withdraw: string;
1557
+ MorphoBlueSupply: string;
1558
+ MorphoBlueSupplyCollateral: string;
1559
+ MorphoBlueWithdraw: string;
1560
+ MorphoBlueWithdrawCollateral: string;
1561
+ MorphoBlueBorrow: string;
1562
+ MorphoBluePayback: string;
1563
+ MorphoBlueSetAuth: string;
1564
+ MorphoBlueSetAuthWithSig: string;
1565
+ MorphoBlueView: string;
1550
1566
  AutomationV2Unsub?: undefined;
1551
1567
  SendTokenAndUnwrap?: undefined;
1552
1568
  ToggleSub?: undefined;
@@ -1701,14 +1717,6 @@ declare const actionAddresses: (chainId?: null) => {
1701
1717
  CurveUsdGetDebt?: undefined;
1702
1718
  CurveUsdCollRatioTrigger?: undefined;
1703
1719
  CurveUsdCollRatioCheck?: undefined;
1704
- MorphoBlueSupply?: undefined;
1705
- MorphoBlueSupplyCollateral?: undefined;
1706
- MorphoBlueWithdraw?: undefined;
1707
- MorphoBlueWithdrawCollateral?: undefined;
1708
- MorphoBlueBorrow?: undefined;
1709
- MorphoBluePayback?: undefined;
1710
- MorphoBlueSetAuth?: undefined;
1711
- MorphoBlueSetAuthWithSig?: undefined;
1712
1720
  LlamaLendCreate?: undefined;
1713
1721
  LlamaLendSupply?: undefined;
1714
1722
  LlamaLendBorrow?: undefined;
@@ -2084,6 +2092,7 @@ declare const _default: {
2084
2092
  AaveV3RatioTrigger?: undefined;
2085
2093
  GasFeeTakerL2?: undefined;
2086
2094
  AaveV3RatioCheck?: undefined;
2095
+ MorphoBlueView?: undefined;
2087
2096
  } | {
2088
2097
  DFSSell: string;
2089
2098
  DFSSellTEMP: string;
@@ -2298,6 +2307,7 @@ declare const _default: {
2298
2307
  LlamaLendLevCreate?: undefined;
2299
2308
  LlamaLendSelfLiquidateWithColl?: undefined;
2300
2309
  MerklClaim?: undefined;
2310
+ MorphoBlueView?: undefined;
2301
2311
  } | {
2302
2312
  DFSSell: string;
2303
2313
  DFSSellTEMP: string;
@@ -2512,6 +2522,7 @@ declare const _default: {
2512
2522
  MerklClaim?: undefined;
2513
2523
  AaveV3DelegateCredit?: undefined;
2514
2524
  AaveV3RatioTrigger?: undefined;
2525
+ MorphoBlueView?: undefined;
2515
2526
  } | {
2516
2527
  DFSSell: string;
2517
2528
  DFSSellTEMP: string;
@@ -2548,6 +2559,15 @@ declare const _default: {
2548
2559
  CompV3Supply: string;
2549
2560
  CompV3Transfer: string;
2550
2561
  CompV3Withdraw: string;
2562
+ MorphoBlueSupply: string;
2563
+ MorphoBlueSupplyCollateral: string;
2564
+ MorphoBlueWithdraw: string;
2565
+ MorphoBlueWithdrawCollateral: string;
2566
+ MorphoBlueBorrow: string;
2567
+ MorphoBluePayback: string;
2568
+ MorphoBlueSetAuth: string;
2569
+ MorphoBlueSetAuthWithSig: string;
2570
+ MorphoBlueView: string;
2551
2571
  AutomationV2Unsub?: undefined;
2552
2572
  SendTokenAndUnwrap?: undefined;
2553
2573
  ToggleSub?: undefined;
@@ -2702,14 +2722,6 @@ declare const _default: {
2702
2722
  CurveUsdGetDebt?: undefined;
2703
2723
  CurveUsdCollRatioTrigger?: undefined;
2704
2724
  CurveUsdCollRatioCheck?: undefined;
2705
- MorphoBlueSupply?: undefined;
2706
- MorphoBlueSupplyCollateral?: undefined;
2707
- MorphoBlueWithdraw?: undefined;
2708
- MorphoBlueWithdrawCollateral?: undefined;
2709
- MorphoBlueBorrow?: undefined;
2710
- MorphoBluePayback?: undefined;
2711
- MorphoBlueSetAuth?: undefined;
2712
- MorphoBlueSetAuthWithSig?: undefined;
2713
2725
  LlamaLendCreate?: undefined;
2714
2726
  LlamaLendSupply?: undefined;
2715
2727
  LlamaLendBorrow?: undefined;
@@ -2942,6 +2954,7 @@ declare const _default: {
2942
2954
  AaveV3RatioTrigger?: undefined;
2943
2955
  GasFeeTakerL2?: undefined;
2944
2956
  AaveV3RatioCheck?: undefined;
2957
+ MorphoBlueView?: undefined;
2945
2958
  } | {
2946
2959
  DFSSell: string;
2947
2960
  DFSSellTEMP: string;
@@ -3156,6 +3169,7 @@ declare const _default: {
3156
3169
  LlamaLendLevCreate?: undefined;
3157
3170
  LlamaLendSelfLiquidateWithColl?: undefined;
3158
3171
  MerklClaim?: undefined;
3172
+ MorphoBlueView?: undefined;
3159
3173
  } | {
3160
3174
  DFSSell: string;
3161
3175
  DFSSellTEMP: string;
@@ -3370,6 +3384,7 @@ declare const _default: {
3370
3384
  MerklClaim?: undefined;
3371
3385
  AaveV3DelegateCredit?: undefined;
3372
3386
  AaveV3RatioTrigger?: undefined;
3387
+ MorphoBlueView?: undefined;
3373
3388
  } | {
3374
3389
  DFSSell: string;
3375
3390
  DFSSellTEMP: string;
@@ -3406,6 +3421,15 @@ declare const _default: {
3406
3421
  CompV3Supply: string;
3407
3422
  CompV3Transfer: string;
3408
3423
  CompV3Withdraw: string;
3424
+ MorphoBlueSupply: string;
3425
+ MorphoBlueSupplyCollateral: string;
3426
+ MorphoBlueWithdraw: string;
3427
+ MorphoBlueWithdrawCollateral: string;
3428
+ MorphoBlueBorrow: string;
3429
+ MorphoBluePayback: string;
3430
+ MorphoBlueSetAuth: string;
3431
+ MorphoBlueSetAuthWithSig: string;
3432
+ MorphoBlueView: string;
3409
3433
  AutomationV2Unsub?: undefined;
3410
3434
  SendTokenAndUnwrap?: undefined;
3411
3435
  ToggleSub?: undefined;
@@ -3560,14 +3584,6 @@ declare const _default: {
3560
3584
  CurveUsdGetDebt?: undefined;
3561
3585
  CurveUsdCollRatioTrigger?: undefined;
3562
3586
  CurveUsdCollRatioCheck?: undefined;
3563
- MorphoBlueSupply?: undefined;
3564
- MorphoBlueSupplyCollateral?: undefined;
3565
- MorphoBlueWithdraw?: undefined;
3566
- MorphoBlueWithdrawCollateral?: undefined;
3567
- MorphoBlueBorrow?: undefined;
3568
- MorphoBluePayback?: undefined;
3569
- MorphoBlueSetAuth?: undefined;
3570
- MorphoBlueSetAuthWithSig?: undefined;
3571
3587
  LlamaLendCreate?: undefined;
3572
3588
  LlamaLendSupply?: undefined;
3573
3589
  LlamaLendBorrow?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
package/src/addresses.ts CHANGED
@@ -5,8 +5,8 @@ export const actionAddresses = {
5
5
  [NETWORKS.ethereum.chainId]: {
6
6
  // utils
7
7
  WrapEth: '0x8EbBd35f84D7f0DFCBEf08fD30CD09176133251A',
8
- UnwrapEth: '0xDB6C8cFDd7c1C0F8895CDBC01Dbf4A6D4B6d2a29',
9
- PullToken: '0x254cA89a00d53ab61de2Ba5641DBDC01aE48aed4',
8
+ UnwrapEth: '0x3298C6652beD903d3DfB6466A2C272eDe8ff741D',
9
+ PullToken: '0x29Bb266A72E585C661e292F7D8CA7C4581a0AF72',
10
10
  SendToken: '0x5c19aF6F5de91209c3bc2Ba447b1f5eb53c50759',
11
11
  SumInputs: '0x70907d840aBBc984Fd949311d2f005e6aC4a4D7a',
12
12
  SubInputs: '0xe1804b756188F63f723d2FECc02988D0Cc1aB823',
@@ -57,8 +57,8 @@ export const actionAddresses = {
57
57
  // aave
58
58
  AaveBorrow: '0x1B95E800a869bc3F89914470a7901D93D1401cD1',
59
59
  AavePayback: '0x066225964999F1D07C888c5Ac4a6C885bDa88b9A',
60
- AaveSupply: '0xEbB200a529058B561B42Eab510DA157a63243CEc',
61
- AaveWithdraw: '0x754C58fA92246414a448c1ed44ea3D1AD446d482',
60
+ AaveSupply: '0x3DbdC87d2299768AD82DDCAc13021A29681b8520',
61
+ AaveWithdraw: '0xee274301e8b06d2284c4c7ebfbd8f3a368ce24f2',
62
62
  AaveCollateralSwitch: '0xFf5dfF1B90bd5Aa6E12768AB497dB90cc9DE6F5d',
63
63
  AaveUnstake: '0x2FE4024e350cD2c64D2fd0Db5d16F5cE54Ca0E09',
64
64
  AaveClaimAAVE: '0xd52855bD011F3D87565f9040DdE2A59fB1b27b15',
@@ -241,8 +241,8 @@ export const actionAddresses = {
241
241
  CompV3Withdraw: '0xf1406deC224750CEfA709e4bcA6a3a3f458F0f7B',
242
242
 
243
243
  // crvUSD
244
- CurveUsdBorrow: '0x2512A976227a82Ef0F6bDdb463cBcD5B732596BF',
245
- CurveUsdCreate: '0x715B40970dac1cfAf0bB85C4Fe64921b44b3f73e',
244
+ CurveUsdBorrow: '0x9D82989715114D35903caf4077BC3e5b5DD70eA7',
245
+ CurveUsdCreate: '0xd44f3984249772fd5a667889e7a478d6beb912c9',
246
246
  CurveUsdPayback: '0x3Aa0F8Ff9419Cd5f6e73F3274b8bF86965Cd282c',
247
247
  CurveUsdSupply: '0xa55B3CE5ae7E59002f53b2153ABe326823ccCDE2',
248
248
  CurveUsdAdjust: '0x6f69A7d0B1BE7602381d9cCE6B29F05B9D0b85e6',
@@ -410,7 +410,7 @@ export const actionAddresses = {
410
410
  LlamaLendBoost: '0xc52a3af27696f8cf999463f3455e23440a376f8d',
411
411
  LlamaLendRepay: '0x320fdfa922ee33c1cc8a042ada855c9dfe9bed06',
412
412
  LlamaLendLevCreate: '0xe5cbdcbe494246c21851eea0642ff0791f95cc86',
413
- LlamaLendSelfLiquidateWithColl: '0x4faef2cd1680ea00f9398a0525c536b2466a887b',
413
+ LlamaLendSelfLiquidateWithColl: '0xebf090e5e83f4cd63d84db013ac8271761a953cf',
414
414
  },
415
415
  [NETWORKS.base.chainId]: {
416
416
  // Basic
@@ -455,6 +455,17 @@ export const actionAddresses = {
455
455
  CompV3Supply: '0x94b63bf925C2Ab17F7df6914E110E969cC36A93e',
456
456
  CompV3Transfer: '0xdCAF9C6Bccc062Bc1b8704AA37005897FeA257a0',
457
457
  CompV3Withdraw: '0x8543133c3827D29b67D2b012101f463c870C1790',
458
+
459
+ // MorphoBlue
460
+ MorphoBlueSupply: '0xB4e67A3aF1707567D410f1E18B0CF7DCc38e03BA',
461
+ MorphoBlueSupplyCollateral: '0x57757974d4c4f4a3cfcd054401482672342b26b2',
462
+ MorphoBlueWithdraw: '0xaaccc17d850b48507c2478a9ad628c6f4132ede3',
463
+ MorphoBlueWithdrawCollateral: '0xe1778d05b274fa4193c8ecc50b0c45230f9ba1d3',
464
+ MorphoBlueBorrow: '0x8395eafe5633bcdedbf71893e24d4e86afd55436',
465
+ MorphoBluePayback: '0x245f9c1f8401f28da82afc50e4d242224991c4b3',
466
+ MorphoBlueSetAuth: '0xb565630c6ddd1fae169c453667f5aa52ef4e2e39',
467
+ MorphoBlueSetAuthWithSig: '0x80be65342f6172a6cd0b6a2653e8a887e3f46cab',
468
+ MorphoBlueView: '0xdbcacf59c5063da8b15481f88e7d70e13c92f2a1',
458
469
  },
459
470
  };
460
471
 
package/umd/index.js CHANGED
@@ -1197,8 +1197,8 @@ var actionAddresses = {
1197
1197
  [_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.ethereum.chainId]: {
1198
1198
  // utils
1199
1199
  WrapEth: '0x8EbBd35f84D7f0DFCBEf08fD30CD09176133251A',
1200
- UnwrapEth: '0xDB6C8cFDd7c1C0F8895CDBC01Dbf4A6D4B6d2a29',
1201
- PullToken: '0x254cA89a00d53ab61de2Ba5641DBDC01aE48aed4',
1200
+ UnwrapEth: '0x3298C6652beD903d3DfB6466A2C272eDe8ff741D',
1201
+ PullToken: '0x29Bb266A72E585C661e292F7D8CA7C4581a0AF72',
1202
1202
  SendToken: '0x5c19aF6F5de91209c3bc2Ba447b1f5eb53c50759',
1203
1203
  SumInputs: '0x70907d840aBBc984Fd949311d2f005e6aC4a4D7a',
1204
1204
  SubInputs: '0xe1804b756188F63f723d2FECc02988D0Cc1aB823',
@@ -1244,8 +1244,8 @@ var actionAddresses = {
1244
1244
  // aave
1245
1245
  AaveBorrow: '0x1B95E800a869bc3F89914470a7901D93D1401cD1',
1246
1246
  AavePayback: '0x066225964999F1D07C888c5Ac4a6C885bDa88b9A',
1247
- AaveSupply: '0xEbB200a529058B561B42Eab510DA157a63243CEc',
1248
- AaveWithdraw: '0x754C58fA92246414a448c1ed44ea3D1AD446d482',
1247
+ AaveSupply: '0x3DbdC87d2299768AD82DDCAc13021A29681b8520',
1248
+ AaveWithdraw: '0xee274301e8b06d2284c4c7ebfbd8f3a368ce24f2',
1249
1249
  AaveCollateralSwitch: '0xFf5dfF1B90bd5Aa6E12768AB497dB90cc9DE6F5d',
1250
1250
  AaveUnstake: '0x2FE4024e350cD2c64D2fd0Db5d16F5cE54Ca0E09',
1251
1251
  AaveClaimAAVE: '0xd52855bD011F3D87565f9040DdE2A59fB1b27b15',
@@ -1401,8 +1401,8 @@ var actionAddresses = {
1401
1401
  CompV3Transfer: '0xeD7450e9C17146476137b77198DFfB17857906c4',
1402
1402
  CompV3Withdraw: '0xf1406deC224750CEfA709e4bcA6a3a3f458F0f7B',
1403
1403
  // crvUSD
1404
- CurveUsdBorrow: '0x2512A976227a82Ef0F6bDdb463cBcD5B732596BF',
1405
- CurveUsdCreate: '0x715B40970dac1cfAf0bB85C4Fe64921b44b3f73e',
1404
+ CurveUsdBorrow: '0x9D82989715114D35903caf4077BC3e5b5DD70eA7',
1405
+ CurveUsdCreate: '0xd44f3984249772fd5a667889e7a478d6beb912c9',
1406
1406
  CurveUsdPayback: '0x3Aa0F8Ff9419Cd5f6e73F3274b8bF86965Cd282c',
1407
1407
  CurveUsdSupply: '0xa55B3CE5ae7E59002f53b2153ABe326823ccCDE2',
1408
1408
  CurveUsdAdjust: '0x6f69A7d0B1BE7602381d9cCE6B29F05B9D0b85e6',
@@ -1555,7 +1555,7 @@ var actionAddresses = {
1555
1555
  LlamaLendBoost: '0xc52a3af27696f8cf999463f3455e23440a376f8d',
1556
1556
  LlamaLendRepay: '0x320fdfa922ee33c1cc8a042ada855c9dfe9bed06',
1557
1557
  LlamaLendLevCreate: '0xe5cbdcbe494246c21851eea0642ff0791f95cc86',
1558
- LlamaLendSelfLiquidateWithColl: '0x4faef2cd1680ea00f9398a0525c536b2466a887b'
1558
+ LlamaLendSelfLiquidateWithColl: '0xebf090e5e83f4cd63d84db013ac8271761a953cf'
1559
1559
  },
1560
1560
  [_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.base.chainId]: {
1561
1561
  // Basic
@@ -1597,7 +1597,17 @@ var actionAddresses = {
1597
1597
  CompV3Payback: '0x73c627b48cb7c2b319E496fc55535Db6eD2c3445',
1598
1598
  CompV3Supply: '0x94b63bf925C2Ab17F7df6914E110E969cC36A93e',
1599
1599
  CompV3Transfer: '0xdCAF9C6Bccc062Bc1b8704AA37005897FeA257a0',
1600
- CompV3Withdraw: '0x8543133c3827D29b67D2b012101f463c870C1790'
1600
+ CompV3Withdraw: '0x8543133c3827D29b67D2b012101f463c870C1790',
1601
+ // MorphoBlue
1602
+ MorphoBlueSupply: '0xB4e67A3aF1707567D410f1E18B0CF7DCc38e03BA',
1603
+ MorphoBlueSupplyCollateral: '0x57757974d4c4f4a3cfcd054401482672342b26b2',
1604
+ MorphoBlueWithdraw: '0xaaccc17d850b48507c2478a9ad628c6f4132ede3',
1605
+ MorphoBlueWithdrawCollateral: '0xe1778d05b274fa4193c8ecc50b0c45230f9ba1d3',
1606
+ MorphoBlueBorrow: '0x8395eafe5633bcdedbf71893e24d4e86afd55436',
1607
+ MorphoBluePayback: '0x245f9c1f8401f28da82afc50e4d242224991c4b3',
1608
+ MorphoBlueSetAuth: '0xb565630c6ddd1fae169c453667f5aa52ef4e2e39',
1609
+ MorphoBlueSetAuthWithSig: '0x80be65342f6172a6cd0b6a2653e8a887e3f46cab',
1610
+ MorphoBlueView: '0xdbcacf59c5063da8b15481f88e7d70e13c92f2a1'
1601
1611
  }
1602
1612
  };
1603
1613
  var otherAddresses = {