Skip to content

Commit

Permalink
feat: update sepolia rpc url (#2715)
Browse files Browse the repository at this point in the history
* reliable sepolia rpc

* Create rare-parrots-lie.md

---------

Co-authored-by: jxom <j@wevm.dev>
  • Loading branch information
bh2smith and jxom committed Sep 11, 2024
1 parent dccccc9 commit ca2909a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/rare-parrots-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated Sepolia RPC URL.
2 changes: 1 addition & 1 deletion src/chains/definitions/sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const sepolia = /*#__PURE__*/ defineChain({
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.sepolia.org'],
http: ['https://rpc2.sepolia.org'],
},
},
blockExplorers: {
Expand Down

0 comments on commit ca2909a

Please sign in to comment.