From d9d382656f26912528ebf4f3b2ad82f56f959d5b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 5 Jun 2026 18:16:52 +0000 Subject: [PATCH] Update chains data --- src/data/chains.ts | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/src/data/chains.ts b/src/data/chains.ts index f487f5ee2b8..f89361083f8 100644 --- a/src/data/chains.ts +++ b/src/data/chains.ts @@ -1187,6 +1187,17 @@ const chains = [ }, chain: "Polynomial", }, + { + name: "ACME Mainnet Stealth", + infoURL: "", + chainId: 8224, + nativeCurrency: { + name: "Ether", + symbol: "ETH", + decimals: 18, + }, + chain: "ASM", + }, { name: "B3", infoURL: "https://b3.fun", @@ -1671,17 +1682,6 @@ const chains = [ }, chain: "ETH", }, - { - name: "Condrieu", - infoURL: "https://condrieu.ethdevops.io", - chainId: 69420, - nativeCurrency: { - name: "Condrieu Testnet Ether", - symbol: "CTE", - decimals: 18, - }, - chain: "ETH", - }, { name: "Proof of Play - Apex", infoURL: "https://proofofplay.com", @@ -2332,6 +2332,17 @@ const chains = [ }, chain: "ILT", }, + { + name: "Crynux on Base", + infoURL: "https://crynux.io", + chainId: 18896214, + nativeCurrency: { + name: "Crynux", + symbol: "CNX", + decimals: 18, + }, + chain: "ETH", + }, { name: "DBK Chain", infoURL: "https://docs.dbkchain.io",