From c388d09466b2054fc24130c96b80992c941d8a5c Mon Sep 17 00:00:00 2001 From: Artur Puzio Date: Thu, 1 Aug 2024 13:37:25 +0200 Subject: [PATCH] debug: log addresses --- core/tests/ts-integration/tests/fees.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/tests/ts-integration/tests/fees.test.ts b/core/tests/ts-integration/tests/fees.test.ts index 4ab6fb22bc4..8b9e4d2bd7b 100644 --- a/core/tests/ts-integration/tests/fees.test.ts +++ b/core/tests/ts-integration/tests/fees.test.ts @@ -67,6 +67,8 @@ testFees('Test fees', () => { alice._providerL2(), alice._providerL1() ); + + console.log(`Alice address ${alice.address}. Main wallet address: ${mainWallet.address}`); await sendTransfers( zksync.utils.ETH_ADDRESS, mainWallet,