From 5773881d951b4ecc867b9eca085665f8e0abf615 Mon Sep 17 00:00:00 2001 From: gabitoesmiapodo <4015436+gabitoesmiapodo@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:31:34 +0000 Subject: [PATCH] Update chains data --- src/data/chains.ts | 235 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 222 insertions(+), 13 deletions(-) diff --git a/src/data/chains.ts b/src/data/chains.ts index 7307eae6103..5db9d04528f 100644 --- a/src/data/chains.ts +++ b/src/data/chains.ts @@ -439,6 +439,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "zkXPLA Mainnet", + infoURL: "https://xpla.io", + chainId: 375, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "zkXPLA", + }, { name: "Lisinski", infoURL: "https://lisinski.online", @@ -923,6 +934,28 @@ const chains = [ }, chain: "ETH", }, + { + name: "Alpha Chain Mainnet", + infoURL: "https://docs.alphatoken.com/AlphaChain/about-alpha-chain", + chainId: 3111, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "Alpha Chain", + }, + { + name: "Edge", + infoURL: "https://www.edgex.exchange", + chainId: 3343, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "Astar zkEVM", infoURL: "https://astar.network", @@ -967,6 +1000,28 @@ const chains = [ }, chain: "Muster", }, + { + name: "RISE", + infoURL: "https://risechain.com", + chainId: 4153, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, + { + name: "MegaETH Mainnet", + infoURL: "https://megaeth.com", + chainId: 4326, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "OEV Network", infoURL: "https://api3.org/oev/", @@ -1011,17 +1066,6 @@ const chains = [ }, chain: "Ham", }, - { - name: "Seismic devnet", - infoURL: "https://seismic.systems", - chainId: 5124, - nativeCurrency: { - name: "Seismic Ether", - symbol: "ETH", - decimals: 18, - }, - chain: "Seismic", - }, { name: "Superseed", infoURL: "https://www.superseed.xyz", @@ -1297,6 +1341,17 @@ const chains = [ }, chain: "Everclear Mainnet", }, + { + name: "Horizen Mainnet", + infoURL: "https://horizen.hub.caldera.xyz", + chainId: 26514, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "horizen", + }, { name: "Vizing Mainnet", infoURL: "https://vizing.com", @@ -1308,6 +1363,17 @@ const chains = [ }, chain: "Vizing Mainnet", }, + { + name: "Ethiq", + infoURL: "https://www.ethiq.network", + chainId: 30303, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "Ethersocial Network", infoURL: "https://ethersocial.org", @@ -1407,6 +1473,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Billions", + infoURL: "https://billions.network", + chainId: 45056, + nativeCurrency: { + name: "ETHER", + symbol: "ETH", + decimals: 18, + }, + chain: "Billions", + }, { name: "Blessnet", infoURL: "https://blessnet.io", @@ -1451,6 +1528,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Memento Mainnet", + infoURL: "", + chainId: 51888, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "Memento", + }, { name: "BirdLayer", infoURL: "https://www.dodochain.com", @@ -1627,6 +1715,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Codex", + infoURL: "https://www.codex.xyz/", + chainId: 81224, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "Blast", infoURL: "https://blast.io/", @@ -1638,6 +1737,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Cycle Network Mainnet Frigate", + infoURL: "https://www.cyclenetwork.io/", + chainId: 88688, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "Nautilus Trition Chain", infoURL: "https://docs.nautchain.xyz", @@ -1682,6 +1792,39 @@ const chains = [ }, chain: "ETH", }, + { + name: "Doma", + infoURL: "https://doma.xyz", + chainId: 97477, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, + { + name: "Nillion Network", + infoURL: "https://nillion.com/", + chainId: 98875, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, + { + name: "Sova", + infoURL: "https://sova.io", + chainId: 100021, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "re.al", infoURL: "https://re.al", @@ -1693,6 +1836,17 @@ const chains = [ }, chain: "re.al", }, + { + name: "Ethernova Mainnet", + infoURL: "https://ethnova.net", + chainId: 121525, + nativeCurrency: { + name: "Ethernova", + symbol: "NOVA", + decimals: 18, + }, + chain: "NOVA", + }, { name: "Eventum Mainnet", infoURL: "https://evedex.com", @@ -1716,9 +1870,20 @@ const chains = [ chain: "ETH", }, { - name: "Taiko Hekla", + name: "Taiko Hoodi", infoURL: "https://taiko.xyz", - chainId: 167009, + chainId: 167013, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, + { + name: "HPP Mainnet", + infoURL: "https://www.hpp.io", + chainId: 190415, nativeCurrency: { name: "Ether", symbol: "ETH", @@ -1826,6 +1991,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Silent Data Mainnet", + infoURL: "https://www.silentdata.com", + chainId: 380929, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "Silent Data", + }, { name: "Infinaeon", infoURL: "hhttps://rpc.infinaeon.com", @@ -1903,6 +2079,17 @@ const chains = [ }, chain: "Zether", }, + { + name: "bokuto", + infoURL: "https://katana.network", + chainId: 737373, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "bokuto", + }, { name: "katana", infoURL: "https://katana.network", @@ -1925,6 +2112,17 @@ const chains = [ }, chain: "ETH", }, + { + name: "Testethiq", + infoURL: "https://www.ethiq.network", + chainId: 853211, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "Owshen Mainnet", infoURL: "https://owshen.io", @@ -2013,6 +2211,17 @@ const chains = [ }, chain: "WCal", }, + { + name: "Jovay Mainnet", + infoURL: "https://jovay.io", + chainId: 5734951, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ETH", + }, { name: "Astar zKyoto", infoURL: "https://astar.network",