Skip to content

Commit f28503e

Browse files
authored
fix: newton chain rpc url typo (#3567)
1 parent 9933219 commit f28503e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/two-bees-build.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Fixed Newton chain rpc url typo

src/chains/definitions/newton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const newton = /*#__PURE__*/ defineChain({
1010
},
1111
rpcUrls: {
1212
default: {
13-
http: ['hhttps://global.rpc.mainnet.newtonproject.org'],
13+
http: ['https://global.rpc.mainnet.newtonproject.org'],
1414
},
1515
},
1616
blockExplorers: {

0 commit comments

Comments
 (0)