@@ -36,21 +36,11 @@ export const MainnetContractsConfig = {
36
36
address : '0x10ffa0CD36Bc16b355d21A08DF4a552c4A9FEC10' ,
37
37
category : AddressCategory . Core
38
38
} ,
39
- pcvGuardian : {
40
- artifactName : 'PCVGuardian' ,
41
- address : '0x02435948F84d7465FB71dE45ABa6098Fc6eC2993' ,
42
- category : AddressCategory . Security
43
- } ,
44
39
guardianMultisig : {
45
40
artifactName : 'unknown' ,
46
41
address : '0xB8f482539F2d3Ae2C9ea6076894df36D1f632775' ,
47
42
category : AddressCategory . Security
48
43
} ,
49
- ratioPCVControllerV2 : {
50
- artifactName : 'RatioPCVControllerV2' ,
51
- address : '0x221fff24FB66dA3c722c7C5B856956a6a30C0179' ,
52
- category : AddressCategory . Utility
53
- } ,
54
44
feiDAO : {
55
45
artifactName : 'FeiDAO' ,
56
46
address : '0x0BEF27FEB58e857046d630B2c03dFb7bae567494' ,
@@ -69,66 +59,15 @@ export const MainnetContractsConfig = {
69
59
category : AddressCategory . Governance
70
60
} ,
71
61
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
-
105
62
rariGovernanceProxyAdmin : {
106
63
artifactName : 'ProxyAdmin' ,
107
64
address : '0x1c9aA54a013962C2444ECae06902F31D532c6AD3' ,
108
65
category : AddressCategory . Governance
109
66
} ,
110
67
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' ,
132
71
category : AddressCategory . PCV
133
72
} ,
134
73
@@ -309,6 +248,40 @@ export const MainnetContractsConfig = {
309
248
address : '0xc0c59A2d3F278445f27ed4a00E2727D6c677c43F' ,
310
249
category : AddressCategory . FeiRari
311
250
} ,
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
+
312
285
volt : {
313
286
artifactName : 'Fei' ,
314
287
address : '0x559eBC30b0E58a45Cc9fF573f77EF1e5eb1b3E18' ,
@@ -1216,27 +1189,37 @@ export const MainnetContractsConfig = {
1216
1189
category : AddressCategory . External
1217
1190
} ,
1218
1191
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' ,
1222
1205
category : AddressCategory . Deprecated
1223
1206
} ,
1224
1207
1225
- core : {
1226
- artifactName : 'Core ' ,
1227
- address : '0x8d5ED43dCa8C2F7dFB20CF7b53CC7E593635d7b9 ' ,
1208
+ balancerDepositBalWeth : {
1209
+ artifactName : 'BalancerPCVDepositWeightedPool ' ,
1210
+ address : '0xcd1Ac0014E2ebd972f40f24dF1694e6F528B2fD4 ' ,
1228
1211
category : AddressCategory . Deprecated
1229
1212
} ,
1230
1213
1231
- tribeMinter : {
1232
- artifactName : 'TribeMinter ' ,
1233
- address : '0xFC3532b443383d9022b1B2c6FD5Fd0895943360A ' ,
1214
+ balancerLensVeBalBal : {
1215
+ artifactName : 'BalancerPool2Lens ' ,
1216
+ address : '0x8cbA3149b95084A61bBAb9e01110b0fB92C9a289 ' ,
1234
1217
category : AddressCategory . Deprecated
1235
1218
} ,
1236
1219
1237
- rariTimelockFeiOldLens : {
1238
- artifactName : 'ERC20PCVDepositWrapper ' ,
1239
- address : '0x614D46B7eB2AC1a359b8835D64954F3Ee4E6F676 ' ,
1220
+ balancerLensVeBalWeth : {
1221
+ artifactName : 'BalancerPool2Lens ' ,
1222
+ address : '0xD8Eb546726d449fC1dEd06DFeCa800A2fa8bB930 ' ,
1240
1223
category : AddressCategory . Deprecated
1241
1224
} ,
1242
1225
0 commit comments