Skip to content

Commit

Permalink
update polygon rps
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jun 22, 2024
1 parent fec7c3e commit 7928415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definition/mainnets/ponder.polygon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {ORMPAbi as ORMPAbiV2} from "./abis/v2/ORMPAbi";
const INFURA_API_KEY = process.env.INFURA_API_KEY;
const BLAST_API_KEY = process.env.BLAST_API_KEY;
const MAX_REQUESTS_PER_SECOND = 5;
const FAST_MAX_REQUESTS_PER_SECOND = 20;
const FAST_MAX_REQUESTS_PER_SECOND = 8;

export default createConfig({
networks: {
Expand Down

0 comments on commit 7928415

Please sign in to comment.