diff --git a/yarn-project/blob-sink/src/factory.ts b/yarn-project/blob-sink/src/factory.ts index e73899c095db..43a0df8e6c38 100644 --- a/yarn-project/blob-sink/src/factory.ts +++ b/yarn-project/blob-sink/src/factory.ts @@ -1,6 +1,6 @@ import { type AztecKVStore } from '@aztec/kv-store'; import { createStore } from '@aztec/kv-store/lmdb'; -import { TelemetryClient } from '@aztec/telemetry-client'; +import { type TelemetryClient } from '@aztec/telemetry-client'; import { type BlobSinkConfig } from './config.js'; import { BlobSinkServer } from './server.js'; diff --git a/yarn-project/sequencer-client/src/publisher/l1-publisher.ts b/yarn-project/sequencer-client/src/publisher/l1-publisher.ts index b471af640ad6..1128cbba4670 100644 --- a/yarn-project/sequencer-client/src/publisher/l1-publisher.ts +++ b/yarn-project/sequencer-client/src/publisher/l1-publisher.ts @@ -1011,8 +1011,6 @@ export class L1Publisher { fixedGas: gas, }, { - // TODO(md): remove full data field, just use snappy compression when - // sending the sink server blobs: encodedData.blobs.map(b => b.dataWithZeros), kzg, maxFeePerBlobGas: 10000000000n, //This is 10 gwei, taken from DEFAULT_MAX_FEE_PER_GAS