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

Commit

Permalink
chore: update Base RPC (#460)
Browse files Browse the repository at this point in the history
* Update Base RPC

* Create stale-zebras-provide.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
wilsoncusack and jxom authored Aug 9, 2023
1 parent 7797238 commit 9737f24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-zebras-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/chains": patch
---

Updated Base RPC URL.
4 changes: 2 additions & 2 deletions packages/chains/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export const base = {
nativeCurrency: { name: 'Base', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://developer-access-mainnet.base.org'],
http: ['https://mainnet.base.org'],
},
public: {
http: ['https://developer-access-mainnet.base.org'],
http: ['https://mainnet.base.org'],
},
},
blockExplorers: {
Expand Down

0 comments on commit 9737f24

Please sign in to comment.