@defisaver/sdk 1.0.27 → 1.0.29

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,11 @@ export declare const actionAddresses: {
146
146
  CurveUsdPayback: string;
147
147
  CurveUsdSupply: string;
148
148
  CurveUsdWithdraw: string;
149
+ CurveUsdLevCreate: string;
150
+ CurveUsdRepay: string;
151
+ CurveUsdSwapper: string;
149
152
  CurveUsdSelfLiquidate: string;
153
+ CurveUsdSelfLiquidateWithColl: string;
150
154
  AaveV3RatioTrigger?: undefined;
151
155
  GasFeeTakerL2?: undefined;
152
156
  AaveV3RatioCheck?: undefined;
@@ -299,7 +303,11 @@ export declare const actionAddresses: {
299
303
  CurveUsdPayback?: undefined;
300
304
  CurveUsdSupply?: undefined;
301
305
  CurveUsdWithdraw?: undefined;
306
+ CurveUsdLevCreate?: undefined;
307
+ CurveUsdRepay?: undefined;
308
+ CurveUsdSwapper?: undefined;
302
309
  CurveUsdSelfLiquidate?: undefined;
310
+ CurveUsdSelfLiquidateWithColl?: undefined;
303
311
  } | {
304
312
  DFSSell: string;
305
313
  WrapEth: string;
@@ -448,7 +456,11 @@ export declare const actionAddresses: {
448
456
  CurveUsdPayback?: undefined;
449
457
  CurveUsdSupply?: undefined;
450
458
  CurveUsdWithdraw?: undefined;
459
+ CurveUsdLevCreate?: undefined;
460
+ CurveUsdRepay?: undefined;
461
+ CurveUsdSwapper?: undefined;
451
462
  CurveUsdSelfLiquidate?: undefined;
463
+ CurveUsdSelfLiquidateWithColl?: undefined;
452
464
  AaveV3RatioTrigger?: undefined;
453
465
  };
454
466
  };
@@ -169,12 +169,16 @@ 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: '0x05c361DCbac9D0E474B7AB46E36C14d72BacC5AA',
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
+ CurveUsdSelfLiquidate: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
181
+ CurveUsdSelfLiquidateWithColl: '0x9E357A1e4A73829c91d219C1163C302F9e528CD7',
178
182
  },
