Skip to content

Commit 8c17e14

Browse files
committed
chore: comments
1 parent 3614c98 commit 8c17e14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/End2End.t.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ contract End2EndForkTest is Test {
173173

174174
// Deploy middleware with core
175175
(middlewareDeployment, coreDeployment) =
176-
deployMiddlewareWithCore(middlewareConfig.proxyAdmin, middlewareConfig.admin);
176+
_deployMiddlewareWithCore(middlewareConfig.proxyAdmin, middlewareConfig.admin);
177177

178178
// // Create 5 operators using helper function
179179
operators = _createOperators(5, 100);
@@ -191,6 +191,7 @@ contract End2EndForkTest is Test {
191191
middlewareConfig.token = token;
192192
middlewareConfig.operators = _getAndSortOperators(operators);
193193

194+
// Set the metadata URI, AVS Registrar and UAM apointee for operator set creation
194195
vm.startPrank(middlewareDeployment.serviceManager);
195196
AllocationManager(coreDeployment.allocationManager).updateAVSMetadataURI(
196197
middlewareDeployment.serviceManager, "metadata"

0 commit comments

Comments
 (0)