Skip to content

Commit 0ebd220

Browse files
chore(chains): update chains (#2699)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c64102 commit 0ebd220

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

legacy_packages/chains/chains/2730.ts

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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;

0 commit comments

Comments
 (0)