File tree Expand file tree Collapse file tree 2 files changed +52
-1
lines changed Expand file tree Collapse file tree 2 files changed +52
-1
lines changed Original file line number Diff line number Diff line change
1
+ import type { Chain } from "../src/types" ;
2
+ export default {
3
+ "chain" : "XR Sepolia" ,
4
+ "chainId" : 2730 ,
5
+ "explorers" : [
6
+ {
7
+ "name" : "blockscout" ,
8
+ "url" : "https://xr-sepolia-testnet.explorer.caldera.xyz/" ,
9
+ "standard" : "EIP3091" ,
10
+ "icon" : {
11
+ "url" : "ipfs://QmRdBsZF2sgWitedT5qAtBZwrYwY1xecHN9u5fgddqA1eL/xr-sepolia.png" ,
12
+ "width" : 300 ,
13
+ "height" : 300 ,
14
+ "format" : "png"
15
+ }
16
+ }
17
+ ] ,
18
+ "faucets" : [ ] ,
19
+ "features" : [ ] ,
20
+ "icon" : {
21
+ "url" : "ipfs://QmRdBsZF2sgWitedT5qAtBZwrYwY1xecHN9u5fgddqA1eL/xr-sepolia.png" ,
22
+ "width" : 300 ,
23
+ "height" : 300 ,
24
+ "format" : "png"
25
+ } ,
26
+ "infoURL" : "https://xr-one.gitbook.io" ,
27
+ "name" : "XR Sepolia" ,
28
+ "nativeCurrency" : {
29
+ "name" : "tXR" ,
30
+ "symbol" : "tXR" ,
31
+ "decimals" : 18
32
+ } ,
33
+ "networkId" : 2730 ,
34
+ "parent" : {
35
+ "type" : "L2" ,
36
+ "chain" : "eip155-421614" ,
37
+ "bridges" : [ ]
38
+ } ,
39
+ "redFlags" : [ ] ,
40
+ "rpc" : [
41
+ "https://2730.rpc.thirdweb.com/${THIRDWEB_API_KEY}" ,
42
+ "https://xr-sepolia-testnet.rpc.caldera.xyz/http"
43
+ ] ,
44
+ "shortName" : "xr-sepolia" ,
45
+ "slug" : "xr-sepolia" ,
46
+ "testnet" : true
47
+ } as const satisfies Chain ;
You can’t perform that action at this time.
0 commit comments