Skip to content

Commit

Permalink
Add Xone Testnet (#6347)
Browse files Browse the repository at this point in the history
* Add XONE Testnet

* Update Xone Icon

* Update Xone Icon Size

---------

Co-authored-by: SmileL <1057720671@qq,com>
Co-authored-by: ligi <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent 571a062 commit b961776
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-33772211.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Xone Testnet",
"chain": "XOC",
"icon": "xone-test",
"rpc": ["https://rpc-testnet.xone.plus"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Xone Coin",
"symbol": "XOC",
"decimals": 18
},
"infoURL": "https://xone.plus",
"shortName": "txoc",
"chainId": 33772211,
"networkId": 33772211,
"explorers": [
{
"name": "testnet-xscscan",
"url": "https://testnet.xscscan.com",
"icon": "testnet-xscscan",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/testnet-xscscan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmc7tCmpb4ppXkwnbMyXbfy7eEoKAjsjWZ8ajkVXGydmyy",
"width": 1202,
"height": 1202,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/xone-test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmc7tCmpb4ppXkwnbMyXbfy7eEoKAjsjWZ8ajkVXGydmyy",
"width": 1202,
"height": 1202,
"format": "png"
}
]

0 comments on commit b961776

Please sign in to comment.