Skip to content

Commit

Permalink
debug: log addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
cytadela8 committed Aug 1, 2024
1 parent 0ee9be7 commit c388d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/tests/ts-integration/tests/fees.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c388d09

Please sign in to comment.