Skip to content

Commit

Permalink
remove infura from testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed Jun 20, 2024
1 parent 8688ca2 commit f095588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion definition/testnets/ponder.arbitrum_sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default createConfig({
transport: loadBalance([
http("https://hrpc.darwinia.network/arbitrum-sepolia"),
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 Down
2 changes: 1 addition & 1 deletion definition/testnets/ponder.sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default createConfig({
transport: loadBalance([
http("https://rpc2.sepolia.org"),
http("https://hrpc.darwinia.network/sepolia"),
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 f095588

Please sign in to comment.