From 32fcad30af7c43fad0b71ff01f686e1c56576a66 Mon Sep 17 00:00:00 2001 From: slabs-eric Date: Thu, 31 Oct 2024 18:45:12 +0900 Subject: [PATCH] Add Xphere testnet (#6113) * Add Xphere testnet * Add Xphere icon * modify eip155-1998991.json * modify eip155-1998991.json, xphere.json --------- Co-authored-by: slabs_hw Co-authored-by: ligi --- _data/chains/eip155-1998991.json | 22 ++++++++++++++++++++++ _data/icons/xphere.json | 8 ++++++++ 2 files changed, 30 insertions(+) create mode 100644 _data/chains/eip155-1998991.json create mode 100644 _data/icons/xphere.json diff --git a/_data/chains/eip155-1998991.json b/_data/chains/eip155-1998991.json new file mode 100644 index 000000000000..8aa96e3cd8a8 --- /dev/null +++ b/_data/chains/eip155-1998991.json @@ -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": [] +} diff --git a/_data/icons/xphere.json b/_data/icons/xphere.json new file mode 100644 index 000000000000..683e62067cfa --- /dev/null +++ b/_data/icons/xphere.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmfUV9PqF7JxuUAYaBHh6YJ2ChCdDVobTwDibxQuPMUmPq", + "width": 144, + "height": 144, + "format": "png" + } +]