Skip to content

Commit b783861

Browse files
committed
Merge branch 'develop' into feat/revoke-governance
2 parents fe7bc94 + b8f5bf4 commit b783861

File tree

2 files changed

+60
-77
lines changed

2 files changed

+60
-77
lines changed

block.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15677567
1+
15682779

protocol-configuration/mainnetAddresses.ts

+59-76
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,11 @@ export const MainnetContractsConfig = {
3636
address: '0x10ffa0CD36Bc16b355d21A08DF4a552c4A9FEC10',
3737
category: AddressCategory.Core
3838
},
39-
pcvGuardian: {
40-
artifactName: 'PCVGuardian',
41-
address: '0x02435948F84d7465FB71dE45ABa6098Fc6eC2993',
42-
category: AddressCategory.Security
43-
},
4439
guardianMultisig: {
4540
artifactName: 'unknown',
4641
address: '0xB8f482539F2d3Ae2C9ea6076894df36D1f632775',
4742
category: AddressCategory.Security
4843
},
49-
ratioPCVControllerV2: {
50-
artifactName: 'RatioPCVControllerV2',
51-
address: '0x221fff24FB66dA3c722c7C5B856956a6a30C0179',
52-
category: AddressCategory.Utility
53-
},
5444
feiDAO: {
5545
artifactName: 'FeiDAO',
5646
address: '0x0BEF27FEB58e857046d630B2c03dFb7bae567494',
@@ -69,66 +59,15 @@ export const MainnetContractsConfig = {
6959
category: AddressCategory.Governance
7060
},
7161

72-
vebalOtcHelper: {
73-
artifactName: 'VeBalHelper',
74-
address: '0xb02CE4D72124b98Df4EAB4184467d7Da0023F9FB',
75-
category: AddressCategory.TBD
76-
},
77-
78-
balancerVotingEscrowDelegation: {
79-
artifactName: 'IVotingEscrowDelegation',
80-
address: '0xB496FF44746A8693A060FafD984Da41B253f6790',
81-
category: AddressCategory.External
82-
},
83-
84-
balancerGaugeStakerV2Impl: {
85-
artifactName: 'BalancerGaugeStakerV2',
86-
address: '0xbf3f6c7821E4d7D5DF204dEa4871b2e8D68c1CCd',
87-
category: AddressCategory.TBD
88-
},
89-
90-
// Use to call proxy functions
91-
balancerGaugeStakerProxy: {
92-
artifactName: 'TransparentUpgradeableProxy',
93-
address: '0x66977Ce30049CD0e443216Bf26377966c3A109E2',
94-
category: AddressCategory.TBD
95-
},
96-
97-
// Use to call functions through the proxy. Proxy address cast
98-
// with latest implementation interface
99-
balancerGaugeStaker: {
100-
artifactName: 'BalancerGaugeStakerV2',
101-
address: '0x66977Ce30049CD0e443216Bf26377966c3A109E2',
102-
category: AddressCategory.TBD
103-
},
104-
10562
rariGovernanceProxyAdmin: {
10663
artifactName: 'ProxyAdmin',
10764
address: '0x1c9aA54a013962C2444ECae06902F31D532c6AD3',
10865
category: AddressCategory.Governance
10966
},
11067

111-
nopeDAO: {
112-
artifactName: 'NopeDAO',
113-
address: '0x6C7aF43Ce97686e0C8AcbBc03b2E4f313c0394C7',
114-
category: AddressCategory.Governance
115-
},
116-
117-
balancerDepositBalWeth: {
118-
artifactName: 'BalancerPCVDepositWeightedPool',
119-
address: '0xcd1Ac0014E2ebd972f40f24dF1694e6F528B2fD4',
120-
category: AddressCategory.PCV
121-
},
122-
123-
balancerLensVeBalBal: {
124-
artifactName: 'BalancerPool2Lens',
125-
address: '0x8cbA3149b95084A61bBAb9e01110b0fB92C9a289',
126-
category: AddressCategory.PCV
127-
},
128-
129-
balancerLensVeBalWeth: {
130-
artifactName: 'BalancerPool2Lens',
131-
address: '0xD8Eb546726d449fC1dEd06DFeCa800A2fa8bB930',
68+
rariTimelockFeiOldLens: {
69+
artifactName: 'ERC20PCVDepositWrapper',
70+
address: '0x614D46B7eB2AC1a359b8835D64954F3Ee4E6F676',
13271
category: AddressCategory.PCV
13372
},
13473

@@ -309,6 +248,40 @@ export const MainnetContractsConfig = {
309248
address: '0xc0c59A2d3F278445f27ed4a00E2727D6c677c43F',
310249
category: AddressCategory.FeiRari
311250
},
251+
252+
vebalOtcHelper: {
253+
artifactName: 'VeBalHelper',
254+
address: '0xb02CE4D72124b98Df4EAB4184467d7Da0023F9FB',
255+
category: AddressCategory.External
256+
},
257+
258+
balancerVotingEscrowDelegation: {
259+
artifactName: 'IVotingEscrowDelegation',
260+
address: '0xB496FF44746A8693A060FafD984Da41B253f6790',
261+
category: AddressCategory.External
262+
},
263+
264+
balancerGaugeStakerV2Impl: {
265+
artifactName: 'BalancerGaugeStakerV2',
266+
address: '0xbf3f6c7821E4d7D5DF204dEa4871b2e8D68c1CCd',
267+
category: AddressCategory.External
268+
},
269+
270+
// Use to call proxy functions
271+
balancerGaugeStakerProxy: {
272+
artifactName: 'TransparentUpgradeableProxy',
273+
address: '0x66977Ce30049CD0e443216Bf26377966c3A109E2',
274+
category: AddressCategory.External
275+
},
276+
277+
// Use to call functions through the proxy. Proxy address cast
278+
// with latest implementation interface
279+
balancerGaugeStaker: {
280+
artifactName: 'BalancerGaugeStakerV2',
281+
address: '0x66977Ce30049CD0e443216Bf26377966c3A109E2',
282+
category: AddressCategory.External
283+
},
284+
312285
volt: {
313286
artifactName: 'Fei',
314287
address: '0x559eBC30b0E58a45Cc9fF573f77EF1e5eb1b3E18',
@@ -1216,27 +1189,37 @@ export const MainnetContractsConfig = {
12161189
category: AddressCategory.External
12171190
},
12181191

1219-
feiDAOTimelock: {
1220-
artifactName: 'FeiDAOTimelock',
1221-
address: '0xd51dbA7a94e1adEa403553A8235C302cEbF41a3c',
1192+
pcvGuardian: {
1193+
artifactName: 'PCVGuardian',
1194+
address: '0x02435948F84d7465FB71dE45ABa6098Fc6eC2993',
1195+
category: AddressCategory.Deprecated
1196+
},
1197+
ratioPCVControllerV2: {
1198+
artifactName: 'RatioPCVControllerV2',
1199+
address: '0x221fff24FB66dA3c722c7C5B856956a6a30C0179',
1200+
category: AddressCategory.Deprecated
1201+
},
1202+
nopeDAO: {
1203+
artifactName: 'NopeDAO',
1204+
address: '0x6C7aF43Ce97686e0C8AcbBc03b2E4f313c0394C7',
12221205
category: AddressCategory.Deprecated
12231206
},
12241207

1225-
core: {
1226-
artifactName: 'Core',
1227-
address: '0x8d5ED43dCa8C2F7dFB20CF7b53CC7E593635d7b9',
1208+
balancerDepositBalWeth: {
1209+
artifactName: 'BalancerPCVDepositWeightedPool',
1210+
address: '0xcd1Ac0014E2ebd972f40f24dF1694e6F528B2fD4',
12281211
category: AddressCategory.Deprecated
12291212
},
12301213

1231-
tribeMinter: {
1232-
artifactName: 'TribeMinter',
1233-
address: '0xFC3532b443383d9022b1B2c6FD5Fd0895943360A',
1214+
balancerLensVeBalBal: {
1215+
artifactName: 'BalancerPool2Lens',
1216+
address: '0x8cbA3149b95084A61bBAb9e01110b0fB92C9a289',
12341217
category: AddressCategory.Deprecated
12351218
},
12361219

1237-
rariTimelockFeiOldLens: {
1238-
artifactName: 'ERC20PCVDepositWrapper',
1239-
address: '0x614D46B7eB2AC1a359b8835D64954F3Ee4E6F676',
1220+
balancerLensVeBalWeth: {
1221+
artifactName: 'BalancerPool2Lens',
1222+
address: '0xD8Eb546726d449fC1dEd06DFeCa800A2fa8bB930',
12401223
category: AddressCategory.Deprecated
12411224
},
12421225

0 commit comments

Comments
 (0)