Skip to content

Commit 71a5c13

Browse files
committed
deps: deprecate more contracts after Rari vote
1 parent a2007d4 commit 71a5c13

File tree

1 file changed

+25
-28
lines changed

1 file changed

+25
-28
lines changed

protocol-configuration/mainnetAddresses.ts

+25-28
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ export const MainnetContractsConfig = {
2626
address: '0x956F47F50A910163D8BF957Cf5846D573E7f87CA',
2727
category: AddressCategory.Core
2828
},
29-
// TODO: Deprecate once confident no dependents
30-
proxyAdmin: {
31-
artifactName: 'ProxyAdmin',
32-
address: '0xf8c2b645988b7658E7748BA637fE25bdD46A704A',
33-
category: AddressCategory.Core
34-
},
3529
tribe: {
3630
artifactName: 'Tribe',
3731
address: '0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B',
@@ -63,27 +57,6 @@ export const MainnetContractsConfig = {
6357
category: AddressCategory.Core
6458
},
6559

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-
8760
rariTimelockFeiOldLens: {
8861
artifactName: 'ERC20PCVDepositWrapper',
8962
address: '0x614D46B7eB2AC1a359b8835D64954F3Ee4E6F676',
@@ -93,7 +66,7 @@ export const MainnetContractsConfig = {
9366
escrowedAaveDaiPCVDeposit: {
9467
artifactName: 'ERC20PCVDepositWrapper',
9568
address: '0x82c55A1Ab5C6F4b8e162b7dE24b50A38E1aFd38f',
96-
category: AddressCategory.Deprecated
69+
category: AddressCategory.PCV
9770
},
9871

9972
// TODO: Mark as deprecated after Rari fuse admin sorted
@@ -1207,6 +1180,30 @@ export const MainnetContractsConfig = {
12071180
category: AddressCategory.External
12081181
},
12091182

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+
12101207
tribeMinter: {
12111208
artifactName: 'TribeMinter',
12121209
address: '0xFC3532b443383d9022b1B2c6FD5Fd0895943360A',

0 commit comments

Comments
 (0)