Skip to content

Commit

Permalink
remove duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy committed Feb 21, 2024
1 parent f53a0d1 commit 022159d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions yarn-project/aztec/src/cli/util.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
import { ArchiverConfig } from '@aztec/archiver';
import { AztecNodeConfig } from '@aztec/aztec-node';
import { AccountManager } from '@aztec/aztec.js';
import { L1ContractAddresses } from '@aztec/ethereum';
import { L1ContractAddresses, l1ContractsNames } from '@aztec/ethereum';
import { EthAddress } from '@aztec/foundation/eth-address';
import { LogFn, createConsoleLogger } from '@aztec/foundation/log';
import { P2PConfig } from '@aztec/p2p';
import { GrumpkinScalar, PXEService, PXEServiceConfig } from '@aztec/pxe';

const l1ContractsNames = [
'rollupAddress',
'inboxAddress',
'outboxAddress',
'contractDeploymentEmitterAddress',
'availabilityOracleAddress',
'registryAddress',
];

/**
* Checks if the object has l1Contracts property
* @param obj - The object to check
Expand Down

0 comments on commit 022159d

Please sign in to comment.