File tree Expand file tree Collapse file tree
yarn-project/archiver/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import { BundledProtocolContractsProvider } from '@aztec/protocol-contracts/prov
1515import { FunctionType , decodeFunctionSignature } from '@aztec/stdlib/abi' ;
1616import type { ArchiverEmitter } from '@aztec/stdlib/block' ;
1717import { type ContractClassPublicWithCommitment , computePublicBytecodeCommitment } from '@aztec/stdlib/contract' ;
18- import type { L1RollupConstants } from '@aztec/stdlib/epoch-helpers' ;
1918import { getTelemetryClient } from '@aztec/telemetry-client' ;
2019
2120import { EventEmitter } from 'events' ;
Original file line number Diff line number Diff 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' ;
You can’t perform that action at this time.
0 commit comments