Skip to content

Commit

Permalink
chains: update sepolia providers
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Jan 12, 2024
1 parent cc006ad commit 9750b16
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-hairs-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@starknet-react/chains": patch
---

Update sepolia providers
15 changes: 15 additions & 0 deletions packages/chains/src/starknet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,21 @@ export const sepolia = {
},
testnet: true,
rpcUrls: {
// alchemy: {
// http: [],
// },
blast: {
http: ["https://starknet-sepolia.blastapi.io"],
},
infura: {
http: ["https://starknet-sepolia.infura.io/v3"],
},
// lava: {
// http: [],
// },
nethermind: {
http: ["https://rpc.nethermind.io/sepolia-juno"],
},
reddio: {
http: ["https://starknet-sepolia.reddio.com"],
},
Expand Down

0 comments on commit 9750b16

Please sign in to comment.