Skip to content

Commit

Permalink
fix: up creditcoin3 testnet rpcUrls (#3261)
Browse files Browse the repository at this point in the history
* Remove unnecessary double quote in creditcoin3 testnet rpcUrls

* Update quiet-carpets-raise.md

---------

Co-authored-by: jxom <7336481+jxom@users.noreply.github.com>
  • Loading branch information
fe-dudu and jxom authored Jan 23, 2025
1 parent 2f63f9a commit 00350de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quiet-carpets-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated creditcoin3 testnet rpcUrls
2 changes: 1 addition & 1 deletion src/chains/definitions/creditCoin3Testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const creditCoin3Testnet = /*#__PURE__*/ defineChain({
rpcUrls: {
default: {
http: ['https://rpc.cc3-testnet.creditcoin.network'],
webSocket: ['wss://rpc.cc3-testnet.creditcoin.network"'],
webSocket: ['wss://rpc.cc3-testnet.creditcoin.network'],
},
},
blockExplorers: {
Expand Down

0 comments on commit 00350de

Please sign in to comment.