From 85fac4d13b60cf1604baa55509e569be82dc8616 Mon Sep 17 00:00:00 2001 From: dev-zaid Date: Mon, 3 Nov 2025 14:40:10 +0530 Subject: [PATCH] Add Denergy Mainnet (369369) and Testnet (4442) chains --- _data/chains/eip155-369369.json | 24 ++++++++++++++++++++++++ _data/chains/eip155-4442.json | 24 ++++++++++++++++++++++++ _data/icons/denergy.json | 8 ++++++++ 3 files changed, 56 insertions(+) create mode 100644 _data/chains/eip155-369369.json create mode 100644 _data/chains/eip155-4442.json create mode 100644 _data/icons/denergy.json diff --git a/_data/chains/eip155-369369.json b/_data/chains/eip155-369369.json new file mode 100644 index 000000000000..0b0f0ef202be --- /dev/null +++ b/_data/chains/eip155-369369.json @@ -0,0 +1,24 @@ +{ + "name": "Denergy Network", + "chain": "DEN", + "rpc": ["https://rpc.d.energy/"], + "faucets": [], + "nativeCurrency": { + "name": "WATT", + "symbol": "WATT", + "decimals": 18 + }, + "infoURL": "https://d.energy/", + "shortName": "den-mainnet", + "chainId": 369369, + "networkId": 369369, + "icon": "denergy", + "explorers": [ + { + "name": "Denergy Explorer", + "url": "https://explorer.d.energy", + "icon": "denergy", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-4442.json b/_data/chains/eip155-4442.json new file mode 100644 index 000000000000..db56d9f0c621 --- /dev/null +++ b/_data/chains/eip155-4442.json @@ -0,0 +1,24 @@ +{ + "name": "Denergy Testnet", + "chain": "DEN", + "rpc": ["https://rpc.denergytestnet.com/"], + "faucets": [], + "nativeCurrency": { + "name": "WATT", + "symbol": "WATT", + "decimals": 18 + }, + "infoURL": "https://d.energy/", + "shortName": "den-testnet", + "chainId": 4442, + "networkId": 4442, + "icon": "denergy", + "explorers": [ + { + "name": "Denergy Explorer", + "url": "https://explorer.denergytestnet.com", + "icon": "denergy", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/denergy.json b/_data/icons/denergy.json new file mode 100644 index 000000000000..f19fab47768e --- /dev/null +++ b/_data/icons/denergy.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdZMYDb12zN4ErNoSob7yotqqQBMobCDbhumMY3DV1kG1", + "width": 512, + "height": 503, + "format": "png" + } +]