diff --git a/src/data/chains.ts b/src/data/chains.ts index 7307eae6103..d47de0cb88a 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,17 @@ const chains = [ }, chain: "Muster", }, + { + 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/", @@ -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", @@ -1451,6 +1506,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 +1693,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 +1715,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 +1770,28 @@ const chains = [ }, chain: "ETH", }, + { + name: "Doma", + infoURL: "https://doma.xyz", + chainId: 97477, + 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", @@ -1716,9 +1826,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 +1947,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", @@ -2013,6 +2145,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",