Skip to content

Commit

Permalink
update polygon rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jun 6, 2024
1 parent 72aaedb commit dcf25b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions definition/mainnets/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export default createConfig({
},
polygon: {
chainId: 137,
transport: http(`https://polygon-mainnet.blastapi.io/${BLAST_API_KEY}`),
// transport: http(`https://polygon-hrpc.vercel.app/`),
// transport: http(`https://polygon-mainnet.blastapi.io/${BLAST_API_KEY}`),
transport: http(`https://polygon-hrpc.vercel.app/`),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
tron: {
Expand Down Expand Up @@ -86,7 +86,7 @@ export default createConfig({
startBlock: 6314163,
},
polygon: {
startBlock: 57819611,
startBlock: 57819999,
},
tron: {
startBlock: 62333124,
Expand Down

0 comments on commit dcf25b8

Please sign in to comment.