Skip to content

Commit

Permalink
fix: publisher test
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Nov 27, 2024
1 parent 0228bf9 commit 577a0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/fixtures/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ import { NoopTelemetryClient } from '@aztec/telemetry-client/noop';
import { createAndStartTelemetryClient, getConfigEnvVars as getTelemetryConfig } from '@aztec/telemetry-client/start';

import { type Anvil } from '@viem/anvil';
import getPort from 'get-port';
import * as path from 'path';
import {
type Account,
Expand All @@ -71,7 +72,6 @@ import { MNEMONIC } from './fixtures.js';
import { getACVMConfig } from './get_acvm_config.js';
import { getBBConfig } from './get_bb_config.js';
import { isMetricsLoggingRequested, setupMetricsLogger } from './logging.js';
import getPort from 'get-port';

export { deployAndInitializeTokenAndBridgeContracts } from '../shared/cross_chain_test_harness.js';
export { startAnvil };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ describe('L1Publisher', () => {
data,
account,
to: rollupContract.address,
blobs: blobs.map(blob => blob.data),
blobs: blobs.map(blob => blob.fullData),
kzg,
maxFeePerBlobGas: 10000000000n,
});
Expand Down

0 comments on commit 577a0fd

Please sign in to comment.