diff --git a/yarn-project/end-to-end/src/fixtures/snapshot_manager.ts b/yarn-project/end-to-end/src/fixtures/snapshot_manager.ts index a03ce58e67e..3dbfd94d352 100644 --- a/yarn-project/end-to-end/src/fixtures/snapshot_manager.ts +++ b/yarn-project/end-to-end/src/fixtures/snapshot_manager.ts @@ -279,11 +279,9 @@ async function setupFromFresh( // Setup blob sink service const blobSink = await createBlobSinkService({ - port: blobSinkPort, - dataStoreConfig: { - dataDirectory: statePath, - dataStoreMapSizeKB: aztecNodeConfig.dataStoreMapSizeKB, - }, + port: 5052, + dataDirectory: statePath, + dataStoreMapSizeKB: aztecNodeConfig.dataStoreMapSizeKB, }); await blobSink.start();