Skip to content

Commit 311b34a

Browse files
committed
fix: remove unused imports and fix formatting from merge
1 parent 3a5f88e commit 311b34a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

yarn-project/archiver/src/factory.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { BundledProtocolContractsProvider } from '@aztec/protocol-contracts/prov
1515
import { FunctionType, decodeFunctionSignature } from '@aztec/stdlib/abi';
1616
import type { ArchiverEmitter } from '@aztec/stdlib/block';
1717
import { type ContractClassPublicWithCommitment, computePublicBytecodeCommitment } from '@aztec/stdlib/contract';
18-
import type { L1RollupConstants } from '@aztec/stdlib/epoch-helpers';
1918
import { getTelemetryClient } from '@aztec/telemetry-client';
2019

2120
import { EventEmitter } from 'events';

yarn-project/archiver/src/modules/data_store_updater.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ import {
1717
type ContractClassPublicWithCommitment,
1818
type ExecutablePrivateFunctionWithMembershipProof,
1919
type UtilityFunctionWithMembershipProof,
20-
computeContractClassId,
2120
computeContractAddressFromInstance,
22-
computePublicBytecodeCommitment,
21+
computeContractClassId,
2322
isValidPrivateFunctionMembershipProof,
2423
isValidUtilityFunctionMembershipProof,
2524
} from '@aztec/stdlib/contract';

0 commit comments

Comments
 (0)