Skip to content

Commit

Permalink
feat: update AstarZkEVM rpc url (#2759)
Browse files Browse the repository at this point in the history
* chore: update rpc url

* Create breezy-bugs-occur.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
codespool and jxom authored Sep 23, 2024
1 parent b70fc5e commit 8196792
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/breezy-bugs-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

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

0 comments on commit 8196792

Please sign in to comment.