Skip to content

Commit

Permalink
chains: update free nethermind rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Feb 15, 2024
1 parent 284b34c commit b82f639
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-tigers-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@starknet-react/chains": patch
---

Update public nethermind rpc url
4 changes: 2 additions & 2 deletions packages/chains/src/starknet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const mainnet = {
http: [
"https://starknet-mainnet.public.blastapi.io/rpc/v0.5",
"https://rpc.starknet.lava.build",
"https://limited-rpc.nethermind.io/mainnet-juno/v0_5",
"https://free-rpc.nethermind.io/mainnet-juno/v0_5",
],
},
},
Expand Down Expand Up @@ -96,7 +96,7 @@ export const goerli = {
http: [
"https://starknet-testnet.public.blastapi.io/rpc/v0.5",
"https://rpc.starknet-testnet.lava.build",
"https://limited-rpc.nethermind.io/goerli-juno/v0_5",
"https://free-rpc.nethermind.io/goerli-juno/v0_5",
],
},
},
Expand Down

0 comments on commit b82f639

Please sign in to comment.