Skip to content

Commit

Permalink
chore: update rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
codespool committed Sep 23, 2024
1 parent 5e1a13d commit 72db94c
Showing 1 changed file with 1 addition and 1 deletion.
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 72db94c

Please sign in to comment.