Skip to content

Commit

Permalink
Fix bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Feb 19, 2025
1 parent 88b0d0d commit 1ea405c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion yarn-project/end-to-end/src/e2e_epochs/epochs_test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { Fr, type Logger, getTimestampRangeForEpoch, retryUntil, sleep } from '@aztec/aztec.js';
import { ChainMonitor } from '@aztec/aztec.js/ethereum';
// eslint-disable-next-line no-restricted-imports
import { type L1RollupConstants, type L2BlockNumber, MerkleTreeId } from '@aztec/circuit-types';
import { type L1RollupConstants, MerkleTreeId } from '@aztec/circuit-types';
import { type L2BlockNumber } from '@aztec/circuit-types/interfaces/client';
import { RollupContract } from '@aztec/ethereum/contracts';
import { DelayedTxUtils, type Delayer, waitUntilL1Timestamp } from '@aztec/ethereum/test';
import { randomBytes } from '@aztec/foundation/crypto';
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/txe/src/node/txe_node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
TxReceipt,
TxScopedL2Log,
type TxValidationResult,
type WorldStateSyncStatus,
} from '@aztec/circuit-types';
import { type AztecNode, type L2BlockNumber } from '@aztec/circuit-types/interfaces/client';
import {
Expand All @@ -26,6 +25,7 @@ import {
type NullifierMembershipWitness,
type ProverConfig,
type SequencerConfig,
type WorldStateSyncStatus,
} from '@aztec/circuit-types/interfaces/server';
import {
type AztecAddress,
Expand Down

0 comments on commit 1ea405c

Please sign in to comment.