Skip to content

Commit

Permalink
remove infura for testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jun 11, 2024
1 parent a6c4374 commit 920a912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definition/testnets/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default createConfig({
transport: loadBalance([
http("https://arbitrum-sepolia-hrpc.vercel.app/"),
http("https://sepolia-rollup.arbitrum.io/rpc"),
http(`https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}`),
// http(`https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}`),
]),
maxRequestsPerSecond: FAST_MAX_REQUESTS_PER_SECOND,
},
Expand All @@ -38,7 +38,7 @@ export default createConfig({
transport: loadBalance([
http("https://rpc2.sepolia.org"),
http("https://sepolia-hrpc.vercel.app/"),
http(`https://sepolia.infura.io/v3/${INFURA_API_KEY}`),
// http(`https://sepolia.infura.io/v3/${INFURA_API_KEY}`),
]),
maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,
},
Expand Down

0 comments on commit 920a912

Please sign in to comment.