Skip to content

Commit

Permalink
⚡️Share rpc for ponder
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Jan 7, 2025
1 parent 9aa8f15 commit f06ea49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/erpc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,13 @@ export default initErpcConfig({
// Add our ponder prod project
.addProject(({ store: { upstreams, networks } }) => ({
id: "ponder-rpc",
networks: [networks.arbitrum],
networks: [networks.arbitrum, networks.arbitrumSepolia],
upstreams: [
upstreams.alchemy,
upstreams.envio,
upstreams.drpc,
upstreams.llamaFree,
upstreams.tenderlyFreeArbSepolia,
],
auth: {
strategies: [
Expand Down

0 comments on commit f06ea49

Please sign in to comment.