Skip to content

Commit 27f7f87

Browse files
authored
add: xo chain testnet (chainId 1000101) (#2185)
1 parent 19fe35b commit 27f7f87

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
export const data = {
2+
"name": "XO Chain Testnet",
3+
"chain": "XO",
4+
"rpc": [
5+
"https://testnet-rpc-1.xo.market"
6+
],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "XO Token",
10+
"symbol": "XO",
11+
"decimals": 18
12+
},
13+
"infoURL": "https://xo.market",
14+
"shortName": "xo",
15+
"chainId": 1000101,
16+
"networkId": 1000101,
17+
"icon": "xo",
18+
"explorers": [
19+
{
20+
"name": "xo explorer",
21+
"url": "https://explorer-testnet.xo.market",
22+
"icon": "xo",
23+
"standard": "EIP3091"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)