From 72a3e52c901607acd2e17e02e7a0160e39472d82 Mon Sep 17 00:00:00 2001 From: Rahul Kothari Date: Wed, 11 Oct 2023 13:41:30 +0000 Subject: [PATCH] prettier is saving my life --- .../end-to-end/src/fixtures/cross_chain_test_harness.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/end-to-end/src/fixtures/cross_chain_test_harness.ts b/yarn-project/end-to-end/src/fixtures/cross_chain_test_harness.ts index 18222434e48..6aba183bda5 100644 --- a/yarn-project/end-to-end/src/fixtures/cross_chain_test_harness.ts +++ b/yarn-project/end-to-end/src/fixtures/cross_chain_test_harness.ts @@ -26,7 +26,7 @@ export class CrossChainTestHarness { const ethAccount = EthAddress.fromString((await walletClient.getAddresses())[0]); const owner = wallet.getCompleteAddress(); const l1ContractAddresses = (await pxeService.getNodeInfo()).l1ContractAddresses; - + const outbox = getContract({ address: l1ContractAddresses.outboxAddress.toString(), abi: OutboxAbi,