Skip to content

Commit

Permalink
chore: update Conflux eSpace RPC URL (#2419)
Browse files Browse the repository at this point in the history
* chore: update Conflux eSpace RPC URL

* Update gentle-tigers-sit.md

---------

Co-authored-by: jxom <[email protected]>
  • Loading branch information
iosh and jxom authored Jun 17, 2024
1 parent 6c36745 commit ec831b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/gentle-tigers-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Updated Conflux eSpace RPC URL
4 changes: 2 additions & 2 deletions src/chains/definitions/confluxESpace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export const confluxESpace = /*#__PURE__*/ defineChain({
nativeCurrency: { name: 'Conflux', symbol: 'CFX', decimals: 18 },
rpcUrls: {
default: {
http: ['https://evm.confluxrpc.org'],
webSocket: ['wss://evm.confluxrpc.org/ws'],
http: ['https://evm.confluxrpc.com'],
webSocket: ['wss://evm.confluxrpc.com/ws'],
},
},
blockExplorers: {
Expand Down
4 changes: 2 additions & 2 deletions src/chains/definitions/confluxESpaceTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export const confluxESpaceTestnet = /*#__PURE__*/ defineChain({
nativeCurrency: { name: 'Conflux', symbol: 'CFX', decimals: 18 },
rpcUrls: {
default: {
http: ['https://evmtestnet.confluxrpc.org'],
webSocket: ['wss://evmtestnet.confluxrpc.org/ws'],
http: ['https://evmtestnet.confluxrpc.com'],
webSocket: ['wss://evmtestnet.confluxrpc.com/ws'],
},
},
blockExplorers: {
Expand Down

0 comments on commit ec831b5

Please sign in to comment.