Skip to content

Commit

Permalink
Update ponder.arbitrum.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong authored Feb 17, 2025
1 parent d52f9ae commit 8f3ec68
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions definition/mainnets/ponder.arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ export default createConfig({
networks: {
arbitrum: {
chainId: 42161,
transport: loadBalance([
http(`https://arbitrum-one.blastapi.io/${BLAST_API_KEY}`),
// "https://arb1.arbitrum.io/rpc"
http("https://hrpc.darwinia.network/arbitrum"),
// "https://rpc.ankr.com/arbitrum"
]),
transport: http(`https://arbitrum-one.blastapi.io/${BLAST_API_KEY}`),
maxRequestsPerSecond: FAST_MAX_REQUESTS_PER_SECOND,
},
},
Expand Down

0 comments on commit 8f3ec68

Please sign in to comment.