From 2a17ee5eb5ee2a90ac901c56dd60bdce4663d3b8 Mon Sep 17 00:00:00 2001 From: Nidz The Fact Date: Fri, 19 Sep 2025 00:19:42 +0700 Subject: [PATCH] Add Somnia Mainnet --- _data/chains/eip155-5031.json | 25 +++++++++++++++++++++++++ _data/icons/somnia.json | 8 ++++++++ 2 files changed, 33 insertions(+) create mode 100644 _data/chains/eip155-5031.json create mode 100644 _data/icons/somnia.json diff --git a/_data/chains/eip155-5031.json b/_data/chains/eip155-5031.json new file mode 100644 index 000000000000..eceba150ed59 --- /dev/null +++ b/_data/chains/eip155-5031.json @@ -0,0 +1,25 @@ +{ + "name": "Somnia Mainnet", + "chain": "Somnia", + "rpc": [ + "https://api.infra.mainnet.somnia.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "Somnia", + "symbol": "SOMI", + "decimals": 18 + }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://somnia.network", + "shortName": "SomniaMainnet", + "chainId": 5031, + "networkId": 5031, + "icon": "somnia", + "explorers": [{ + "name": "somnia", + "url": "https://explorer.somnia.network", + "icon": "somnia", + "standard": "EIP3091" + }] +} \ No newline at end of file diff --git a/_data/icons/somnia.json b/_data/icons/somnia.json new file mode 100644 index 000000000000..7cdf67ca0a78 --- /dev/null +++ b/_data/icons/somnia.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreihtb3qm7dxheqqibfduy5budyphvesjhg4bgiacu242jobb4qkvli", + "width": 500, + "height": 500, + "format": "png" + } +]