Skip to content

Commit

Permalink
chore: update XR1 chain details (#3309)
Browse files Browse the repository at this point in the history
* patch: edit xr1 details to be corrected (#3)

* use websocket wording not ws

* wording to use websocket
  • Loading branch information
RealWooblay authored Feb 6, 2025
1 parent b9b5e67 commit b354ba4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-buckets-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Edit xrOne chain details.
11 changes: 7 additions & 4 deletions src/chains/definitions/xrOne.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ export const xrOne = /*#__PURE__*/ defineChain({
name: 'XR One',
nativeCurrency: {
decimals: 18,
name: 'XR',
symbol: 'XR',
name: 'XR1',
symbol: 'XR1',
},
rpcUrls: {
default: { http: ['https://xr-one.calderachain.xyz/http'] },
default: {
http: ['https://xr1.calderachain.xyz/http'],
webSocket: ['wss://xr1.calderachain.xyz/ws'],
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://xr-one.calderaexplorer.xyz',
url: 'https://xr1.calderaexplorer.xyz',
},
},
testnet: false,
Expand Down

0 comments on commit b354ba4

Please sign in to comment.