Skip to content

Commit

Permalink
remove polygon hrpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jun 12, 2024
1 parent 2240b47 commit c655ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definition/mainnets/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default createConfig({
// transport: http(`https://polygon-mainnet.blastapi.io/${BLAST_API_KEY}`),
transport: loadBalance([
http(`https://polygon-mainnet.blastapi.io/${BLAST_API_KEY}`),
http(`https://polygon-hrpc.vercel.app/`),
// http(`https://polygon-hrpc.vercel.app/`),
]),
maxRequestsPerSecond: FAST_MAX_REQUESTS_PER_SECOND,
},
Expand Down

0 comments on commit c655ce4

Please sign in to comment.