Skip to content

Commit

Permalink
fix: Donatuz rpc url (#3350)
Browse files Browse the repository at this point in the history
* fix: Donatuz rpc url

* Update .changeset/short-tools-complain.md

---------

Co-authored-by: awkweb <[email protected]>
  • Loading branch information
tomiir and tmm authored Feb 14, 2025
1 parent 66e5f6a commit a2368df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/short-tools-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Fixed Donatuz network RPC URL
2 changes: 1 addition & 1 deletion src/chains/definitions/donatuz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const donatuz = /*#__PURE__*/ defineChain({
symbol: 'ETH',
},
rpcUrls: {
default: { http: ['ttps://rpc.donatuz.com'] },
default: { http: ['https://rpc.donatuz.com'] },
},
blockExplorers: {
default: {
Expand Down

0 comments on commit a2368df

Please sign in to comment.