@@ -26,12 +26,6 @@ export const MainnetContractsConfig = {
26
26
address : '0x956F47F50A910163D8BF957Cf5846D573E7f87CA' ,
27
27
category : AddressCategory . Core
28
28
} ,
29
- // TODO: Deprecate once confident no dependents
30
- proxyAdmin : {
31
- artifactName : 'ProxyAdmin' ,
32
- address : '0xf8c2b645988b7658E7748BA637fE25bdD46A704A' ,
33
- category : AddressCategory . Core
34
- } ,
35
29
tribe : {
36
30
artifactName : 'Tribe' ,
37
31
address : '0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B' ,
@@ -63,27 +57,6 @@ export const MainnetContractsConfig = {
63
57
category : AddressCategory . Core
64
58
} ,
65
59
66
- // TODO: Mark as deprecated after Rari deprecates
67
- rariTimelock : {
68
- artifactName : 'Timelock' ,
69
- address : '0x8ace03Fc45139fDDba944c6A4082b604041d19FC' ,
70
- category : AddressCategory . Governance
71
- } ,
72
-
73
- // TODO: Mark as deprecated after Rari deprecates
74
- tribeRariDAO : {
75
- artifactName : 'FeiDAO' ,
76
- address : '0x637deEED4e4deb1D222650bD4B64192abf002c00' ,
77
- category : AddressCategory . Governance
78
- } ,
79
-
80
- // TODO: Mark as deprecated after Rari deprecates
81
- rariGovernanceProxyAdmin : {
82
- artifactName : 'ProxyAdmin' ,
83
- address : '0x1c9aA54a013962C2444ECae06902F31D532c6AD3' ,
84
- category : AddressCategory . Governance
85
- } ,
86
-
87
60
rariTimelockFeiOldLens : {
88
61
artifactName : 'ERC20PCVDepositWrapper' ,
89
62
address : '0x614D46B7eB2AC1a359b8835D64954F3Ee4E6F676' ,
@@ -93,7 +66,7 @@ export const MainnetContractsConfig = {
93
66
escrowedAaveDaiPCVDeposit : {
94
67
artifactName : 'ERC20PCVDepositWrapper' ,
95
68
address : '0x82c55A1Ab5C6F4b8e162b7dE24b50A38E1aFd38f' ,
96
- category : AddressCategory . Deprecated
69
+ category : AddressCategory . PCV
97
70
} ,
98
71
99
72
// TODO: Mark as deprecated after Rari fuse admin sorted
@@ -1207,6 +1180,30 @@ export const MainnetContractsConfig = {
1207
1180
category : AddressCategory . External
1208
1181
} ,
1209
1182
1183
+ proxyAdmin : {
1184
+ artifactName : 'ProxyAdmin' ,
1185
+ address : '0xf8c2b645988b7658E7748BA637fE25bdD46A704A' ,
1186
+ category : AddressCategory . Deprecated
1187
+ } ,
1188
+
1189
+ rariTimelock : {
1190
+ artifactName : 'Timelock' ,
1191
+ address : '0x8ace03Fc45139fDDba944c6A4082b604041d19FC' ,
1192
+ category : AddressCategory . Deprecated
1193
+ } ,
1194
+
1195
+ tribeRariDAO : {
1196
+ artifactName : 'FeiDAO' ,
1197
+ address : '0x637deEED4e4deb1D222650bD4B64192abf002c00' ,
1198
+ category : AddressCategory . Deprecated
1199
+ } ,
1200
+
1201
+ rariGovernanceProxyAdmin : {
1202
+ artifactName : 'ProxyAdmin' ,
1203
+ address : '0x1c9aA54a013962C2444ECae06902F31D532c6AD3' ,
1204
+ category : AddressCategory . Deprecated
1205
+ } ,
1206
+
1210
1207
tribeMinter : {
1211
1208
artifactName : 'TribeMinter' ,
1212
1209
address : '0xFC3532b443383d9022b1B2c6FD5Fd0895943360A' ,
0 commit comments