Skip to content

Commit

Permalink
chore: imports cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Aug 22, 2023
1 parent 74075c8 commit 3099d06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions yarn-project/end-to-end/src/e2e_lending_contract.test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { AztecNodeService } from '@aztec/aztec-node';
import { AztecRPCServer } from '@aztec/aztec-rpc';
import { AztecAddress, CheatCodes, Fr, Wallet, computeMessageSecretHash, sleep } from '@aztec/aztec.js';
import { AztecAddress, CheatCodes, Fr, Wallet, computeMessageSecretHash } from '@aztec/aztec.js';
import { CircuitsWasm, CompleteAddress } from '@aztec/circuits.js';
import { pedersenPlookupCommitInputs } from '@aztec/circuits.js/barretenberg';
import { DebugLogger } from '@aztec/foundation/log';
import { LendingContract, PriceFeedContract } from '@aztec/noir-contracts/types';
import { NativeTokenContract } from '@aztec/noir-contracts/types';
import { LendingContract, NativeTokenContract, PriceFeedContract } from '@aztec/noir-contracts/types';
import { AztecRPC, TxStatus } from '@aztec/types';

import { setup } from './fixtures/utils.js';
Expand Down

0 comments on commit 3099d06

Please sign in to comment.