@defisaver/sdk 1.3.22 → 1.3.23

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,10 +319,10 @@ export const actionAddresses = {
319
319
  SummerfiUnsub: '0x926405D69b77A514ED974901095AcFf9e5131366',
320
320
  SummerfiUnsubV2: '0x5E805eD9B7581a9f1398F75833f9663a459F5E30',
321
321
  // AaveV4
322
- AaveV4Supply: '0x089c2b1DB0f68D94E67e8d969509D45B26fD0ceC',
323
- AaveV4Withdraw: '0x563EC9e76b335A8218c04Ac4Ae9A58ae464CaAD6',
324
- AaveV4Borrow: '0x2a560B72Fb88b9Bb90dd997CD94D7611740961B9',
325
- AaveV4Payback: '0xEBafec920888E735e61353A8792cBd452B8406a0',
322
+ AaveV4Supply: '0x64702507aFbB61cCB5e116Eb5664b4CDC8e45100',
323
+ AaveV4Withdraw: '0x5AAffaf14bFf54DcE21304056d3156EBfb67720c',
324
+ AaveV4Borrow: '0x01aEEA62EF580C4BCf54e9CA0856104FE3F01b3B',
325
+ AaveV4Payback: '0x6d7BfbfaD68Ea48C423493c92026e920931d343d',
326
326
  AaveV4CollateralSwitch: '0x742c8676E90958C8b8e264b70Ca0685c365Eec5f',
327
327
  AaveV4RefreshPremium: '0xca7Cec8D88Bf495166CAeC045F0d467Aa4ceBE4E',
328
328
  AaveV4SetUserManagersWithSig: '0x70CB26167153298aF397dF58200799A24B060b0d',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.3.22",
3
+ "version": "1.3.23",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
package/src/addresses.ts CHANGED
@@ -391,10 +391,10 @@ export const actionAddresses = {
391
391
  SummerfiUnsubV2: '0x5E805eD9B7581a9f1398F75833f9663a459F5E30',
392
392
 
393
393
  // AaveV4
394
- AaveV4Supply: '0x089c2b1DB0f68D94E67e8d969509D45B26fD0ceC',
395
- AaveV4Withdraw: '0x563EC9e76b335A8218c04Ac4Ae9A58ae464CaAD6',
396
- AaveV4Borrow: '0x2a560B72Fb88b9Bb90dd997CD94D7611740961B9',
397
- AaveV4Payback: '0xEBafec920888E735e61353A8792cBd452B8406a0',
394
+ AaveV4Supply: '0x64702507aFbB61cCB5e116Eb5664b4CDC8e45100',
395
+ AaveV4Withdraw: '0x5AAffaf14bFf54DcE21304056d3156EBfb67720c',
396
+ AaveV4Borrow: '0x01aEEA62EF580C4BCf54e9CA0856104FE3F01b3B',
397
+ AaveV4Payback: '0x6d7BfbfaD68Ea48C423493c92026e920931d343d',
398
398
  AaveV4CollateralSwitch: '0x742c8676E90958C8b8e264b70Ca0685c365Eec5f',
399
399
  AaveV4RefreshPremium: '0xca7Cec8D88Bf495166CAeC045F0d467Aa4ceBE4E',
400
400
  AaveV4SetUserManagersWithSig: '0x70CB26167153298aF397dF58200799A24B060b0d',
package/umd/index.js CHANGED
@@ -1632,10 +1632,10 @@ var actionAddresses = {
1632
1632
  SummerfiUnsub: '0x926405D69b77A514ED974901095AcFf9e5131366',
1633
1633
  SummerfiUnsubV2: '0x5E805eD9B7581a9f1398F75833f9663a459F5E30',
1634
1634
  // AaveV4
1635
- AaveV4Supply: '0x089c2b1DB0f68D94E67e8d969509D45B26fD0ceC',
1636
- AaveV4Withdraw: '0x563EC9e76b335A8218c04Ac4Ae9A58ae464CaAD6',
1637
- AaveV4Borrow: '0x2a560B72Fb88b9Bb90dd997CD94D7611740961B9',
1638
- AaveV4Payback: '0xEBafec920888E735e61353A8792cBd452B8406a0',
1635
+ AaveV4Supply: '0x64702507aFbB61cCB5e116Eb5664b4CDC8e45100',
1636
+ AaveV4Withdraw: '0x5AAffaf14bFf54DcE21304056d3156EBfb67720c',
1637
+ AaveV4Borrow: '0x01aEEA62EF580C4BCf54e9CA0856104FE3F01b3B',
1638
+ AaveV4Payback: '0x6d7BfbfaD68Ea48C423493c92026e920931d343d',
1639
1639
  AaveV4CollateralSwitch: '0x742c8676E90958C8b8e264b70Ca0685c365Eec5f',
1640
1640
  AaveV4RefreshPremium: '0xca7Cec8D88Bf495166CAeC045F0d467Aa4ceBE4E',
1641
1641
  AaveV4SetUserManagersWithSig: '0x70CB26167153298aF397dF58200799A24B060b0d',