179
183
  [NETWORKS.optimism.chainId]: {
180
184
  DFSSell: '0xC6c601fcAa870efd26C624F8c65fbc54cBe533b1',
@@ -157,7 +157,11 @@ declare const actionAddressesAllChains: {
157
157
  CurveUsdPayback: string;
158
158
  CurveUsdSupply: string;
159
159
  CurveUsdWithdraw: string;
160
+ CurveUsdLevCreate: string;
161
+ CurveUsdRepay: string;
162
+ CurveUsdSwapper: string;
160
163
  CurveUsdSelfLiquidate: string;
164
+ CurveUsdSelfLiquidateWithColl: string;
161
165
  AaveV3RatioTrigger?: undefined;
162
166
  GasFeeTakerL2?: undefined;
163
167
  AaveV3RatioCheck?: undefined;
@@ -310,7 +314,11 @@ declare const actionAddressesAllChains: {
310
314
  CurveUsdPayback?: undefined;
311
315
  CurveUsdSupply?: undefined;
312
316
  CurveUsdWithdraw?: undefined;
317
+ CurveUsdLevCreate?: undefined;
318
+ CurveUsdRepay?: undefined;
319
+ CurveUsdSwapper?: undefined;
313
320
  CurveUsdSelfLiquidate?: undefined;
321
+ CurveUsdSelfLiquidateWithColl?: undefined;
314
322
  } | {
315
323
  DFSSell: string;
316
324
  WrapEth: string;
@@ -459,7 +467,11 @@ declare const actionAddressesAllChains: {
459
467
  CurveUsdPayback?: undefined;
460
468
  CurveUsdSupply?: undefined;
461
469
  CurveUsdWithdraw?: undefined;
470
+ CurveUsdLevCreate?: undefined;
471
+ CurveUsdRepay?: undefined;
472
+ CurveUsdSwapper?: undefined;
462
473
  CurveUsdSelfLiquidate?: undefined;
474
+ CurveUsdSelfLiquidateWithColl?: undefined;
463
475
  AaveV3RatioTrigger?: undefined;
464
476
  };
465
477
  };
@@ -609,7 +621,11 @@ declare const actionAddresses: (chainId?: null) => {
609
621
  CurveUsdPayback: string;
610
622
  CurveUsdSupply: string;
611
623
  CurveUsdWithdraw: string;
624
+ CurveUsdLevCreate: string;
625
+ CurveUsdRepay: string;
626
+ CurveUsdSwapper: string;
612
627
  CurveUsdSelfLiquidate: string;
628
+ CurveUsdSelfLiquidateWithColl: string;
613
629
  AaveV3RatioTrigger?: undefined;
614
630
  GasFeeTakerL2?: undefined;
615
631
  AaveV3RatioCheck?: undefined;
@@ -762,7 +778,11 @@ declare const actionAddresses: (chainId?: null) => {
762
778
  CurveUsdPayback?: undefined;
763
779
  CurveUsdSupply?: undefined;
764
780
  CurveUsdWithdraw?: undefined;
781
+ CurveUsdLevCreate?: undefined;
782
+ CurveUsdRepay?: undefined;
783
+ CurveUsdSwapper?: undefined;
765
784
  CurveUsdSelfLiquidate?: undefined;
785
+ CurveUsdSelfLiquidateWithColl?: undefined;
766
786
  } | {
767
787
  DFSSell: string;
768
788
  WrapEth: string;
@@ -911,7 +931,11 @@ declare const actionAddresses: (chainId?: null) => {
911
931
  CurveUsdPayback?: undefined;
912
932
  CurveUsdSupply?: undefined;
913
933
  CurveUsdWithdraw?: undefined;
934
+ CurveUsdLevCreate?: undefined;
935
+ CurveUsdRepay?: undefined;
936
+ CurveUsdSwapper?: undefined;
914
937
  CurveUsdSelfLiquidate?: undefined;
938
+ CurveUsdSelfLiquidateWithColl?: undefined;
915
939
  AaveV3RatioTrigger?: undefined;
916
940
  };
917
941
  declare const otherAddressesAllChains: {
@@ -1158,7 +1182,11 @@ declare const _default: {
1158
1182
  CurveUsdPayback: string;
1159
1183
  CurveUsdSupply: string;
1160
1184
  CurveUsdWithdraw: string;
1185
+ CurveUsdLevCreate: string;
1186
+ CurveUsdRepay: string;
1187
+ CurveUsdSwapper: string;
1161
1188
  CurveUsdSelfLiquidate: string;
1189
+ CurveUsdSelfLiquidateWithColl: string;
1162
1190
  AaveV3RatioTrigger?: undefined;
1163
1191
  GasFeeTakerL2?: undefined;
1164
1192
  AaveV3RatioCheck?: undefined;
@@ -1311,7 +1339,11 @@ declare const _default: {
1311
1339
  CurveUsdPayback?: undefined;
1312
1340
  CurveUsdSupply?: undefined;
1313
1341
  CurveUsdWithdraw?: undefined;
1342
+ CurveUsdLevCreate?: undefined;
1343
+ CurveUsdRepay?: undefined;
1344
+ CurveUsdSwapper?: undefined;
1314
1345
  CurveUsdSelfLiquidate?: undefined;
1346
+ CurveUsdSelfLiquidateWithColl?: undefined;
1315
1347
  } | {
1316
1348
  DFSSell: string;
1317
1349
  WrapEth: string;
@@ -1460,7 +1492,11 @@ declare const _default: {
1460
1492
  CurveUsdPayback?: undefined;
1461
1493
  CurveUsdSupply?: undefined;
1462
1494
  CurveUsdWithdraw?: undefined;
1495
+ CurveUsdLevCreate?: undefined;
1496
+ CurveUsdRepay?: undefined;
1497
+ CurveUsdSwapper?: undefined;
1463
1498
  CurveUsdSelfLiquidate?: undefined;
1499
+ CurveUsdSelfLiquidateWithColl?: undefined;
1464
1500
  AaveV3RatioTrigger?: undefined;
1465
1501
  };
1466
1502
  actionAddressesAllChains: {
@@ -1610,7 +1646,11 @@ declare const _default: {
1610
1646
  CurveUsdPayback: string;
1611
1647
  CurveUsdSupply: string;
1612
1648
  CurveUsdWithdraw: string;
1649
+ CurveUsdLevCreate: string;
1650
+ CurveUsdRepay: string;
1651
+ CurveUsdSwapper: string;
1613
1652
  CurveUsdSelfLiquidate: string;
1653
+ CurveUsdSelfLiquidateWithColl: string;
1614
1654
  AaveV3RatioTrigger?: undefined;
1615
1655
  GasFeeTakerL2?: undefined;
1616
1656
  AaveV3RatioCheck?: undefined;
@@ -1763,7 +1803,11 @@ declare const _default: {
1763
1803
  CurveUsdPayback?: undefined;
1764
1804
  CurveUsdSupply?: undefined;
1765
1805
  CurveUsdWithdraw?: undefined;
1806
+ CurveUsdLevCreate?: undefined;
1807
+ CurveUsdRepay?: undefined;
1808
+ CurveUsdSwapper?: undefined;
1766
1809
  CurveUsdSelfLiquidate?: undefined;
1810
+ CurveUsdSelfLiquidateWithColl?: undefined;
1767
1811
  } | {
1768
1812
  DFSSell: string;
1769
1813
  WrapEth: string;
@@ -1912,7 +1956,11 @@ declare const _default: {
1912
1956
  CurveUsdPayback?: undefined;
1913
1957
  CurveUsdSupply?: undefined;
1914
1958
  CurveUsdWithdraw?: undefined;
1959
+ CurveUsdLevCreate?: undefined;
1960
+ CurveUsdRepay?: undefined;
1961
+ CurveUsdSwapper?: undefined;
1915
1962
  CurveUsdSelfLiquidate?: undefined;
1963
+ CurveUsdSelfLiquidateWithColl?: undefined;
1916
1964
  AaveV3RatioTrigger?: undefined;
1917
1965
  };
1918
1966
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
package/src/addresses.ts CHANGED
@@ -202,12 +202,16 @@ 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: '0x05c361DCbac9D0E474B7AB46E36C14d72BacC5AA',
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
+ CurveUsdSelfLiquidate: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
214
+ CurveUsdSelfLiquidateWithColl: '0x9E357A1e4A73829c91d219C1163C302F9e528CD7',
211
215
  },
212
216
  [NETWORKS.optimism.chainId]: {
213
217
  DFSSell: '0xC6c601fcAa870efd26C624F8c65fbc54cBe533b1',
package/umd/index.js CHANGED
@@ -1413,12 +1413,16 @@ 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: '0x05c361DCbac9D0E474B7AB46E36C14d72BacC5AA'
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
+ CurveUsdSelfLiquidate: '0xB05a411734d05f0124d0Aea9Ebb932Bf25C06533',
1425
+ CurveUsdSelfLiquidateWithColl: '0x9E357A1e4A73829c91d219C1163C302F9e528CD7'
1422
1426
  },
1423
1427
  [_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.optimism.chainId]: {
1424
1428
  DFSSell: '0xC6c601fcAa870efd26C624F8c65fbc54cBe533b1',