Skip to content

Commit

Permalink
update rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jun 5, 2024
1 parent c9d335a commit ad183c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions definition/mainnets/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ export default createConfig({
arbitrum: {
chainId: 42161,
transport: http(
`https://arbitrum-one.blastapi.io/${BLAST_API_KEY}`
// `https://arbitrum-one.blastapi.io/${BLAST_API_KEY}`
// "https://arb1.arbitrum.io/rpc"
"https://arbitrum-hrpc.vercel.app/"
),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
Expand Down Expand Up @@ -49,8 +50,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

0 comments on commit ad183c5

Please sign in to comment.