Skip to content

Commit

Permalink
Add Xphere testnet (#6113)
Browse files Browse the repository at this point in the history
* Add Xphere testnet

* Add Xphere icon

* modify eip155-1998991.json

* modify eip155-1998991.json, xphere.json

---------

Co-authored-by: slabs_hw <[email protected]>
Co-authored-by: ligi <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2024
1 parent 385c6c7 commit 32fcad3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _data/chains/eip155-1998991.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Xphere Testnet",
"chain": "Xphere Testnet",
"icon": "xphere",
"rpc": ["http://testnet.x-phere.com"],
"features": [
{
"name": "EIP1559"
}
],
"faucets": [],
"nativeCurrency": {
"name": "Xphere Testnet",
"symbol": "XPT",
"decimals": 18
},
"infoURL": "https://x-phere.com/",
"shortName": "xp-test",
"chainId": 1998991,
"networkId": 1998991,
"explorers": []
}
8 changes: 8 additions & 0 deletions _data/icons/xphere.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmfUV9PqF7JxuUAYaBHh6YJ2ChCdDVobTwDibxQuPMUmPq",
"width": 144,
"height": 144,
"format": "png"
}
]

0 comments on commit 32fcad3

Please sign in to comment.