@defisaver/sdk 1.3.16 → 1.3.17
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 +5 -0
- package/esm/src/addresses.js +4 -0
- package/esm/src/index.d.ts +20 -0
- package/package.json +1 -1
- package/src/addresses.ts +8 -2
- package/umd/index.js +4 -0
package/esm/src/addresses.d.ts
CHANGED
|
@@ -1701,6 +1701,7 @@ export declare const otherAddresses: {
|
|
|
1701
1701
|
DFSRegistry: string;
|
|
1702
1702
|
DFSProxyRegistry: string;
|
|
1703
1703
|
ProxyRegistry: string;
|
|
1704
|
+
SFProxyEntryPoint: string;
|
|
1704
1705
|
McdCdpManager: string;
|
|
1705
1706
|
BCdpManager: string;
|
|
1706
1707
|
AaveDefaultMarket: string;
|
|
@@ -1722,6 +1723,7 @@ export declare const otherAddresses: {
|
|
|
1722
1723
|
RecipeExecutorForTxSaver: string;
|
|
1723
1724
|
DFSRegistry: string;
|
|
1724
1725
|
ProxyRegistry: string;
|
|
1726
|
+
SFProxyEntryPoint: string;
|
|
1725
1727
|
DSGuardFactory: string;
|
|
1726
1728
|
AdminVault: string;
|
|
1727
1729
|
DefisaverLogger: string;
|
|
@@ -1744,6 +1746,7 @@ export declare const otherAddresses: {
|
|
|
1744
1746
|
RecipeExecutorForTxSaver: string;
|
|
1745
1747
|
DFSRegistry: string;
|
|
1746
1748
|
ProxyRegistry: string;
|
|
1749
|
+
SFProxyEntryPoint: string;
|
|
1747
1750
|
DSGuardFactory: string;
|
|
1748
1751
|
AdminVault: string;
|
|
1749
1752
|
DefisaverLogger: string;
|
|
@@ -1771,6 +1774,7 @@ export declare const otherAddresses: {
|
|
|
1771
1774
|
RecipeExecutorForTxSaver?: undefined;
|
|
1772
1775
|
DFSProxyRegistry?: undefined;
|
|
1773
1776
|
ProxyRegistry?: undefined;
|
|
1777
|
+
SFProxyEntryPoint?: undefined;
|
|
1774
1778
|
McdCdpManager?: undefined;
|
|
1775
1779
|
BCdpManager?: undefined;
|
|
1776
1780
|
AaveDefaultMarket?: undefined;
|
|
@@ -1792,6 +1796,7 @@ export declare const otherAddresses: {
|
|
|
1792
1796
|
RecipeExecutorForTxSaver?: undefined;
|
|
1793
1797
|
DFSProxyRegistry?: undefined;
|
|
1794
1798
|
ProxyRegistry?: undefined;
|
|
1799
|
+
SFProxyEntryPoint?: undefined;
|
|
1795
1800
|
McdCdpManager?: undefined;
|
|
1796
1801
|
BCdpManager?: undefined;
|
|
1797
1802
|
AaveDefaultMarket?: undefined;
|
package/esm/src/addresses.js
CHANGED
|
@@ -649,6 +649,7 @@ export const otherAddresses = {
|
|
|
649
649
|
DFSRegistry: '0x287778F121F134C66212FB16c9b53eC991D32f5b',
|
|
650
650
|
DFSProxyRegistry: '0x29474FdaC7142f9aB7773B8e38264FA15E3805ed',
|
|
651
651
|
ProxyRegistry: '0x4678f0a6958e4D2Bc4F1BAF7Bc52E8F3564f3fE4',
|
|
652
|
+
SFProxyEntryPoint: '0xAa15ca459659F35B1064EC546A44d962d54bA89e',
|
|
652
653
|
McdCdpManager: '0x5ef30b9986345249bc32d8928b7ee64de9435e39',
|
|
653
654
|
BCdpManager: '0x3f30c2381CD8B917Dd96EB2f1A4F96D91324BBed',
|
|
654
655
|
AaveDefaultMarket: '0xB53C1a33016B2DC2fF3653530bfF1848a515c8c5',
|
|
@@ -668,6 +669,7 @@ export const otherAddresses = {
|
|
|
668
669
|
RecipeExecutorForTxSaver: '0x993A8c81142044E1CB0Cf0c3d84BEa235d842Fb0',
|
|
669
670
|
DFSRegistry: '0xAf707Ee480204Ed6e2640B53cE86F680D28Afcbd',
|
|
670
671
|
ProxyRegistry: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
|
|
672
|
+
SFProxyEntryPoint: '0x06299D4A07E8C6D7C1aEc14Ab2F46DF05Dd9588E',
|
|
671
673
|
DSGuardFactory: '0xc19d0F1E2b38AA283E226Ca4044766A43aA7B02b',
|
|
672
674
|
AdminVault: '0x136b1bEAfff362530F98f10E3D8C38f3a3F3d38C',
|
|
673
675
|
DefisaverLogger: '0xFc2f1355296ab7dd98a1260E3Ff5E906999d4Acb',
|
|
@@ -679,6 +681,7 @@ export const otherAddresses = {
|
|
|
679
681
|
RecipeExecutorForTxSaver: '0x7a25174229ea402d8ccd35fc6d55af079c399884',
|
|
680
682
|
DFSRegistry: '0xBF1CaC12DB60819Bfa71A328282ecbc1D40443aA',
|
|
681
683
|
ProxyRegistry: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
|
|
684
|
+
SFProxyEntryPoint: '0x15D776C062bF292f8F70A81533E49adC7C06Cb69',
|
|
682
685
|
DSGuardFactory: '0x5261abC3a94a6475D0A1171daE94A5f84fbaEcD2',
|
|
683
686
|
AdminVault: '0xd47D8D97cAd12A866900eEc6Cde1962529F25351',
|
|
684
687
|
DefisaverLogger: '0xE6f9A5C850dbcD12bc64f40d692F537250aDEC38',
|
|
@@ -690,6 +693,7 @@ export const otherAddresses = {
|
|
|
690
693
|
RecipeExecutorForTxSaver: '0x7a87565b77dd65bbc153fe20e97743842f1a6e0c',
|
|
691
694
|
DFSRegistry: '0x347FB634271F666353F23A3362f3935D96F97476',
|
|
692
695
|
ProxyRegistry: '0x425fA97285965E01Cc5F951B62A51F6CDEA5cc0d',
|
|
696
|
+
SFProxyEntryPoint: '0xab6e5cde983fF98Cdb0F61f5F99cb58D40D0c837',
|
|
693
697
|
DSGuardFactory: '0x7783da8958013a57a5514737a4FBDFF06A0056e1',
|
|
694
698
|
AdminVault: '0xD8E67968d8a0df4beCf2D50daE1e34d4d80C701C',
|
|
695
699
|
DefisaverLogger: '0xc9D6EfA6e08B66a5Cdc516Bcd5807c2fa69E0f2A',
|
package/esm/src/index.d.ts
CHANGED
|
@@ -3405,6 +3405,7 @@ declare const otherAddressesAllChains: {
|
|
|
3405
3405
|
DFSRegistry: string;
|
|
3406
3406
|
DFSProxyRegistry: string;
|
|
3407
3407
|
ProxyRegistry: string;
|
|
3408
|
+
SFProxyEntryPoint: string;
|
|
3408
3409
|
McdCdpManager: string;
|
|
3409
3410
|
BCdpManager: string;
|
|
3410
3411
|
AaveDefaultMarket: string;
|
|
@@ -3426,6 +3427,7 @@ declare const otherAddressesAllChains: {
|
|
|
3426
3427
|
RecipeExecutorForTxSaver: string;
|
|
3427
3428
|
DFSRegistry: string;
|
|
3428
3429
|
ProxyRegistry: string;
|
|
3430
|
+
SFProxyEntryPoint: string;
|
|
3429
3431
|
DSGuardFactory: string;
|
|
3430
3432
|
AdminVault: string;
|
|
3431
3433
|
DefisaverLogger: string;
|
|
@@ -3448,6 +3450,7 @@ declare const otherAddressesAllChains: {
|
|
|
3448
3450
|
RecipeExecutorForTxSaver: string;
|
|
3449
3451
|
DFSRegistry: string;
|
|
3450
3452
|
ProxyRegistry: string;
|
|
3453
|
+
SFProxyEntryPoint: string;
|
|
3451
3454
|
DSGuardFactory: string;
|
|
3452
3455
|
AdminVault: string;
|
|
3453
3456
|
DefisaverLogger: string;
|
|
@@ -3475,6 +3478,7 @@ declare const otherAddressesAllChains: {
|
|
|
3475
3478
|
RecipeExecutorForTxSaver?: undefined;
|
|
3476
3479
|
DFSProxyRegistry?: undefined;
|
|
3477
3480
|
ProxyRegistry?: undefined;
|
|
3481
|
+
SFProxyEntryPoint?: undefined;
|
|
3478
3482
|
McdCdpManager?: undefined;
|
|
3479
3483
|
BCdpManager?: undefined;
|
|
3480
3484
|
AaveDefaultMarket?: undefined;
|
|
@@ -3496,6 +3500,7 @@ declare const otherAddressesAllChains: {
|
|
|
3496
3500
|
RecipeExecutorForTxSaver?: undefined;
|
|
3497
3501
|
DFSProxyRegistry?: undefined;
|
|
3498
3502
|
ProxyRegistry?: undefined;
|
|
3503
|
+
SFProxyEntryPoint?: undefined;
|
|
3499
3504
|
McdCdpManager?: undefined;
|
|
3500
3505
|
BCdpManager?: undefined;
|
|
3501
3506
|
AaveDefaultMarket?: undefined;
|
|
@@ -3517,6 +3522,7 @@ declare const otherAddresses: (chainId?: null) => {
|
|
|
3517
3522
|
DFSRegistry: string;
|
|
3518
3523
|
DFSProxyRegistry: string;
|
|
3519
3524
|
ProxyRegistry: string;
|
|
3525
|
+
SFProxyEntryPoint: string;
|
|
3520
3526
|
McdCdpManager: string;
|
|
3521
3527
|
BCdpManager: string;
|
|
3522
3528
|
AaveDefaultMarket: string;
|
|
@@ -3538,6 +3544,7 @@ declare const otherAddresses: (chainId?: null) => {
|
|
|
3538
3544
|
RecipeExecutorForTxSaver: string;
|
|
3539
3545
|
DFSRegistry: string;
|
|
3540
3546
|
ProxyRegistry: string;
|
|
3547
|
+
SFProxyEntryPoint: string;
|
|
3541
3548
|
DSGuardFactory: string;
|
|
3542
3549
|
AdminVault: string;
|
|
3543
3550
|
DefisaverLogger: string;
|
|
@@ -3560,6 +3567,7 @@ declare const otherAddresses: (chainId?: null) => {
|
|
|
3560
3567
|
RecipeExecutorForTxSaver: string;
|
|
3561
3568
|
DFSRegistry: string;
|
|
3562
3569
|
ProxyRegistry: string;
|
|
3570
|
+
SFProxyEntryPoint: string;
|
|
3563
3571
|
DSGuardFactory: string;
|
|
3564
3572
|
AdminVault: string;
|
|
3565
3573
|
DefisaverLogger: string;
|
|
@@ -3587,6 +3595,7 @@ declare const otherAddresses: (chainId?: null) => {
|
|
|
3587
3595
|
RecipeExecutorForTxSaver?: undefined;
|
|
3588
3596
|
DFSProxyRegistry?: undefined;
|
|
3589
3597
|
ProxyRegistry?: undefined;
|
|
3598
|
+
SFProxyEntryPoint?: undefined;
|
|
3590
3599
|
McdCdpManager?: undefined;
|
|
3591
3600
|
BCdpManager?: undefined;
|
|
3592
3601
|
AaveDefaultMarket?: undefined;
|
|
@@ -3608,6 +3617,7 @@ declare const otherAddresses: (chainId?: null) => {
|
|
|
3608
3617
|
RecipeExecutorForTxSaver?: undefined;
|
|
3609
3618
|
DFSProxyRegistry?: undefined;
|
|
3610
3619
|
ProxyRegistry?: undefined;
|
|
3620
|
+
SFProxyEntryPoint?: undefined;
|
|
3611
3621
|
McdCdpManager?: undefined;
|
|
3612
3622
|
BCdpManager?: undefined;
|
|
3613
3623
|
AaveDefaultMarket?: undefined;
|
|
@@ -7030,6 +7040,7 @@ declare const _default: {
|
|
|
7030
7040
|
DFSRegistry: string;
|
|
7031
7041
|
DFSProxyRegistry: string;
|
|
7032
7042
|
ProxyRegistry: string;
|
|
7043
|
+
SFProxyEntryPoint: string;
|
|
7033
7044
|
McdCdpManager: string;
|
|
7034
7045
|
BCdpManager: string;
|
|
7035
7046
|
AaveDefaultMarket: string;
|
|
@@ -7051,6 +7062,7 @@ declare const _default: {
|
|
|
7051
7062
|
RecipeExecutorForTxSaver: string;
|
|
7052
7063
|
DFSRegistry: string;
|
|
7053
7064
|
ProxyRegistry: string;
|
|
7065
|
+
SFProxyEntryPoint: string;
|
|
7054
7066
|
DSGuardFactory: string;
|
|
7055
7067
|
AdminVault: string;
|
|
7056
7068
|
DefisaverLogger: string;
|
|
@@ -7073,6 +7085,7 @@ declare const _default: {
|
|
|
7073
7085
|
RecipeExecutorForTxSaver: string;
|
|
7074
7086
|
DFSRegistry: string;
|
|
7075
7087
|
ProxyRegistry: string;
|
|
7088
|
+
SFProxyEntryPoint: string;
|
|
7076
7089
|
DSGuardFactory: string;
|
|
7077
7090
|
AdminVault: string;
|
|
7078
7091
|
DefisaverLogger: string;
|
|
@@ -7100,6 +7113,7 @@ declare const _default: {
|
|
|
7100
7113
|
RecipeExecutorForTxSaver?: undefined;
|
|
7101
7114
|
DFSProxyRegistry?: undefined;
|
|
7102
7115
|
ProxyRegistry?: undefined;
|
|
7116
|
+
SFProxyEntryPoint?: undefined;
|
|
7103
7117
|
McdCdpManager?: undefined;
|
|
7104
7118
|
BCdpManager?: undefined;
|
|
7105
7119
|
AaveDefaultMarket?: undefined;
|
|
@@ -7121,6 +7135,7 @@ declare const _default: {
|
|
|
7121
7135
|
RecipeExecutorForTxSaver?: undefined;
|
|
7122
7136
|
DFSProxyRegistry?: undefined;
|
|
7123
7137
|
ProxyRegistry?: undefined;
|
|
7138
|
+
SFProxyEntryPoint?: undefined;
|
|
7124
7139
|
McdCdpManager?: undefined;
|
|
7125
7140
|
BCdpManager?: undefined;
|
|
7126
7141
|
AaveDefaultMarket?: undefined;
|
|
@@ -7142,6 +7157,7 @@ declare const _default: {
|
|
|
7142
7157
|
DFSRegistry: string;
|
|
7143
7158
|
DFSProxyRegistry: string;
|
|
7144
7159
|
ProxyRegistry: string;
|
|
7160
|
+
SFProxyEntryPoint: string;
|
|
7145
7161
|
McdCdpManager: string;
|
|
7146
7162
|
BCdpManager: string;
|
|
7147
7163
|
AaveDefaultMarket: string;
|
|
@@ -7163,6 +7179,7 @@ declare const _default: {
|
|
|
7163
7179
|
RecipeExecutorForTxSaver: string;
|
|
7164
7180
|
DFSRegistry: string;
|
|
7165
7181
|
ProxyRegistry: string;
|
|
7182
|
+
SFProxyEntryPoint: string;
|
|
7166
7183
|
DSGuardFactory: string;
|
|
7167
7184
|
AdminVault: string;
|
|
7168
7185
|
DefisaverLogger: string;
|
|
@@ -7185,6 +7202,7 @@ declare const _default: {
|
|
|
7185
7202
|
RecipeExecutorForTxSaver: string;
|
|
7186
7203
|
DFSRegistry: string;
|
|
7187
7204
|
ProxyRegistry: string;
|
|
7205
|
+
SFProxyEntryPoint: string;
|
|
7188
7206
|
DSGuardFactory: string;
|
|
7189
7207
|
AdminVault: string;
|
|
7190
7208
|
DefisaverLogger: string;
|
|
@@ -7212,6 +7230,7 @@ declare const _default: {
|
|
|
7212
7230
|
RecipeExecutorForTxSaver?: undefined;
|
|
7213
7231
|
DFSProxyRegistry?: undefined;
|
|
7214
7232
|
ProxyRegistry?: undefined;
|
|
7233
|
+
SFProxyEntryPoint?: undefined;
|
|
7215
7234
|
McdCdpManager?: undefined;
|
|
7216
7235
|
BCdpManager?: undefined;
|
|
7217
7236
|
AaveDefaultMarket?: undefined;
|
|
@@ -7233,6 +7252,7 @@ declare const _default: {
|
|
|
7233
7252
|
RecipeExecutorForTxSaver?: undefined;
|
|
7234
7253
|
DFSProxyRegistry?: undefined;
|
|
7235
7254
|
ProxyRegistry?: undefined;
|
|
7255
|
+
SFProxyEntryPoint?: undefined;
|
|
7236
7256
|
McdCdpManager?: undefined;
|
|
7237
7257
|
BCdpManager?: undefined;
|
|
7238
7258
|
AaveDefaultMarket?: undefined;
|
package/package.json
CHANGED
package/src/addresses.ts
CHANGED
|
@@ -759,15 +759,18 @@ export const actionAddresses = {
|
|
|
759
759
|
export const otherAddresses = {
|
|
760
760
|
[NETWORKS.ethereum.chainId]: {
|
|
761
761
|
RecipeExecutor: '0xbc3Fc959FeF3F12a41738f406c02198cdeE7481F',
|
|
762
|
-
RecipeExecutorForTxSaver:
|
|
762
|
+
RecipeExecutorForTxSaver:
|
|
763
|
+
'0x2ee96cf53ae5fbd5309284704f978d0ca66cb963',
|
|
763
764
|
DFSRegistry: '0x287778F121F134C66212FB16c9b53eC991D32f5b',
|
|
764
765
|
DFSProxyRegistry: '0x29474FdaC7142f9aB7773B8e38264FA15E3805ed',
|
|
765
766
|
ProxyRegistry: '0x4678f0a6958e4D2Bc4F1BAF7Bc52E8F3564f3fE4',
|
|
767
|
+
SFProxyEntryPoint: '0xAa15ca459659F35B1064EC546A44d962d54bA89e',
|
|
766
768
|
|
|
767
769
|
McdCdpManager: '0x5ef30b9986345249bc32d8928b7ee64de9435e39',
|
|
768
770
|
BCdpManager: '0x3f30c2381CD8B917Dd96EB2f1A4F96D91324BBed',
|
|
769
771
|
AaveDefaultMarket: '0xB53C1a33016B2DC2fF3653530bfF1848a515c8c5',
|
|
770
|
-
UniswapV3PositionManager:
|
|
772
|
+
UniswapV3PositionManager:
|
|
773
|
+
'0xC36442b4a4522E871399CD717aBDD847Ab11FE88',
|
|
771
774
|
RaiWethUniV2LPToken: '0x8aE720a71622e824F576b4A8C03031066548A3B1',
|
|
772
775
|
BalancerToken: '0xba100000625a3754423978a60c9317c58a424e3D',
|
|
773
776
|
CrvToken: '0xD533a949740bb3306d119CC777fa900bA034cd52',
|
|
@@ -783,6 +786,7 @@ export const otherAddresses = {
|
|
|
783
786
|
RecipeExecutorForTxSaver: '0x993A8c81142044E1CB0Cf0c3d84BEa235d842Fb0',
|
|
784
787
|
DFSRegistry: '0xAf707Ee480204Ed6e2640B53cE86F680D28Afcbd',
|
|
785
788
|
ProxyRegistry: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
|
|
789
|
+
SFProxyEntryPoint: '0x06299D4A07E8C6D7C1aEc14Ab2F46DF05Dd9588E',
|
|
786
790
|
|
|
787
791
|
DSGuardFactory: '0xc19d0F1E2b38AA283E226Ca4044766A43aA7B02b',
|
|
788
792
|
AdminVault: '0x136b1bEAfff362530F98f10E3D8C38f3a3F3d38C',
|
|
@@ -796,6 +800,7 @@ export const otherAddresses = {
|
|
|
796
800
|
RecipeExecutorForTxSaver: '0x7a25174229ea402d8ccd35fc6d55af079c399884',
|
|
797
801
|
DFSRegistry: '0xBF1CaC12DB60819Bfa71A328282ecbc1D40443aA',
|
|
798
802
|
ProxyRegistry: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
|
|
803
|
+
SFProxyEntryPoint: '0x15D776C062bF292f8F70A81533E49adC7C06Cb69',
|
|
799
804
|
|
|
800
805
|
DSGuardFactory: '0x5261abC3a94a6475D0A1171daE94A5f84fbaEcD2',
|
|
801
806
|
AdminVault: '0xd47D8D97cAd12A866900eEc6Cde1962529F25351',
|
|
@@ -809,6 +814,7 @@ export const otherAddresses = {
|
|
|
809
814
|
RecipeExecutorForTxSaver: '0x7a87565b77dd65bbc153fe20e97743842f1a6e0c',
|
|
810
815
|
DFSRegistry: '0x347FB634271F666353F23A3362f3935D96F97476',
|
|
811
816
|
ProxyRegistry: '0x425fA97285965E01Cc5F951B62A51F6CDEA5cc0d',
|
|
817
|
+
SFProxyEntryPoint: '0xab6e5cde983fF98Cdb0F61f5F99cb58D40D0c837',
|
|
812
818
|
|
|
813
819
|
DSGuardFactory: '0x7783da8958013a57a5514737a4FBDFF06A0056e1',
|
|
814
820
|
AdminVault: '0xD8E67968d8a0df4beCf2D50daE1e34d4d80C701C',
|
package/umd/index.js
CHANGED
|
@@ -1969,6 +1969,7 @@ var otherAddresses = {
|
|
|
1969
1969
|
DFSRegistry: '0x287778F121F134C66212FB16c9b53eC991D32f5b',
|
|
1970
1970
|
DFSProxyRegistry: '0x29474FdaC7142f9aB7773B8e38264FA15E3805ed',
|
|
1971
1971
|
ProxyRegistry: '0x4678f0a6958e4D2Bc4F1BAF7Bc52E8F3564f3fE4',
|
|
1972
|
+
SFProxyEntryPoint: '0xAa15ca459659F35B1064EC546A44d962d54bA89e',
|
|
1972
1973
|
McdCdpManager: '0x5ef30b9986345249bc32d8928b7ee64de9435e39',
|
|
1973
1974
|
BCdpManager: '0x3f30c2381CD8B917Dd96EB2f1A4F96D91324BBed',
|
|
1974
1975
|
AaveDefaultMarket: '0xB53C1a33016B2DC2fF3653530bfF1848a515c8c5',
|
|
@@ -1988,6 +1989,7 @@ var otherAddresses = {
|
|
|
1988
1989
|
RecipeExecutorForTxSaver: '0x993A8c81142044E1CB0Cf0c3d84BEa235d842Fb0',
|
|
1989
1990
|
DFSRegistry: '0xAf707Ee480204Ed6e2640B53cE86F680D28Afcbd',
|
|
1990
1991
|
ProxyRegistry: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
|
|
1992
|
+
SFProxyEntryPoint: '0x06299D4A07E8C6D7C1aEc14Ab2F46DF05Dd9588E',
|
|
1991
1993
|
DSGuardFactory: '0xc19d0F1E2b38AA283E226Ca4044766A43aA7B02b',
|
|
1992
1994
|
AdminVault: '0x136b1bEAfff362530F98f10E3D8C38f3a3F3d38C',
|
|
1993
1995
|
DefisaverLogger: '0xFc2f1355296ab7dd98a1260E3Ff5E906999d4Acb',
|
|
@@ -1999,6 +2001,7 @@ var otherAddresses = {
|
|
|
1999
2001
|
RecipeExecutorForTxSaver: '0x7a25174229ea402d8ccd35fc6d55af079c399884',
|
|
2000
2002
|
DFSRegistry: '0xBF1CaC12DB60819Bfa71A328282ecbc1D40443aA',
|
|
2001
2003
|
ProxyRegistry: '0x283Cc5C26e53D66ed2Ea252D986F094B37E6e895',
|
|
2004
|
+
SFProxyEntryPoint: '0x15D776C062bF292f8F70A81533E49adC7C06Cb69',
|
|
2002
2005
|
DSGuardFactory: '0x5261abC3a94a6475D0A1171daE94A5f84fbaEcD2',
|
|
2003
2006
|
AdminVault: '0xd47D8D97cAd12A866900eEc6Cde1962529F25351',
|
|
2004
2007
|
DefisaverLogger: '0xE6f9A5C850dbcD12bc64f40d692F537250aDEC38',
|
|
@@ -2010,6 +2013,7 @@ var otherAddresses = {
|
|
|
2010
2013
|
RecipeExecutorForTxSaver: '0x7a87565b77dd65bbc153fe20e97743842f1a6e0c',
|
|
2011
2014
|
DFSRegistry: '0x347FB634271F666353F23A3362f3935D96F97476',
|
|
2012
2015
|
ProxyRegistry: '0x425fA97285965E01Cc5F951B62A51F6CDEA5cc0d',
|
|
2016
|
+
SFProxyEntryPoint: '0xab6e5cde983fF98Cdb0F61f5F99cb58D40D0c837',
|
|
2013
2017
|
DSGuardFactory: '0x7783da8958013a57a5514737a4FBDFF06A0056e1',
|
|
2014
2018
|
AdminVault: '0xD8E67968d8a0df4beCf2D50daE1e34d4d80C701C',
|
|
2015
2019
|
DefisaverLogger: '0xc9D6EfA6e08B66a5Cdc516Bcd5807c2fa69E0f2A',
|