@defisaver/sdk 1.3.18-aave-v4-3-dev → 1.3.18-aave-v4-4-dev

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.
@@ -319,16 +319,16 @@ export const actionAddresses = {
319
319
  SummerfiUnsub: '0x926405D69b77A514ED974901095AcFf9e5131366',
320
320
  SummerfiUnsubV2: '0x5E805eD9B7581a9f1398F75833f9663a459F5E30',
321
321
  // AaveV4
322
- AaveV4Supply: '0x270A0C7eBd1C0a98FdA613782b51419300AB6322',
323
- AaveV4Withdraw: '0x561013c605A17f5dC5b738C8a3fF9c5F33DbC3d8',
324
- AaveV4Borrow: '0xC6C627c63389D8bB7913b55CD62fa451703AD1E1',
325
- AaveV4Payback: '0x6e31Dd331571209043c8CF997f86b4291F648537',
326
- AaveV4CollateralSwitch: '0x26C39FE05466dBA72A98d095d019dC5e067F6b28',
327
- AaveV4RefreshPremium: '0xb080DC160415Ffe1a4b80d75b0Be92EE38a0b426',
328
- AaveV4SetUserManagersWithSig: '0xD50B0295C69e3F77BE7d99e7BdeAc442F37b373b',
329
- AaveV4DelegateWithdrawWithSig: '0x88bBa5Ce5cE20286Cf866b9f310354FFB701A296',
330
- AaveV4DelegateBorrowWithSig: '0xBAc6dc3edB72Bc705Ab4e31F2a2151Fe06550D9B',
331
- AaveV4DelegateSetUsingAsCollateralWithSig: '0x780d8fB962AA44645494E0aAa52477a9A82f6C79',
322
+ AaveV4Supply: '0x089c2b1DB0f68D94E67e8d969509D45B26fD0ceC',
323
+ AaveV4Withdraw: '0x563EC9e76b335A8218c04Ac4Ae9A58ae464CaAD6',
324
+ AaveV4Borrow: '0x2a560B72Fb88b9Bb90dd997CD94D7611740961B9',
325
+ AaveV4Payback: '0xEBafec920888E735e61353A8792cBd452B8406a0',
326
+ AaveV4CollateralSwitch: '0x742c8676E90958C8b8e264b70Ca0685c365Eec5f',
327
+ AaveV4RefreshPremium: '0xca7Cec8D88Bf495166CAeC045F0d467Aa4ceBE4E',
328
+ AaveV4SetUserManagersWithSig: '0x70CB26167153298aF397dF58200799A24B060b0d',
329
+ AaveV4DelegateWithdrawWithSig: '0x81864dBd69c46B19463eC7BEC6cE0B271126531a',
330
+ AaveV4DelegateBorrowWithSig: '0x9D68b41BB9f9e9Ac1E1ee49d3566CAd4624886BA',
331
+ AaveV4DelegateSetUsingAsCollateralWithSig: '0xF3D7C7e8F5154c669EAA0dE996cdE0575D7d3A00',
332
332
  },
