Skip to content

Commit

Permalink
⚡️ Add public rpc to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Jul 11, 2024
1 parent 322b91a commit a85a160
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ export default createConfig({
arbitrumSepolia: {
chainId: 421614,
transport: loadBalance([
http("https://sepolia-rollup.arbitrum.io/rpc"),
http(
`https://arb-sepolia.g.alchemy.com/v2/${process.env.ALCHEMY_API_KEY}`
),
http(
`https://arbitrum-sepolia.blockpi.network/v1/rpc/${process.env.BLOCKPI_API_KEY_ARB_SEPOLIA}`
),
http(
`https://arb-sepolia.g.alchemy.com/v2/${process.env.ALCHEMY_API_KEY}`
),
]),
pollingInterval: 10_000,
maxRequestsPerSecond: 64,
Expand Down

0 comments on commit a85a160

Please sign in to comment.