Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
feat: add alchemy RPC URLs for Sepolia (#237)
Browse files Browse the repository at this point in the history
* Add Alchemy rpc for Sepolia chain

* Update fifty-bugs-fold.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
0x1ea and jxom authored Apr 18, 2023
1 parent 15f29e8 commit 16b8482
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-bugs-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@wagmi/chains': minor
---

Added Alchemy RPC URLs for Sepolia.
4 changes: 4 additions & 0 deletions packages/chains/src/sepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export const sepolia = {
name: 'Sepolia',
nativeCurrency: { name: 'Sepolia Ether', symbol: 'SEP', decimals: 18 },
rpcUrls: {
alchemy: {
http: ['https://eth-sepolia.g.alchemy.com/v2'],
webSocket: ['wss://eth-sepolia.g.alchemy.com/v2'],
},
infura: {
http: ['https://sepolia.infura.io/v3'],
webSocket: ['wss://sepolia.infura.io/ws/v3'],
Expand Down

0 comments on commit 16b8482

Please sign in to comment.