@defisaver/sdk 1.0.26 → 1.0.28

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.
@@ -146,7 +146,10 @@ export declare const actionAddresses: {
146
146
  CurveUsdPayback: string;
147
147
  CurveUsdSupply: string;
148
148
  CurveUsdWithdraw: string;
149
- CurveUsdSelfLiquidate: string;
149
+ CurveUsdLevCreate: string;
150
+ CurveUsdRepay: string;
151
+ CurveUsdSwapper: string;
152
+ CurveUsdSelfLiquidateWithColl: string;
150
153
  AaveV3RatioTrigger?: undefined;
151
154
  GasFeeTakerL2?: undefined;
152
155
  AaveV3RatioCheck?: undefined;
@@ -299,7 +302,10 @@ export declare const actionAddresses: {
299
302
  CurveUsdPayback?: undefined;
300
303
  CurveUsdSupply?: undefined;
301
304
  CurveUsdWithdraw?: undefined;
302
- CurveUsdSelfLiquidate?: undefined;
305
+ CurveUsdLevCreate?: undefined;
306
+ CurveUsdRepay?: undefined;
307
+ CurveUsdSwapper?: undefined;
308
+ CurveUsdSelfLiquidateWithColl?: undefined;
303
309
  } | {
304
310
  DFSSell: string;
305
311
  WrapEth: string;
@@ -448,7 +454,10 @@ export declare const actionAddresses: {
448
454
  CurveUsdPayback?: undefined;
449
455
  CurveUsdSupply?: undefined;
450
456
  CurveUsdWithdraw?: undefined;
451
- CurveUsdSelfLiquidate?: undefined;
457
+ CurveUsdLevCreate?: undefined;
458
+ CurveUsdRepay?: undefined;
459
+ CurveUsdSwapper?: undefined;
460
+ CurveUsdSelfLiquidateWithColl?: undefined;
452
461
  AaveV3RatioTrigger?: undefined;
453
462
  };
454
463
  };
@@ -169,12 +169,15 @@ export const actionAddresses = {
169
169
  CompV3Transfer: '0xeD7450e9C17146476137b77198DFfB17857906c4',
170
170
  CompV3Withdraw: '0x0b0F21EDE32DE4243D9145a899E97FC2366Aec46',
171
171
  // crvUSD
172
- CurveUsdBorrow: '0x6493Aa22802B97d2a1E0bF0248135258113D7358',
173
- CurveUsdCreate: '0xE934d90FBACBeb3c13Be90061383b419415d5F9B',
174
- CurveUsdPayback: '0x667E2Ef4371E3Da4aa3e09Cde18c908B10868C38',
175
- CurveUsdSupply: '0x08e50Dc1a22282A003Cff9AC6ef1A687acfe18c2',
176
- CurveUsdWithdraw: '0x5Ed2b787D2f76Ff0Ff5c789c9F48b5a8BaeBf56b',
177
- CurveUsdSelfLiquidate: '0x47E8235A038BcBD979041E974F02b0A4eAe69fC3',
172
+ CurveUsdBorrow: '0x51541b0628363BA7C89Ee87dF8ECab28C932cE6a',
173
+ CurveUsdCreate: '0xf51922Dea3027B4278d1F3E2897c147a40DC8412',
174
+ CurveUsdPayback: '0x14A9dab0BAF6f48e8ffaf612D0604fEa549e27Ff',
175
+ CurveUsdSupply: '0xEf146C22be5A51F2D777c05623a781ED51c2702b',
176
+ CurveUsdWithdraw: '0xD9c1Ae50138ad34C02973AA9E437d0A864c0F6D8',
177
+ CurveUsdLevCreate: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
178
+ CurveUsdRepay: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
179
+ CurveUsdSwapper: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
180
+ CurveUsdSelfLiquidateWithColl: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
178
181
  },
179
182
  [NETWORKS.optimism.chainId]: {
180
183
  DFSSell: '0xC6c601fcAa870efd26C624F8c65fbc54cBe533b1',
@@ -157,7 +157,10 @@ declare const actionAddressesAllChains: {
157
157
  CurveUsdPayback: string;
158
158
  CurveUsdSupply: string;
159
159
  CurveUsdWithdraw: string;
160
- CurveUsdSelfLiquidate: string;
160
+ CurveUsdLevCreate: string;
161
+ CurveUsdRepay: string;
162
+ CurveUsdSwapper: string;
163
+ CurveUsdSelfLiquidateWithColl: string;
161
164
  AaveV3RatioTrigger?: undefined;
162
165
  GasFeeTakerL2?: undefined;
163
166
  AaveV3RatioCheck?: undefined;
@@ -310,7 +313,10 @@ declare const actionAddressesAllChains: {
310
313
  CurveUsdPayback?: undefined;
311
314
  CurveUsdSupply?: undefined;
312
315
  CurveUsdWithdraw?: undefined;
313
- CurveUsdSelfLiquidate?: undefined;
316
+ CurveUsdLevCreate?: undefined;
317
+ CurveUsdRepay?: undefined;
318
+ CurveUsdSwapper?: undefined;
319
+ CurveUsdSelfLiquidateWithColl?: undefined;
314
320
  } | {
315
321
  DFSSell: string;
316
322
  WrapEth: string;
@@ -459,7 +465,10 @@ declare const actionAddressesAllChains: {
459
465
  CurveUsdPayback?: undefined;
460
466
  CurveUsdSupply?: undefined;
461
467
  CurveUsdWithdraw?: undefined;
462
- CurveUsdSelfLiquidate?: undefined;
468
+ CurveUsdLevCreate?: undefined;
469
+ CurveUsdRepay?: undefined;
470
+ CurveUsdSwapper?: undefined;
471
+ CurveUsdSelfLiquidateWithColl?: undefined;
463
472
  AaveV3RatioTrigger?: undefined;
464
473
  };
465
474
  };
@@ -609,7 +618,10 @@ declare const actionAddresses: (chainId?: null) => {
609
618
  CurveUsdPayback: string;
610
619
  CurveUsdSupply: string;
611
620
  CurveUsdWithdraw: string;
612
- CurveUsdSelfLiquidate: string;
621
+ CurveUsdLevCreate: string;
622
+ CurveUsdRepay: string;
623
+ CurveUsdSwapper: string;
624
+ CurveUsdSelfLiquidateWithColl: string;
613
625
  AaveV3RatioTrigger?: undefined;
614
626
  GasFeeTakerL2?: undefined;
615
627
  AaveV3RatioCheck?: undefined;
@@ -762,7 +774,10 @@ declare const actionAddresses: (chainId?: null) => {
762
774
  CurveUsdPayback?: undefined;
763
775
  CurveUsdSupply?: undefined;
764
776
  CurveUsdWithdraw?: undefined;
765
- CurveUsdSelfLiquidate?: undefined;
777
+ CurveUsdLevCreate?: undefined;
778
+ CurveUsdRepay?: undefined;
779
+ CurveUsdSwapper?: undefined;
780
+ CurveUsdSelfLiquidateWithColl?: undefined;
766
781
  } | {
767
782
  DFSSell: string;
768
783
  WrapEth: string;
@@ -911,7 +926,10 @@ declare const actionAddresses: (chainId?: null) => {
911
926
  CurveUsdPayback?: undefined;
912
927
  CurveUsdSupply?: undefined;
913
928
  CurveUsdWithdraw?: undefined;
914
- CurveUsdSelfLiquidate?: undefined;
929
+ CurveUsdLevCreate?: undefined;
930
+ CurveUsdRepay?: undefined;
931
+ CurveUsdSwapper?: undefined;
932
+ CurveUsdSelfLiquidateWithColl?: undefined;
915
933
  AaveV3RatioTrigger?: undefined;
916
934
  };
917
935
  declare const otherAddressesAllChains: {
@@ -1158,7 +1176,10 @@ declare const _default: {
1158
1176
  CurveUsdPayback: string;
1159
1177
  CurveUsdSupply: string;
1160
1178
  CurveUsdWithdraw: string;
1161
- CurveUsdSelfLiquidate: string;
1179
+ CurveUsdLevCreate: string;
1180
+ CurveUsdRepay: string;
1181
+ CurveUsdSwapper: string;
1182
+ CurveUsdSelfLiquidateWithColl: string;
1162
1183
  AaveV3RatioTrigger?: undefined;
1163
1184
  GasFeeTakerL2?: undefined;
1164
1185
  AaveV3RatioCheck?: undefined;
@@ -1311,7 +1332,10 @@ declare const _default: {
1311
1332
  CurveUsdPayback?: undefined;
1312
1333
  CurveUsdSupply?: undefined;
1313
1334
  CurveUsdWithdraw?: undefined;
1314
- CurveUsdSelfLiquidate?: undefined;
1335
+ CurveUsdLevCreate?: undefined;
1336
+ CurveUsdRepay?: undefined;
1337
+ CurveUsdSwapper?: undefined;
1338
+ CurveUsdSelfLiquidateWithColl?: undefined;
1315
1339
  } | {
1316
1340
  DFSSell: string;
1317
1341
  WrapEth: string;
@@ -1460,7 +1484,10 @@ declare const _default: {
1460
1484
  CurveUsdPayback?: undefined;
1461
1485
  CurveUsdSupply?: undefined;
1462
1486
  CurveUsdWithdraw?: undefined;
1463
- CurveUsdSelfLiquidate?: undefined;
1487
+ CurveUsdLevCreate?: undefined;
1488
+ CurveUsdRepay?: undefined;
1489
+ CurveUsdSwapper?: undefined;
1490
+ CurveUsdSelfLiquidateWithColl?: undefined;
1464
1491
  AaveV3RatioTrigger?: undefined;
1465
1492
  };
1466
1493
  actionAddressesAllChains: {
@@ -1610,7 +1637,10 @@ declare const _default: {
1610
1637
  CurveUsdPayback: string;
1611
1638
  CurveUsdSupply: string;
1612
1639
  CurveUsdWithdraw: string;
1613
- CurveUsdSelfLiquidate: string;
1640
+ CurveUsdLevCreate: string;
1641
+ CurveUsdRepay: string;
1642
+ CurveUsdSwapper: string;
1643
+ CurveUsdSelfLiquidateWithColl: string;
1614
1644
  AaveV3RatioTrigger?: undefined;
1615
1645
  GasFeeTakerL2?: undefined;
1616
1646
  AaveV3RatioCheck?: undefined;
@@ -1763,7 +1793,10 @@ declare const _default: {
1763
1793
  CurveUsdPayback?: undefined;
1764
1794
  CurveUsdSupply?: undefined;
1765
1795
  CurveUsdWithdraw?: undefined;
1766
- CurveUsdSelfLiquidate?: undefined;
1796
+ CurveUsdLevCreate?: undefined;
1797
+ CurveUsdRepay?: undefined;
1798
+ CurveUsdSwapper?: undefined;
1799
+ CurveUsdSelfLiquidateWithColl?: undefined;
1767
1800
  } | {
1768
1801
  DFSSell: string;
1769
1802
  WrapEth: string;
@@ -1912,7 +1945,10 @@ declare const _default: {
1912
1945
  CurveUsdPayback?: undefined;
1913
1946
  CurveUsdSupply?: undefined;
1914
1947
  CurveUsdWithdraw?: undefined;
1915
- CurveUsdSelfLiquidate?: undefined;
1948
+ CurveUsdLevCreate?: undefined;
1949
+ CurveUsdRepay?: undefined;
1950
+ CurveUsdSwapper?: undefined;
1951
+ CurveUsdSelfLiquidateWithColl?: undefined;
1916
1952
  AaveV3RatioTrigger?: undefined;
1917
1953
  };
1918
1954
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
package/src/addresses.ts CHANGED
@@ -202,12 +202,15 @@ export const actionAddresses = {
202
202
  CompV3Withdraw: '0x0b0F21EDE32DE4243D9145a899E97FC2366Aec46',
203
203
 
204
204
  // crvUSD
205
- CurveUsdBorrow: '0x6493Aa22802B97d2a1E0bF0248135258113D7358',
206
- CurveUsdCreate: '0xE934d90FBACBeb3c13Be90061383b419415d5F9B',
207
- CurveUsdPayback: '0x667E2Ef4371E3Da4aa3e09Cde18c908B10868C38',
208
- CurveUsdSupply: '0x08e50Dc1a22282A003Cff9AC6ef1A687acfe18c2',
209
- CurveUsdWithdraw: '0x5Ed2b787D2f76Ff0Ff5c789c9F48b5a8BaeBf56b',
210
- CurveUsdSelfLiquidate: '0x47E8235A038BcBD979041E974F02b0A4eAe69fC3',
205
+ CurveUsdBorrow: '0x51541b0628363BA7C89Ee87dF8ECab28C932cE6a',
206
+ CurveUsdCreate: '0xf51922Dea3027B4278d1F3E2897c147a40DC8412',
207
+ CurveUsdPayback: '0x14A9dab0BAF6f48e8ffaf612D0604fEa549e27Ff',
208
+ CurveUsdSupply: '0xEf146C22be5A51F2D777c05623a781ED51c2702b',
209
+ CurveUsdWithdraw: '0xD9c1Ae50138ad34C02973AA9E437d0A864c0F6D8',
210
+ CurveUsdLevCreate: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
211
+ CurveUsdRepay: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
212
+ CurveUsdSwapper: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
213
+ CurveUsdSelfLiquidateWithColl: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
211
214
  },
212
215
  [NETWORKS.optimism.chainId]: {
213
216
  DFSSell: '0xC6c601fcAa870efd26C624F8c65fbc54cBe533b1',
package/umd/index.js CHANGED
@@ -1413,12 +1413,15 @@ var actionAddresses = {
1413
1413
  CompV3Transfer: '0xeD7450e9C17146476137b77198DFfB17857906c4',
1414
1414
  CompV3Withdraw: '0x0b0F21EDE32DE4243D9145a899E97FC2366Aec46',
1415
1415
  // crvUSD
1416
- CurveUsdBorrow: '0x6493Aa22802B97d2a1E0bF0248135258113D7358',
1417
- CurveUsdCreate: '0xE934d90FBACBeb3c13Be90061383b419415d5F9B',
1418
- CurveUsdPayback: '0x667E2Ef4371E3Da4aa3e09Cde18c908B10868C38',
1419
- CurveUsdSupply: '0x08e50Dc1a22282A003Cff9AC6ef1A687acfe18c2',
1420
- CurveUsdWithdraw: '0x5Ed2b787D2f76Ff0Ff5c789c9F48b5a8BaeBf56b',
1421
- CurveUsdSelfLiquidate: '0x47E8235A038BcBD979041E974F02b0A4eAe69fC3'
1416
+ CurveUsdBorrow: '0x51541b0628363BA7C89Ee87dF8ECab28C932cE6a',
1417
+ CurveUsdCreate: '0xf51922Dea3027B4278d1F3E2897c147a40DC8412',
1418
+ CurveUsdPayback: '0x14A9dab0BAF6f48e8ffaf612D0604fEa549e27Ff',
1419
+ CurveUsdSupply: '0xEf146C22be5A51F2D777c05623a781ED51c2702b',
1420
+ CurveUsdWithdraw: '0xD9c1Ae50138ad34C02973AA9E437d0A864c0F6D8',
1421
+ CurveUsdLevCreate: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
1422
+ CurveUsdRepay: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
1423
+ CurveUsdSwapper: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
1424
+ CurveUsdSelfLiquidateWithColl: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533'
1422
1425
  },
1423
1426
  [_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.optimism.chainId]: {
1424
1427
  DFSSell: '0xC6c601fcAa870efd26C624F8c65fbc54cBe533b1',