@defisaver/sdk 1.0.67-dev-3 → 1.0.67-dev-4

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.
@@ -210,6 +210,8 @@ export declare const actionAddresses: {
210
210
  UnwrapEth: string;
211
211
  SendToken: string;
212
212
  PullToken: string;
213
+ SumInputs: string;
214
+ SubInputs: string;
213
215
  ApproveToken: string;
214
216
  SendTokenAndUnwrap: string;
215
217
  ToggleSub: string;
@@ -239,8 +241,6 @@ export declare const actionAddresses: {
239
241
  UniSupplyV3: string;
240
242
  UniWithdrawV3: string;
241
243
  UniCreatePoolV3: string;
242
- SumInputs?: undefined;
243
- SubInputs?: undefined;
244
244
  AutomationV2Unsub?: undefined;
245
245
  UpdateSub?: undefined;
246
246
  TransferNFT?: undefined;
@@ -413,6 +413,8 @@ export declare const actionAddresses: {
413
413
  UnwrapEth: string;
414
414
  SendToken: string;
415
415
  PullToken: string;
416
+ SumInputs: string;
417
+ SubInputs: string;
416
418
  SendTokenAndUnwrap: string;
417
419
  ToggleSub: string;
418
420
  TokenBalance: string;
@@ -445,8 +447,6 @@ export declare const actionAddresses: {
445
447
  UniSupplyV3: string;
446
448
  UniWithdrawV3: string;
447
449
  UniCreatePoolV3: string;
448
- SumInputs?: undefined;
449
- SubInputs?: undefined;
450
450
  AutomationV2Unsub?: undefined;
451
451
  UpdateSub?: undefined;
452
452
  TransferNFT?: undefined;
@@ -616,6 +616,8 @@ export declare const actionAddresses: {
616
616
  UnwrapEth: string;
617
617
  SendToken: string;
618
618
  PullToken: string;
619
+ SumInputs: string;
620
+ SubInputs: string;
619
621
  TokenBalance: string;
620
622
  ChangeProxyOwner: string;
621
623
  FLAaveV3: string;
@@ -640,8 +642,6 @@ export declare const actionAddresses: {
640
642
  CompV3Supply: string;
641
643
  CompV3Transfer: string;
642
644
  CompV3Withdraw: string;
643
- SumInputs?: undefined;
644
- SubInputs?: undefined;
645
645
  AutomationV2Unsub?: undefined;
646
646
  SendTokenAndUnwrap?: undefined;
647
647
  ToggleSub?: undefined;
@@ -239,6 +239,8 @@ export const actionAddresses = {
239
239
  UnwrapEth: '0x1Fa75B00A05C2EbBd0EDF253a63c209966337A0d',
240
240
  SendToken: '0xEbA499702856f1EFda2546e9fEFC1319A3b40538',
241
241
  PullToken: '0x392579E020a688068422A925c85f28bFD12a7EBB',
242
+ SumInputs: '0xd19C646Be027a7a04ea4201f116d43659b8b5f65',
243
+ SubInputs: '0x60d00020f12dd202eAfDba84e8F69E165a84c64D',
242
244
  ApproveToken: '0xA4161cED7A29F0a3424e464a4a2dBf75888c5BF9',
243
245
  SendTokenAndUnwrap: '0x8000174366066923D554cb466e190258A6FF3b1f',
244
246
  ToggleSub: '0x988C5C24AE6348404196267e19962f36961CAc29',
@@ -280,6 +282,8 @@ export const actionAddresses = {
280
282
  UnwrapEth: '0x2B69d494536098700910D167902D1d397dcA2B61',
281
283
  SendToken: '0xb022BaFfcEdc0ceA15aF6B2B744795A12D21F2a9',
282
284
  PullToken: '0xD8B3769f74bd9F196C3416a42a91E786948898e6',
285
+ SumInputs: '0xc530f49c11e5946735df8bad41bc6a64d32b56bc',
286
+ SubInputs: '0x8ec14f9568e1d7cf73b68df899808abd7fe6fc8d',
283
287
  SendTokenAndUnwrap: '0x0fb867A5Ee1CA9426D3dAb95e613Be166218b977',
284
288
  ToggleSub: '0x71015226EADFd4aC887fB56556F64338e352439b',
285
289
  TokenBalance: '0x483B903E702F60698Dd8124558C6199922737f1F',
@@ -325,6 +329,8 @@ export const actionAddresses = {
325
329
  UnwrapEth: '0xcF91546046F16B3c38b890CC508E280BEffa66b9',
326
330
  SendToken: '0x1420f4977E7B71AFddccBFc6F6e1505CefdF99F0',
327
331
  PullToken: '0x5B0B7E38C2a8e46CfAe13c360BC5927570BeEe94',
332
+ SumInputs: '0xC856ef8fe425B2EFe373e0e7038fAFF4a4f764fE',
333
+ SubInputs: '0xd244B1991Fcb8FC0f32FA55bce37714fc5929B95',
328
334
  TokenBalance: '0xc44bcE580B1b3339fE9272D3bC3d6566083ea59C',
329
335
  ChangeProxyOwner: '0x1947a44d3717a47556175d64fdc208619aa08874',
330
336
  // Flashloan
@@ -221,6 +221,8 @@ declare const actionAddressesAllChains: {
221
221
  UnwrapEth: string;
222
222
  SendToken: string;
223
223
  PullToken: string;
224
+ SumInputs: string;
225
+ SubInputs: string;
224
226
  ApproveToken: string;
225
227
  SendTokenAndUnwrap: string;
226
228
  ToggleSub: string;
@@ -250,8 +252,6 @@ declare const actionAddressesAllChains: {
250
252
  UniSupplyV3: string;
251
253
  UniWithdrawV3: string;
252
254
  UniCreatePoolV3: string;
253
- SumInputs?: undefined;
254
- SubInputs?: undefined;
255
255
  AutomationV2Unsub?: undefined;
256
256
  UpdateSub?: undefined;
257
257
  TransferNFT?: undefined;
@@ -424,6 +424,8 @@ declare const actionAddressesAllChains: {
424
424
  UnwrapEth: string;
425
425
  SendToken: string;
426
426
  PullToken: string;
427
+ SumInputs: string;
428
+ SubInputs: string;
427
429
  SendTokenAndUnwrap: string;
428
430
  ToggleSub: string;
429
431
  TokenBalance: string;
@@ -456,8 +458,6 @@ declare const actionAddressesAllChains: {
456
458
  UniSupplyV3: string;
457
459
  UniWithdrawV3: string;
458
460
  UniCreatePoolV3: string;
459
- SumInputs?: undefined;
460
- SubInputs?: undefined;
461
461
  AutomationV2Unsub?: undefined;
462
462
  UpdateSub?: undefined;
463
463
  TransferNFT?: undefined;
@@ -627,6 +627,8 @@ declare const actionAddressesAllChains: {
627
627
  UnwrapEth: string;
628
628
  SendToken: string;
629
629
  PullToken: string;
630
+ SumInputs: string;
631
+ SubInputs: string;
630
632
  TokenBalance: string;
631
633
  ChangeProxyOwner: string;
632
634
  FLAaveV3: string;
@@ -651,8 +653,6 @@ declare const actionAddressesAllChains: {
651
653
  CompV3Supply: string;
652
654
  CompV3Transfer: string;
653
655
  CompV3Withdraw: string;
654
- SumInputs?: undefined;
655
- SubInputs?: undefined;
656
656
  AutomationV2Unsub?: undefined;
657
657
  SendTokenAndUnwrap?: undefined;
658
658
  ToggleSub?: undefined;
@@ -1035,6 +1035,8 @@ declare const actionAddresses: (chainId?: null) => {
1035
1035
  UnwrapEth: string;
1036
1036
  SendToken: string;
1037
1037
  PullToken: string;
1038
+ SumInputs: string;
1039
+ SubInputs: string;
1038
1040
  ApproveToken: string;
1039
1041
  SendTokenAndUnwrap: string;
1040
1042
  ToggleSub: string;
@@ -1064,8 +1066,6 @@ declare const actionAddresses: (chainId?: null) => {
1064
1066
  UniSupplyV3: string;
1065
1067
  UniWithdrawV3: string;
1066
1068
  UniCreatePoolV3: string;
1067
- SumInputs?: undefined;
1068
- SubInputs?: undefined;
1069
1069
  AutomationV2Unsub?: undefined;
1070
1070
  UpdateSub?: undefined;
1071
1071
  TransferNFT?: undefined;
@@ -1238,6 +1238,8 @@ declare const actionAddresses: (chainId?: null) => {
1238
1238
  UnwrapEth: string;
1239
1239
  SendToken: string;
1240
1240
  PullToken: string;
1241
+ SumInputs: string;
1242
+ SubInputs: string;
1241
1243
  SendTokenAndUnwrap: string;
1242
1244
  ToggleSub: string;
1243
1245
  TokenBalance: string;
@@ -1270,8 +1272,6 @@ declare const actionAddresses: (chainId?: null) => {
1270
1272
  UniSupplyV3: string;
1271
1273
  UniWithdrawV3: string;
1272
1274
  UniCreatePoolV3: string;
1273
- SumInputs?: undefined;
1274
- SubInputs?: undefined;
1275
1275
  AutomationV2Unsub?: undefined;
1276
1276
  UpdateSub?: undefined;
1277
1277
  TransferNFT?: undefined;
@@ -1441,6 +1441,8 @@ declare const actionAddresses: (chainId?: null) => {
1441
1441
  UnwrapEth: string;
1442
1442
  SendToken: string;
1443
1443
  PullToken: string;
1444
+ SumInputs: string;
1445
+ SubInputs: string;
1444
1446
  TokenBalance: string;
1445
1447
  ChangeProxyOwner: string;
1446
1448
  FLAaveV3: string;
@@ -1465,8 +1467,6 @@ declare const actionAddresses: (chainId?: null) => {
1465
1467
  CompV3Supply: string;
1466
1468
  CompV3Transfer: string;
1467
1469
  CompV3Withdraw: string;
1468
- SumInputs?: undefined;
1469
- SubInputs?: undefined;
1470
1470
  AutomationV2Unsub?: undefined;
1471
1471
  SendTokenAndUnwrap?: undefined;
1472
1472
  ToggleSub?: undefined;
@@ -1992,6 +1992,8 @@ declare const _default: {
1992
1992
  UnwrapEth: string;
1993
1993
  SendToken: string;
1994
1994
  PullToken: string;
1995
+ SumInputs: string;
1996
+ SubInputs: string;
1995
1997
  ApproveToken: string;
1996
1998
  SendTokenAndUnwrap: string;
1997
1999
  ToggleSub: string;
@@ -2021,8 +2023,6 @@ declare const _default: {
2021
2023
  UniSupplyV3: string;
2022
2024
  UniWithdrawV3: string;
2023
2025
  UniCreatePoolV3: string;
2024
- SumInputs?: undefined;
2025
- SubInputs?: undefined;
2026
2026
  AutomationV2Unsub?: undefined;
2027
2027
  UpdateSub?: undefined;
2028
2028
  TransferNFT?: undefined;
@@ -2195,6 +2195,8 @@ declare const _default: {
2195
2195
  UnwrapEth: string;
2196
2196
  SendToken: string;
2197
2197
  PullToken: string;
2198
+ SumInputs: string;
2199
+ SubInputs: string;
2198
2200
  SendTokenAndUnwrap: string;
2199
2201
  ToggleSub: string;
2200
2202
  TokenBalance: string;
@@ -2227,8 +2229,6 @@ declare const _default: {
2227
2229
  UniSupplyV3: string;
2228
2230
  UniWithdrawV3: string;
2229
2231
  UniCreatePoolV3: string;
2230
- SumInputs?: undefined;
2231
- SubInputs?: undefined;
2232
2232
  AutomationV2Unsub?: undefined;
2233
2233
  UpdateSub?: undefined;
2234
2234
  TransferNFT?: undefined;
@@ -2398,6 +2398,8 @@ declare const _default: {
2398
2398
  UnwrapEth: string;
2399
2399
  SendToken: string;
2400
2400
  PullToken: string;
2401
+ SumInputs: string;
2402
+ SubInputs: string;
2401
2403
  TokenBalance: string;
2402
2404
  ChangeProxyOwner: string;
2403
2405
  FLAaveV3: string;
@@ -2422,8 +2424,6 @@ declare const _default: {
2422
2424
  CompV3Supply: string;
2423
2425
  CompV3Transfer: string;
2424
2426
  CompV3Withdraw: string;
2425
- SumInputs?: undefined;
2426
- SubInputs?: undefined;
2427
2427
  AutomationV2Unsub?: undefined;
2428
2428
  SendTokenAndUnwrap?: undefined;
2429
2429
  ToggleSub?: undefined;
@@ -2806,6 +2806,8 @@ declare const _default: {
2806
2806
  UnwrapEth: string;
2807
2807
  SendToken: string;
2808
2808
  PullToken: string;
2809
+ SumInputs: string;
2810
+ SubInputs: string;
2809
2811
  ApproveToken: string;
2810
2812
  SendTokenAndUnwrap: string;
2811
2813
  ToggleSub: string;
@@ -2835,8 +2837,6 @@ declare const _default: {
2835
2837
  UniSupplyV3: string;
2836
2838
  UniWithdrawV3: string;
2837
2839
  UniCreatePoolV3: string;
2838
- SumInputs?: undefined;
2839
- SubInputs?: undefined;
2840
2840
  AutomationV2Unsub?: undefined;
2841
2841
  UpdateSub?: undefined;
2842
2842
  TransferNFT?: undefined;
@@ -3009,6 +3009,8 @@ declare const _default: {
3009
3009
  UnwrapEth: string;
3010
3010
  SendToken: string;
3011
3011
  PullToken: string;
3012
+ SumInputs: string;
3013
+ SubInputs: string;
3012
3014
  SendTokenAndUnwrap: string;
3013
3015
  ToggleSub: string;
3014
3016
  TokenBalance: string;
@@ -3041,8 +3043,6 @@ declare const _default: {
3041
3043
  UniSupplyV3: string;
3042
3044
  UniWithdrawV3: string;
3043
3045
  UniCreatePoolV3: string;
3044
- SumInputs?: undefined;
3045
- SubInputs?: undefined;
3046
3046
  AutomationV2Unsub?: undefined;
3047
3047
  UpdateSub?: undefined;
3048
3048
  TransferNFT?: undefined;
@@ -3212,6 +3212,8 @@ declare const _default: {
3212
3212
  UnwrapEth: string;
3213
3213
  SendToken: string;
3214
3214
  PullToken: string;
3215
+ SumInputs: string;
3216
+ SubInputs: string;
3215
3217
  TokenBalance: string;
3216
3218
  ChangeProxyOwner: string;
3217
3219
  FLAaveV3: string;
@@ -3236,8 +3238,6 @@ declare const _default: {
3236
3238
  CompV3Supply: string;
3237
3239
  CompV3Transfer: string;
3238
3240
  CompV3Withdraw: string;
3239
- SumInputs?: undefined;
3240
- SubInputs?: undefined;
3241
3241
  AutomationV2Unsub?: undefined;
3242
3242
  SendTokenAndUnwrap?: undefined;
3243
3243
  ToggleSub?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.0.67-dev-3",
3
+ "version": "1.0.67-dev-4",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
package/src/addresses.ts CHANGED
@@ -277,6 +277,8 @@ export const actionAddresses = {
277
277
  UnwrapEth: '0x1Fa75B00A05C2EbBd0EDF253a63c209966337A0d',
278
278
  SendToken: '0xEbA499702856f1EFda2546e9fEFC1319A3b40538',
279
279
  PullToken: '0x392579E020a688068422A925c85f28bFD12a7EBB',
280
+ SumInputs: '0xd19C646Be027a7a04ea4201f116d43659b8b5f65',
281
+ SubInputs: '0x60d00020f12dd202eAfDba84e8F69E165a84c64D',
280
282
  ApproveToken: '0xA4161cED7A29F0a3424e464a4a2dBf75888c5BF9',
281
283
  SendTokenAndUnwrap: '0x8000174366066923D554cb466e190258A6FF3b1f',
282
284
  ToggleSub: '0x988C5C24AE6348404196267e19962f36961CAc29',
@@ -324,6 +326,8 @@ export const actionAddresses = {
324
326
  UnwrapEth: '0x2B69d494536098700910D167902D1d397dcA2B61',
325
327
  SendToken: '0xb022BaFfcEdc0ceA15aF6B2B744795A12D21F2a9',
326
328
  PullToken: '0xD8B3769f74bd9F196C3416a42a91E786948898e6',
329
+ SumInputs: '0xc530f49c11e5946735df8bad41bc6a64d32b56bc',
330
+ SubInputs: '0x8ec14f9568e1d7cf73b68df899808abd7fe6fc8d',
327
331
  SendTokenAndUnwrap: '0x0fb867A5Ee1CA9426D3dAb95e613Be166218b977',
328
332
  ToggleSub: '0x71015226EADFd4aC887fB56556F64338e352439b',
329
333
  TokenBalance: '0x483B903E702F60698Dd8124558C6199922737f1F',
@@ -374,6 +378,8 @@ export const actionAddresses = {
374
378
  UnwrapEth: '0xcF91546046F16B3c38b890CC508E280BEffa66b9',
375
379
  SendToken: '0x1420f4977E7B71AFddccBFc6F6e1505CefdF99F0',
376
380
  PullToken: '0x5B0B7E38C2a8e46CfAe13c360BC5927570BeEe94',
381
+ SumInputs: '0xC856ef8fe425B2EFe373e0e7038fAFF4a4f764fE',
382
+ SubInputs: '0xd244B1991Fcb8FC0f32FA55bce37714fc5929B95',
377
383
  TokenBalance: '0xc44bcE580B1b3339fE9272D3bC3d6566083ea59C',
378
384
  ChangeProxyOwner: '0x1947a44d3717a47556175d64fdc208619aa08874',
379
385
 
package/umd/index.js CHANGED
@@ -1490,6 +1490,8 @@ var actionAddresses = {
1490
1490
  UnwrapEth: '0x1Fa75B00A05C2EbBd0EDF253a63c209966337A0d',
1491
1491
  SendToken: '0xEbA499702856f1EFda2546e9fEFC1319A3b40538',
1492
1492
  PullToken: '0x392579E020a688068422A925c85f28bFD12a7EBB',
1493
+ SumInputs: '0xd19C646Be027a7a04ea4201f116d43659b8b5f65',
1494
+ SubInputs: '0x60d00020f12dd202eAfDba84e8F69E165a84c64D',
1493
1495
  ApproveToken: '0xA4161cED7A29F0a3424e464a4a2dBf75888c5BF9',
1494
1496
  SendTokenAndUnwrap: '0x8000174366066923D554cb466e190258A6FF3b1f',
1495
1497
  ToggleSub: '0x988C5C24AE6348404196267e19962f36961CAc29',
@@ -1532,6 +1534,8 @@ var actionAddresses = {
1532
1534
  UnwrapEth: '0x2B69d494536098700910D167902D1d397dcA2B61',
1533
1535
  SendToken: '0xb022BaFfcEdc0ceA15aF6B2B744795A12D21F2a9',
1534
1536
  PullToken: '0xD8B3769f74bd9F196C3416a42a91E786948898e6',
1537
+ SumInputs: '0xc530f49c11e5946735df8bad41bc6a64d32b56bc',
1538
+ SubInputs: '0x8ec14f9568e1d7cf73b68df899808abd7fe6fc8d',
1535
1539
  SendTokenAndUnwrap: '0x0fb867A5Ee1CA9426D3dAb95e613Be166218b977',
1536
1540
  ToggleSub: '0x71015226EADFd4aC887fB56556F64338e352439b',
1537
1541
  TokenBalance: '0x483B903E702F60698Dd8124558C6199922737f1F',
@@ -1578,6 +1582,8 @@ var actionAddresses = {
1578
1582
  UnwrapEth: '0xcF91546046F16B3c38b890CC508E280BEffa66b9',
1579
1583
  SendToken: '0x1420f4977E7B71AFddccBFc6F6e1505CefdF99F0',
1580
1584
  PullToken: '0x5B0B7E38C2a8e46CfAe13c360BC5927570BeEe94',
1585
+ SumInputs: '0xC856ef8fe425B2EFe373e0e7038fAFF4a4f764fE',
1586
+ SubInputs: '0xd244B1991Fcb8FC0f32FA55bce37714fc5929B95',
1581
1587
  TokenBalance: '0xc44bcE580B1b3339fE9272D3bC3d6566083ea59C',
1582
1588
  ChangeProxyOwner: '0x1947a44d3717a47556175d64fdc208619aa08874',
1583
1589
  // Flashloan