From f6f02e9c72f7dd083ba06ff5dcaedc59650202d3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 29 May 2026 18:44:46 +0000 Subject: [PATCH] Update chains data --- src/data/chains.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/data/chains.ts b/src/data/chains.ts index f487f5ee2b8..220f1d4d3c6 100644 --- a/src/data/chains.ts +++ b/src/data/chains.ts @@ -1671,17 +1671,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 +2321,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",