Skip to content

Commit

Permalink
update arb rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jun 7, 2024
1 parent cf27589 commit 2d404df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definition/mainnets/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default createConfig({
chainId: 42161,
transport: http(
// `https://arbitrum-one.blastapi.io/${BLAST_API_KEY}`
// "https://arb1.arbitrum.io/rpc"
"https://arbitrum-hrpc.vercel.app/"
"https://arb1.arbitrum.io/rpc"
// "https://arbitrum-hrpc.vercel.app/"
),
maxRequestsPerSecond: FAST_MAX_REQUESTS_PER_SECOND,
},
Expand Down

0 comments on commit 2d404df

Please sign in to comment.