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 5, 2024
1 parent d8dcd02 commit c9d335a
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 @@ -14,8 +14,8 @@ export default createConfig({
arbitrum: {
chainId: 42161,
transport: http(
// `https://arbitrum-one.blastapi.io/${BLAST_API_KEY}`
"https://arb1.arbitrum.io/rpc"
`https://arbitrum-one.blastapi.io/${BLAST_API_KEY}`
// "https://arb1.arbitrum.io/rpc"
),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
Expand Down

0 comments on commit c9d335a

Please sign in to comment.