Skip to content

Commit 299cd2b

Browse files
authored
feat:qubetics chain add (#1756)
1 parent d8a2720 commit 299cd2b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
export const data = {
2+
"name": "Qubetics Mainnet",
3+
"chain": "QUBETICS",
4+
"rpc": [
5+
"https://rpc.qubetics.com",
6+
],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "TICS",
10+
"symbol": "TICS",
11+
"decimals": 18
12+
},
13+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
14+
"infoURL": "https://www.qubetics.com",
15+
"shortName": "TICS",
16+
"chainId": 9030,
17+
"networkId": 9030,
18+
"icon": "TICS",
19+
"explorers": [{
20+
"name": "QUBETICS mainnet explorer",
21+
"url": "https://ticsscan.com",
22+
}]
23+
};
24+

0 commit comments

Comments
 (0)