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 d035ebd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ export default createConfig({
arbitrumSepolia: {
chainId: 421614,
transport: loadBalance([
http("https://arbitrum-sepolia.blockpi.network/v1/rpc/public"),
http("https://sepolia-rollup.arbitrum.io/rpc"),
http(
`https://arb-sepolia.g.alchemy.com/v2/${process.env.ALCHEMY_API_KEY}`
"https://endpoints.omniatech.io/v1/arbitrum/sepolia/public"
),
http(
`https://arbitrum-sepolia.blockpi.network/v1/rpc/${process.env.BLOCKPI_API_KEY_ARB_SEPOLIA}`
`https://arb-sepolia.g.alchemy.com/v2/${process.env.ALCHEMY_API_KEY}`
),
http(
`https://arb-sepolia.g.alchemy.com/v2/${process.env.ALCHEMY_API_KEY}`
`https://arbitrum-sepolia.blockpi.network/v1/rpc/${process.env.BLOCKPI_API_KEY_ARB_SEPOLIA}`
),
]),
pollingInterval: 10_000,
Expand Down

0 comments on commit d035ebd

Please sign in to comment.