@defisaver/sdk 1.2.17-dev-fluid-4 → 1.2.17-dev-fluid-5
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.
- package/esm/src/addresses.d.ts +3 -3
- package/esm/src/addresses.js +3 -0
- package/esm/src/index.d.ts +12 -12
- package/package.json +1 -1
- package/src/addresses.ts +3 -0
- package/umd/index.js +3 -0
package/esm/src/addresses.d.ts
CHANGED
|
@@ -532,6 +532,8 @@ export declare const actionAddresses: {
|
|
|
532
532
|
ChangeProxyOwner: string;
|
|
533
533
|
PermitToken: string;
|
|
534
534
|
HandleAuth: string;
|
|
535
|
+
UpdateSub: string;
|
|
536
|
+
TransferNFT: string;
|
|
535
537
|
AaveV3ATokenPayback: string;
|
|
536
538
|
AaveV3Borrow: string;
|
|
537
539
|
AaveV3CollateralSwitch: string;
|
|
@@ -580,8 +582,6 @@ export declare const actionAddresses: {
|
|
|
580
582
|
FluidVaultT1Supply: string;
|
|
581
583
|
FluidView: string;
|
|
582
584
|
AutomationV2Unsub?: undefined;
|
|
583
|
-
UpdateSub?: undefined;
|
|
584
|
-
TransferNFT?: undefined;
|
|
585
585
|
SDaiWrap?: undefined;
|
|
586
586
|
SDaiUnwrap?: undefined;
|
|
587
587
|
StarknetClaim?: undefined;
|
|
@@ -789,6 +789,7 @@ export declare const actionAddresses: {
|
|
|
789
789
|
CreateSub: string;
|
|
790
790
|
UpdateSub: string;
|
|
791
791
|
MerklClaim: string;
|
|
792
|
+
TransferNFT: string;
|
|
792
793
|
GasFeeTakerL2: string;
|
|
793
794
|
FLAaveV3: string;
|
|
794
795
|
FLBalancer: string;
|
|
@@ -833,7 +834,6 @@ export declare const actionAddresses: {
|
|
|
833
834
|
TokenizedVaultAdapter: string;
|
|
834
835
|
AutomationV2Unsub?: undefined;
|
|
835
836
|
SendTokenAndUnwrap?: undefined;
|
|
836
|
-
TransferNFT?: undefined;
|
|
837
837
|
SDaiWrap?: undefined;
|
|
838
838
|
SDaiUnwrap?: undefined;
|
|
839
839
|
StarknetClaim?: undefined;
|
package/esm/src/addresses.js
CHANGED
|
@@ -361,6 +361,8 @@ export const actionAddresses = {
|
|
|
361
361
|
ChangeProxyOwner: '0x29F66A5fcB601c806E7156f29FDEC771BdC9c08d',
|
|
362
362
|
PermitToken: '0x2E5E7a691092C158bb8341b936eF24FCcA6c0e00',
|
|
363
363
|
HandleAuth: '0xbfcab1339e1a56a0a836cbca6457eaf71f148fcb',
|
|
364
|
+
UpdateSub: '0x3511f444362F8cBd185DbF21C9488D16c1306461',
|
|
365
|
+
TransferNFT: '0xf73b14cf4bc10509446fc4111407a721f8a81f7d',
|
|
364
366
|
// aave v3
|
|
365
367
|
AaveV3ATokenPayback: '0x261906e5E0D0D38D9cBb5c10dB9c4031aabdf8C1',
|
|
366
368
|
AaveV3Borrow: '0x5786809DA660dB613994460F096F19fcd19eD4c9',
|
|
@@ -434,6 +436,7 @@ export const actionAddresses = {
|
|
|
434
436
|
CreateSub: '0xeE739937085A716477BCB5b01b0f74e1BE046645',
|
|
435
437
|
UpdateSub: '0x1601c6ABCDE6e6d8Ad96628AFe20d47908127Aea',
|
|
436
438
|
MerklClaim: '0xa2c6cd875c52bf5c27516fae3b6ba9241790908a',
|
|
439
|
+
TransferNFT: '0xe49c70c673c3ef9019fe9c875ed5ed3dc02f5613',
|
|
437
440
|
GasFeeTakerL2: '0xAEe02caf404332c40Fd7FF8d5c25F91f7c1641d0',
|
|
438
441
|
// Flashloan
|
|
439
442
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
package/esm/src/index.d.ts
CHANGED
|
@@ -543,6 +543,8 @@ declare const actionAddressesAllChains: {
|
|
|
543
543
|
ChangeProxyOwner: string;
|
|
544
544
|
PermitToken: string;
|
|
545
545
|
HandleAuth: string;
|
|
546
|
+
UpdateSub: string;
|
|
547
|
+
TransferNFT: string;
|
|
546
548
|
AaveV3ATokenPayback: string;
|
|
547
549
|
AaveV3Borrow: string;
|
|
548
550
|
AaveV3CollateralSwitch: string;
|
|
@@ -591,8 +593,6 @@ declare const actionAddressesAllChains: {
|
|
|
591
593
|
FluidVaultT1Supply: string;
|
|
592
594
|
FluidView: string;
|
|
593
595
|
AutomationV2Unsub?: undefined;
|
|
594
|
-
UpdateSub?: undefined;
|
|
595
|
-
TransferNFT?: undefined;
|
|
596
596
|
SDaiWrap?: undefined;
|
|
597
597
|
SDaiUnwrap?: undefined;
|
|
598
598
|
StarknetClaim?: undefined;
|
|
@@ -800,6 +800,7 @@ declare const actionAddressesAllChains: {
|
|
|
800
800
|
CreateSub: string;
|
|
801
801
|
UpdateSub: string;
|
|
802
802
|
MerklClaim: string;
|
|
803
|
+
TransferNFT: string;
|
|
803
804
|
GasFeeTakerL2: string;
|
|
804
805
|
FLAaveV3: string;
|
|
805
806
|
FLBalancer: string;
|
|
@@ -844,7 +845,6 @@ declare const actionAddressesAllChains: {
|
|
|
844
845
|
TokenizedVaultAdapter: string;
|
|
845
846
|
AutomationV2Unsub?: undefined;
|
|
846
847
|
SendTokenAndUnwrap?: undefined;
|
|
847
|
-
TransferNFT?: undefined;
|
|
848
848
|
SDaiWrap?: undefined;
|
|
849
849
|
SDaiUnwrap?: undefined;
|
|
850
850
|
StarknetClaim?: undefined;
|
|
@@ -1573,6 +1573,8 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1573
1573
|
ChangeProxyOwner: string;
|
|
1574
1574
|
PermitToken: string;
|
|
1575
1575
|
HandleAuth: string;
|
|
1576
|
+
UpdateSub: string;
|
|
1577
|
+
TransferNFT: string;
|
|
1576
1578
|
AaveV3ATokenPayback: string;
|
|
1577
1579
|
AaveV3Borrow: string;
|
|
1578
1580
|
AaveV3CollateralSwitch: string;
|
|
@@ -1621,8 +1623,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1621
1623
|
FluidVaultT1Supply: string;
|
|
1622
1624
|
FluidView: string;
|
|
1623
1625
|
AutomationV2Unsub?: undefined;
|
|
1624
|
-
UpdateSub?: undefined;
|
|
1625
|
-
TransferNFT?: undefined;
|
|
1626
1626
|
SDaiWrap?: undefined;
|
|
1627
1627
|
SDaiUnwrap?: undefined;
|
|
1628
1628
|
StarknetClaim?: undefined;
|
|
@@ -1830,6 +1830,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1830
1830
|
CreateSub: string;
|
|
1831
1831
|
UpdateSub: string;
|
|
1832
1832
|
MerklClaim: string;
|
|
1833
|
+
TransferNFT: string;
|
|
1833
1834
|
GasFeeTakerL2: string;
|
|
1834
1835
|
FLAaveV3: string;
|
|
1835
1836
|
FLBalancer: string;
|
|
@@ -1874,7 +1875,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1874
1875
|
TokenizedVaultAdapter: string;
|
|
1875
1876
|
AutomationV2Unsub?: undefined;
|
|
1876
1877
|
SendTokenAndUnwrap?: undefined;
|
|
1877
|
-
TransferNFT?: undefined;
|
|
1878
1878
|
SDaiWrap?: undefined;
|
|
1879
1879
|
SDaiUnwrap?: undefined;
|
|
1880
1880
|
StarknetClaim?: undefined;
|
|
@@ -2746,6 +2746,8 @@ declare const _default: {
|
|
|
2746
2746
|
ChangeProxyOwner: string;
|
|
2747
2747
|
PermitToken: string;
|
|
2748
2748
|
HandleAuth: string;
|
|
2749
|
+
UpdateSub: string;
|
|
2750
|
+
TransferNFT: string;
|
|
2749
2751
|
AaveV3ATokenPayback: string;
|
|
2750
2752
|
AaveV3Borrow: string;
|
|
2751
2753
|
AaveV3CollateralSwitch: string;
|
|
@@ -2794,8 +2796,6 @@ declare const _default: {
|
|
|
2794
2796
|
FluidVaultT1Supply: string;
|
|
2795
2797
|
FluidView: string;
|
|
2796
2798
|
AutomationV2Unsub?: undefined;
|
|
2797
|
-
UpdateSub?: undefined;
|
|
2798
|
-
TransferNFT?: undefined;
|
|
2799
2799
|
SDaiWrap?: undefined;
|
|
2800
2800
|
SDaiUnwrap?: undefined;
|
|
2801
2801
|
StarknetClaim?: undefined;
|
|
@@ -3003,6 +3003,7 @@ declare const _default: {
|
|
|
3003
3003
|
CreateSub: string;
|
|
3004
3004
|
UpdateSub: string;
|
|
3005
3005
|
MerklClaim: string;
|
|
3006
|
+
TransferNFT: string;
|
|
3006
3007
|
GasFeeTakerL2: string;
|
|
3007
3008
|
FLAaveV3: string;
|
|
3008
3009
|
FLBalancer: string;
|
|
@@ -3047,7 +3048,6 @@ declare const _default: {
|
|
|
3047
3048
|
TokenizedVaultAdapter: string;
|
|
3048
3049
|
AutomationV2Unsub?: undefined;
|
|
3049
3050
|
SendTokenAndUnwrap?: undefined;
|
|
3050
|
-
TransferNFT?: undefined;
|
|
3051
3051
|
SDaiWrap?: undefined;
|
|
3052
3052
|
SDaiUnwrap?: undefined;
|
|
3053
3053
|
StarknetClaim?: undefined;
|
|
@@ -3776,6 +3776,8 @@ declare const _default: {
|
|
|
3776
3776
|
ChangeProxyOwner: string;
|
|
3777
3777
|
PermitToken: string;
|
|
3778
3778
|
HandleAuth: string;
|
|
3779
|
+
UpdateSub: string;
|
|
3780
|
+
TransferNFT: string;
|
|
3779
3781
|
AaveV3ATokenPayback: string;
|
|
3780
3782
|
AaveV3Borrow: string;
|
|
3781
3783
|
AaveV3CollateralSwitch: string;
|
|
@@ -3824,8 +3826,6 @@ declare const _default: {
|
|
|
3824
3826
|
FluidVaultT1Supply: string;
|
|
3825
3827
|
FluidView: string;
|
|
3826
3828
|
AutomationV2Unsub?: undefined;
|
|
3827
|
-
UpdateSub?: undefined;
|
|
3828
|
-
TransferNFT?: undefined;
|
|
3829
3829
|
SDaiWrap?: undefined;
|
|
3830
3830
|
SDaiUnwrap?: undefined;
|
|
3831
3831
|
StarknetClaim?: undefined;
|
|
@@ -4033,6 +4033,7 @@ declare const _default: {
|
|
|
4033
4033
|
CreateSub: string;
|
|
4034
4034
|
UpdateSub: string;
|
|
4035
4035
|
MerklClaim: string;
|
|
4036
|
+
TransferNFT: string;
|
|
4036
4037
|
GasFeeTakerL2: string;
|
|
4037
4038
|
FLAaveV3: string;
|
|
4038
4039
|
FLBalancer: string;
|
|
@@ -4077,7 +4078,6 @@ declare const _default: {
|
|
|
4077
4078
|
TokenizedVaultAdapter: string;
|
|
4078
4079
|
AutomationV2Unsub?: undefined;
|
|
4079
4080
|
SendTokenAndUnwrap?: undefined;
|
|
4080
|
-
TransferNFT?: undefined;
|
|
4081
4081
|
SDaiWrap?: undefined;
|
|
4082
4082
|
SDaiUnwrap?: undefined;
|
|
4083
4083
|
StarknetClaim?: undefined;
|
package/package.json
CHANGED
package/src/addresses.ts
CHANGED
|
@@ -413,6 +413,8 @@ export const actionAddresses = {
|
|
|
413
413
|
ChangeProxyOwner: '0x29F66A5fcB601c806E7156f29FDEC771BdC9c08d',
|
|
414
414
|
PermitToken: '0x2E5E7a691092C158bb8341b936eF24FCcA6c0e00',
|
|
415
415
|
HandleAuth: '0xbfcab1339e1a56a0a836cbca6457eaf71f148fcb',
|
|
416
|
+
UpdateSub: '0x3511f444362F8cBd185DbF21C9488D16c1306461',
|
|
417
|
+
TransferNFT: '0xf73b14cf4bc10509446fc4111407a721f8a81f7d',
|
|
416
418
|
|
|
417
419
|
// aave v3
|
|
418
420
|
AaveV3ATokenPayback: '0x261906e5E0D0D38D9cBb5c10dB9c4031aabdf8C1',
|
|
@@ -493,6 +495,7 @@ export const actionAddresses = {
|
|
|
493
495
|
CreateSub: '0xeE739937085A716477BCB5b01b0f74e1BE046645',
|
|
494
496
|
UpdateSub: '0x1601c6ABCDE6e6d8Ad96628AFe20d47908127Aea',
|
|
495
497
|
MerklClaim: '0xa2c6cd875c52bf5c27516fae3b6ba9241790908a',
|
|
498
|
+
TransferNFT: '0xe49c70c673c3ef9019fe9c875ed5ed3dc02f5613',
|
|
496
499
|
|
|
497
500
|
GasFeeTakerL2: '0xAEe02caf404332c40Fd7FF8d5c25F91f7c1641d0',
|
|
498
501
|
|
package/umd/index.js
CHANGED
|
@@ -1650,6 +1650,8 @@ var actionAddresses = {
|
|
|
1650
1650
|
ChangeProxyOwner: '0x29F66A5fcB601c806E7156f29FDEC771BdC9c08d',
|
|
1651
1651
|
PermitToken: '0x2E5E7a691092C158bb8341b936eF24FCcA6c0e00',
|
|
1652
1652
|
HandleAuth: '0xbfcab1339e1a56a0a836cbca6457eaf71f148fcb',
|
|
1653
|
+
UpdateSub: '0x3511f444362F8cBd185DbF21C9488D16c1306461',
|
|
1654
|
+
TransferNFT: '0xf73b14cf4bc10509446fc4111407a721f8a81f7d',
|
|
1653
1655
|
// aave v3
|
|
1654
1656
|
AaveV3ATokenPayback: '0x261906e5E0D0D38D9cBb5c10dB9c4031aabdf8C1',
|
|
1655
1657
|
AaveV3Borrow: '0x5786809DA660dB613994460F096F19fcd19eD4c9',
|
|
@@ -1724,6 +1726,7 @@ var actionAddresses = {
|
|
|
1724
1726
|
CreateSub: '0xeE739937085A716477BCB5b01b0f74e1BE046645',
|
|
1725
1727
|
UpdateSub: '0x1601c6ABCDE6e6d8Ad96628AFe20d47908127Aea',
|
|
1726
1728
|
MerklClaim: '0xa2c6cd875c52bf5c27516fae3b6ba9241790908a',
|
|
1729
|
+
TransferNFT: '0xe49c70c673c3ef9019fe9c875ed5ed3dc02f5613',
|
|
1727
1730
|
GasFeeTakerL2: '0xAEe02caf404332c40Fd7FF8d5c25F91f7c1641d0',
|
|
1728
1731
|
// Flashloan
|
|
1729
1732
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|