Skip to content

Commit

Permalink
fix: RPC link thaiChain.ts thaiChain chain. (#2292)
Browse files Browse the repository at this point in the history
* Update thaiChain.ts

* Create few-hounds-appear.md

---------

Co-authored-by: jxom <jakemoxey@gmail.com>
  • Loading branch information
nidz-the-fact and jxom committed May 23, 2024
1 parent 36c55da commit 176a9e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/few-hounds-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Fixed `thaiChain` RPC URL.
2 changes: 1 addition & 1 deletion src/chains/definitions/thaiChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const thaiChain = /*#__PURE__*/ defineChain({
nativeCurrency: { name: 'TCH', symbol: 'TCH', decimals: 18 },
rpcUrls: {
default: {
http: ['hhttps://rpc.thaichain.org'],
http: ['https://rpc.thaichain.org'],
},
},
blockExplorers: {
Expand Down

0 comments on commit 176a9e7

Please sign in to comment.