We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a2720 commit 299cd2bCopy full SHA for 299cd2b
constants/additionalChainRegistry/chainid-9030.js
@@ -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