Skip to content

Commit 2bf07f3

Browse files
mangosago99ligi
andauthored
Update Xone Testnet info and Add Xone Mainnet info (#6830)
* Update Xone Testnet RPC information * Update Xone Testnet info and Add Xone Mainnet info * Fix validation format issue --------- Co-authored-by: ligi <[email protected]>
1 parent 1e5ad03 commit 2bf07f3

File tree

6 files changed

+49
-8
lines changed

6 files changed

+49
-8
lines changed

_data/chains/eip155-33772211.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"https://rpc-testnet.knight.center"
99
],
1010
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
11-
"faucets": ["https://faucet.xone.plus/"],
11+
"faucets": ["https://faucet.xone.org/"],
1212
"nativeCurrency": {
1313
"name": "Xone Coin",
1414
"symbol": "XOC",
1515
"decimals": 18
1616
},
17-
"infoURL": "https://xone.plus",
17+
"infoURL": "https://xone.org",
1818
"shortName": "txoc",
1919
"chainId": 33772211,
2020
"networkId": 33772211,

_data/chains/eip155-3721.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Xone Mainnet",
3+
"chain": "XOC",
4+
"icon": "Xonechain",
5+
"rpc": ["https://rpc.xone.org"],
6+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
7+
"faucets": ["https://faucet.xone.org/"],
8+
"nativeCurrency": {
9+
"name": "Xone Coin",
10+
"symbol": "XOC",
11+
"decimals": 18
12+
},
13+
"infoURL": "https://xone.org",
14+
"shortName": "XOC",
15+
"chainId": 3721,
16+
"networkId": 3721,
17+
"explorers": [
18+
{
19+
"name": "Xonescan",
20+
"url": "https://xscscan.com",
21+
"icon": "Xonescan",
22+
"standard": "EIP3091"
23+
}
24+
]
25+
}

_data/icons/Xonechain.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmPNHZF8nDdh1tyipragMbfmJLkc7sVWpWkBkTN7ydAqA5",
4+
"width": 800,
5+
"height": 800,
6+
"format": "png"
7+
}
8+
]

_data/icons/Xonescan.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmPNHZF8nDdh1tyipragMbfmJLkc7sVWpWkBkTN7ydAqA5",
4+
"width": 800,
5+
"height": 800,
6+
"format": "png"
7+
}
8+
]

_data/icons/testnet-xscscan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"url": "ipfs://Qmc7tCmpb4ppXkwnbMyXbfy7eEoKAjsjWZ8ajkVXGydmyy",
4-
"width": 1202,
5-
"height": 1202,
3+
"url": "ipfs://QmPNHZF8nDdh1tyipragMbfmJLkc7sVWpWkBkTN7ydAqA5",
4+
"width": 800,
5+
"height": 800,
66
"format": "png"
77
}
88
]

_data/icons/xone-test.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"url": "ipfs://Qmc7tCmpb4ppXkwnbMyXbfy7eEoKAjsjWZ8ajkVXGydmyy",
4-
"width": 1202,
5-
"height": 1202,
3+
"url": "ipfs://QmPNHZF8nDdh1tyipragMbfmJLkc7sVWpWkBkTN7ydAqA5",
4+
"width": 800,
5+
"height": 800,
66
"format": "png"
77
}
88
]

0 commit comments

Comments
 (0)