File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " viem " : patch
3
+ ---
4
+
5
+ Added XR Sepolia chain
Original file line number Diff line number Diff line change
1
+ import { defineChain } from '../../utils/chain/defineChain.js'
2
+
3
+ export const xrSepolia = /*#__PURE__*/ defineChain ( {
4
+ id : 2730 ,
5
+ name : 'XR Sepolia' ,
6
+ nativeCurrency : {
7
+ decimals : 18 ,
8
+ name : 'tXR' ,
9
+ symbol : 'tXR' ,
10
+ } ,
11
+ rpcUrls : {
12
+ default : { http : [ 'https://xr-sepolia-testnet.rpc.caldera.xyz/http' ] } ,
13
+ } ,
14
+ blockExplorers : {
15
+ default : {
16
+ name : 'Blockscout' ,
17
+ url : 'https://xr-sepolia-testnet.explorer.caldera.xyz' ,
18
+ } ,
19
+ } ,
20
+ testnet : true ,
21
+ } )
Original file line number Diff line number Diff line change @@ -284,6 +284,7 @@ export { xai } from './definitions/xai.js'
284
284
export { xaiTestnet } from './definitions/xaiTestnet.js'
285
285
export { xdc } from './definitions/xdc.js'
286
286
export { xdcTestnet } from './definitions/xdcTestnet.js'
287
+ export { xrSepolia } from './definitions/xrSepolia.js'
287
288
export { yooldoVerse } from './definitions/yooldoVerse.js'
288
289
export { yooldoVerseTestnet } from './definitions/yooldoVerseTestnet.js'
289
290
export { zetachain } from './definitions/zetachain.js'
You can’t perform that action at this time.
0 commit comments