333
333
  [NETWORKS.optimism.chainId]: {
334
334
  DFSSell: '0x9f234af5c10c136863a20865ba00b26951ab8269',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.3.18-aave-v4-3-dev",
3
+ "version": "1.3.18-aave-v4-4-dev",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
package/src/addresses.ts CHANGED
@@ -391,16 +391,16 @@ export const actionAddresses = {
391
391
  SummerfiUnsubV2: '0x5E805eD9B7581a9f1398F75833f9663a459F5E30',
392
392
 
393
393
  // AaveV4
394
- AaveV4Supply: '0x270A0C7eBd1C0a98FdA613782b51419300AB6322',
395
- AaveV4Withdraw: '0x561013c605A17f5dC5b738C8a3fF9c5F33DbC3d8',
396
- AaveV4Borrow: '0xC6C627c63389D8bB7913b55CD62fa451703AD1E1',
397
- AaveV4Payback: '0x6e31Dd331571209043c8CF997f86b4291F648537',
398
- AaveV4CollateralSwitch: '0x26C39FE05466dBA72A98d095d019dC5e067F6b28',
399
- AaveV4RefreshPremium: '0xb080DC160415Ffe1a4b80d75b0Be92EE38a0b426',
400
- AaveV4SetUserManagersWithSig: '0xD50B0295C69e3F77BE7d99e7BdeAc442F37b373b',
401
- AaveV4DelegateWithdrawWithSig: '0x88bBa5Ce5cE20286Cf866b9f310354FFB701A296',
402
- AaveV4DelegateBorrowWithSig: '0xBAc6dc3edB72Bc705Ab4e31F2a2151Fe06550D9B',
403
- AaveV4DelegateSetUsingAsCollateralWithSig: '0x780d8fB962AA44645494E0aAa52477a9A82f6C79',
394
+ AaveV4Supply: '0x089c2b1DB0f68D94E67e8d969509D45B26fD0ceC',
395
+ AaveV4Withdraw: '0x563EC9e76b335A8218c04Ac4Ae9A58ae464CaAD6',
396
+ AaveV4Borrow: '0x2a560B72Fb88b9Bb90dd997CD94D7611740961B9',
397
+ AaveV4Payback: '0xEBafec920888E735e61353A8792cBd452B8406a0',
398
+ AaveV4CollateralSwitch: '0x742c8676E90958C8b8e264b70Ca0685c365Eec5f',
399
+ AaveV4RefreshPremium: '0xca7Cec8D88Bf495166CAeC045F0d467Aa4ceBE4E',
400
+ AaveV4SetUserManagersWithSig: '0x70CB26167153298aF397dF58200799A24B060b0d',
401
+ AaveV4DelegateWithdrawWithSig: '0x81864dBd69c46B19463eC7BEC6cE0B271126531a',
402
+ AaveV4DelegateBorrowWithSig: '0x9D68b41BB9f9e9Ac1E1ee49d3566CAd4624886BA',
403
+ AaveV4DelegateSetUsingAsCollateralWithSig: '0xF3D7C7e8F5154c669EAA0dE996cdE0575D7d3A00',
404
404
  },
405
405
  [NETWORKS.optimism.chainId]: {
406
406
  DFSSell: '0x9f234af5c10c136863a20865ba00b26951ab8269',
package/umd/index.js CHANGED
@@ -1632,16 +1632,16 @@ var actionAddresses = {
1632
1632
  SummerfiUnsub: '0x926405D69b77A514ED974901095AcFf9e5131366',
1633
1633
  SummerfiUnsubV2: '0x5E805eD9B7581a9f1398F75833f9663a459F5E30',
1634
1634
  // AaveV4
1635
- AaveV4Supply: '0x270A0C7eBd1C0a98FdA613782b51419300AB6322',
1636
- AaveV4Withdraw: '0x561013c605A17f5dC5b738C8a3fF9c5F33DbC3d8',
1637
- AaveV4Borrow: '0xC6C627c63389D8bB7913b55CD62fa451703AD1E1',
1638
- AaveV4Payback: '0x6e31Dd331571209043c8CF997f86b4291F648537',
1639
- AaveV4CollateralSwitch: '0x26C39FE05466dBA72A98d095d019dC5e067F6b28',
1640
- AaveV4RefreshPremium: '0xb080DC160415Ffe1a4b80d75b0Be92EE38a0b426',
1641
- AaveV4SetUserManagersWithSig: '0xD50B0295C69e3F77BE7d99e7BdeAc442F37b373b',
1642
- AaveV4DelegateWithdrawWithSig: '0x88bBa5Ce5cE20286Cf866b9f310354FFB701A296',
1643
- AaveV4DelegateBorrowWithSig: '0xBAc6dc3edB72Bc705Ab4e31F2a2151Fe06550D9B',
1644
- AaveV4DelegateSetUsingAsCollateralWithSig: '0x780d8fB962AA44645494E0aAa52477a9A82f6C79'
1635
+ AaveV4Supply: '0x089c2b1DB0f68D94E67e8d969509D45B26fD0ceC',
1636
+ AaveV4Withdraw: '0x563EC9e76b335A8218c04Ac4Ae9A58ae464CaAD6',
1637
+ AaveV4Borrow: '0x2a560B72Fb88b9Bb90dd997CD94D7611740961B9',
1638
+ AaveV4Payback: '0xEBafec920888E735e61353A8792cBd452B8406a0',
1639
+ AaveV4CollateralSwitch: '0x742c8676E90958C8b8e264b70Ca0685c365Eec5f',
1640
+ AaveV4RefreshPremium: '0xca7Cec8D88Bf495166CAeC045F0d467Aa4ceBE4E',
1641
+ AaveV4SetUserManagersWithSig: '0x70CB26167153298aF397dF58200799A24B060b0d',
1642
+ AaveV4DelegateWithdrawWithSig: '0x81864dBd69c46B19463eC7BEC6cE0B271126531a',
1643
+ AaveV4DelegateBorrowWithSig: '0x9D68b41BB9f9e9Ac1E1ee49d3566CAd4624886BA',
1644
+ AaveV4DelegateSetUsingAsCollateralWithSig: '0xF3D7C7e8F5154c669EAA0dE996cdE0575D7d3A00'
1645
1645
  },
1646
1646
  [_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.optimism.chainId]: {
1647
1647
  DFSSell: '0x9f234af5c10c136863a20865ba00b26951ab8269',