Skip to content

Commit

Permalink
handle low etherscan api rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
gershido committed Sep 14, 2024
1 parent cb0d3db commit cb10b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/schemaValidation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("Schema Validation Tests", () => {
}, 30000);

test("Test modules ABI", async () => {
const lim = RateLimit(3);
const lim = RateLimit(1);
for (const [id, module] of Object.entries(modules)) {
await lim();
console.log(`module: ${module.name}`);
Expand Down

0 comments on commit cb10b7d

Please sign in to comment.