From 1a200b03ea16db9c8e986c344640df389ca2b79c Mon Sep 17 00:00:00 2001 From: Shumon Shahriar Date: Sun, 29 Mar 2026 03:31:33 +0600 Subject: [PATCH 1/3] feat: add Oxin Testnet and icon --- _data/chains/eip155-4456.json | 34 ++++++++++++++++++++++++++++++++++ _data/icons/oxin-testnet.json | 8 ++++++++ 2 files changed, 42 insertions(+) create mode 100644 _data/chains/eip155-4456.json create mode 100644 _data/icons/oxin-testnet.json diff --git a/_data/chains/eip155-4456.json b/_data/chains/eip155-4456.json new file mode 100644 index 000000000000..4415d6ffa66a --- /dev/null +++ b/_data/chains/eip155-4456.json @@ -0,0 +1,34 @@ +{ + "name": "Oxin Testnet", + "status": "active", + "chain": "OXIN", + "icon": "oxin-testnet", + "rpc": [ + "https://testnet-rpc.oxinchain.io", + "https://testnet-rpc1.oxinchain.io", + "https://testnet-rpc2.oxinchain.io", + "https://testnet-rpc3.oxinchain.io", + "https://testnet-rpc4.oxinchain.io", + "https://testnet-rpc5.oxinchain.io" + ], + "faucets": [ + "https://faucet.oxinchain.io" + ], + "nativeCurrency": { + "name": "Oxin Coin", + "symbol": "OXIN", + "decimals": 18 + }, + "infoURL": "https://oxinchain.io", + "shortName": "oxin-testnet", + "chainId": 4456, + "networkId": 4456, + "slip44": 1, + "explorers": [ + { + "name": "OxinScan", + "url": "https://testnet-scan.oxinchain.io", + "standard": "EIP3091" + } + ] +} \ No newline at end of file diff --git a/_data/icons/oxin-testnet.json b/_data/icons/oxin-testnet.json new file mode 100644 index 000000000000..bb5bd38a40ea --- /dev/null +++ b/_data/icons/oxin-testnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreibppuijktkbw75jrng6w5xbrvvh6w5ppd4msriiruibmpk25pndmi", + "width": 1500, + "height": 1500, + "format": "png" + } +] \ No newline at end of file From 3c6d0383be3e909b68a04c4315cdb5a1e217c7ab Mon Sep 17 00:00:00 2001 From: Oxin Chain Date: Tue, 31 Mar 2026 03:06:28 +0600 Subject: [PATCH 2/3] Update eip155-4456.json --- _data/chains/eip155-4456.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-4456.json b/_data/chains/eip155-4456.json index 4415d6ffa66a..6bf4a2480ab3 100644 --- a/_data/chains/eip155-4456.json +++ b/_data/chains/eip155-4456.json @@ -11,9 +11,7 @@ "https://testnet-rpc4.oxinchain.io", "https://testnet-rpc5.oxinchain.io" ], - "faucets": [ - "https://faucet.oxinchain.io" - ], + "faucets": ["https://faucet.oxinchain.io"], "nativeCurrency": { "name": "Oxin Coin", "symbol": "OXIN", @@ -31,4 +29,4 @@ "standard": "EIP3091" } ] -} \ No newline at end of file +} From a553d552eb969ee64c1bf7d4bcd87c9d67415ec9 Mon Sep 17 00:00:00 2001 From: Oxin Chain Date: Tue, 31 Mar 2026 03:07:12 +0600 Subject: [PATCH 3/3] Update oxin-testnet.json --- _data/icons/oxin-testnet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/icons/oxin-testnet.json b/_data/icons/oxin-testnet.json index bb5bd38a40ea..c6b82629251b 100644 --- a/_data/icons/oxin-testnet.json +++ b/_data/icons/oxin-testnet.json @@ -5,4 +5,4 @@ "height": 1500, "format": "png" } -] \ No newline at end of file +]