Skip to content

Commit

Permalink
feat: reduce the number of locks created
Browse files Browse the repository at this point in the history
  • Loading branch information
baroooo committed Aug 21, 2024
1 parent 95a2004 commit 3e339ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Gas.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('Gas Tests', function () {
this.skip();
}

await setupEnvironment(1000);
await setupEnvironment(500);

console.log('\r\n========================');
console.log(`Running Gas Tests on network with chain id: ${chainId}`);
Expand Down

0 comments on commit 3e339ac

Please sign in to comment.