Skip to content

Commit

Permalink
remove loadbalance
Browse files Browse the repository at this point in the history
jiguantong committed Jun 11, 2024
1 parent d5754e8 commit 8c9eb4b
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
@@ -17,7 +17,7 @@ export default createConfig({
transport: loadBalance([
http(`https://arbitrum-one.blastapi.io/${BLAST_API_KEY}`),
// "https://arb1.arbitrum.io/rpc"
http("https://arbitrum-hrpc.vercel.app/"),
// http("https://arbitrum-hrpc.vercel.app/"),
// "https://rpc.ankr.com/arbitrum"
]),
maxRequestsPerSecond: FAST_MAX_REQUESTS_PER_SECOND,
@@ -56,7 +56,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,
},

0 comments on commit 8c9eb4b

Please sign in to comment.