Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jan 2, 2025
1 parent a3d89d4 commit 610c3ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion yarn-project/blob-sink/src/factory.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 0 additions & 2 deletions yarn-project/sequencer-client/src/publisher/l1-publisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 610c3ec

Please sign in to comment.