We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3f409 commit 540b0beCopy full SHA for 540b0be
yarn-project/validator-client/src/validator.ts
@@ -1,7 +1,7 @@
1
import type { BlobClientInterface } from '@aztec/blob-client/client';
2
import { type Blob, getBlobsPerL1Block } from '@aztec/blob-lib';
3
import type { EpochCache } from '@aztec/epoch-cache';
4
-import { BlockNumber, EpochNumber, SlotNumber } from '@aztec/foundation/branded-types';
+import { BlockNumber, CheckpointNumber, EpochNumber, SlotNumber } from '@aztec/foundation/branded-types';
5
import { Fr } from '@aztec/foundation/curves/bn254';
6
import { TimeoutError } from '@aztec/foundation/error';
7
import type { EthAddress } from '@aztec/foundation/eth-address';
0 commit comments