Skip to content

Commit

Permalink
set public sepolia rpc (#3469)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast authored May 29, 2024
1 parent d79df98 commit 2a43b4e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,14 +466,10 @@ export const sepolia: Chain = {
...ethereumSepolia,
rpcUrls: {
default: {
http: [
`https://eth-sepolia.g.alchemy.com/v2/${config.blockchain.alchemyId}`,
],
http: [`https://rpc2.sepolia.org`],
},
public: {
http: [
`https://eth-sepolia.g.alchemy.com/v2/${config.blockchain.alchemyId}`,
],
http: [`https://rpc2.sepolia.org`],
},
},
};
Expand Down

0 comments on commit 2a43b4e

Please sign in to comment.