Skip to content

Commit

Permalink
test: refactor public cross chain tests for speed
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Apr 29, 2024
1 parent 9af68d8 commit f0b810b
Show file tree
Hide file tree
Showing 7 changed files with 694 additions and 414 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ export class BlacklistTokenContractTest {
this.admin = this.wallets[0];
this.other = this.wallets[1];
this.blacklisted = this.wallets[2];
// this.accounts = this.wallets.map(a => a.getCompleteAddress());
this.accounts = await pxe.getRegisteredAccounts();
this.wallets.forEach((w, i) => this.logger.verbose(`Wallet ${i} address: ${w.getAddress()}`));
this.accounts.forEach((w, i) => this.logger.verbose(`Account ${i} address: ${w.address}`));
});

await this.snapshotManager.snapshot(
Expand Down
Loading

0 comments on commit f0b810b

Please sign in to comment.