From 9030f91b18225bb46e5e8a7d6956c8fd04551d87 Mon Sep 17 00:00:00 2001 From: phongho01 Date: Fri, 3 Apr 2026 09:16:16 +0700 Subject: [PATCH] feat: add Xenea Ubusuna Testnet (Chain ID 1096) --- _data/chains/eip155-1096.json | 25 +++++++++++++++++++++++++ _data/icons/xenea.json | 8 ++++++++ 2 files changed, 33 insertions(+) create mode 100644 _data/chains/eip155-1096.json create mode 100644 _data/icons/xenea.json diff --git a/_data/chains/eip155-1096.json b/_data/chains/eip155-1096.json new file mode 100644 index 000000000000..6946e9b5e2de --- /dev/null +++ b/_data/chains/eip155-1096.json @@ -0,0 +1,25 @@ +{ + "name": "Xenea Ubusuna", + "title": "Xenea Ubusuna Testnet", + "chain": "TXENE", + "rpc": ["https://rpc-ubusuna.xeneascan.com"], + "faucets": [], + "nativeCurrency": { + "name": "Xenea Ubusuna Testnet Token", + "symbol": "TXENE", + "decimals": 18 + }, + "infoURL": "https://xenea.io", + "shortName": "Xenea", + "chainId": 1096, + "networkId": 1096, + "icon": "xenea", + "explorers": [ + { + "name": "Xenea Ubusuna Testnet Explorer", + "url": "https://ubusuna.xeneascan.com", + "icon": "xenea", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/xenea.json b/_data/icons/xenea.json new file mode 100644 index 000000000000..85ee26ad8e90 --- /dev/null +++ b/_data/icons/xenea.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreic57mgyash2ydeim3erdf7xjrvajsrmelofbpkfvbo46cp7nlryxq", + "width": 400, + "height": 400, + "format": "jpg" + } +]