We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9933219 commit f28503eCopy full SHA for f28503e
.changeset/two-bees-build.md
@@ -0,0 +1,5 @@
1
+---
2
+"viem": patch
3
4
+
5
+Fixed Newton chain rpc url typo
src/chains/definitions/newton.ts
@@ -10,7 +10,7 @@ export const newton = /*#__PURE__*/ defineChain({
10
},
11
rpcUrls: {
12
default: {
13
- http: ['hhttps://global.rpc.mainnet.newtonproject.org'],
+ http: ['https://global.rpc.mainnet.newtonproject.org'],
14
15
16
blockExplorers: {
0 commit comments