File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ contract End2EndForkTest is Test {
173
173
174
174
// Deploy middleware with core
175
175
(middlewareDeployment, coreDeployment) =
176
- deployMiddlewareWithCore (middlewareConfig.proxyAdmin, middlewareConfig.admin);
176
+ _deployMiddlewareWithCore (middlewareConfig.proxyAdmin, middlewareConfig.admin);
177
177
178
178
// // Create 5 operators using helper function
179
179
operators = _createOperators (5 , 100 );
@@ -191,6 +191,7 @@ contract End2EndForkTest is Test {
191
191
middlewareConfig.token = token;
192
192
middlewareConfig.operators = _getAndSortOperators (operators);
193
193
194
+ // Set the metadata URI, AVS Registrar and UAM apointee for operator set creation
194
195
vm.startPrank (middlewareDeployment.serviceManager);
195
196
AllocationManager (coreDeployment.allocationManager).updateAVSMetadataURI (
196
197
middlewareDeployment.serviceManager, "metadata "
You can’t perform that action at this time.
0 commit comments