Skip to content
This repository was archived by the owner on Apr 26, 2026. It is now read-only.

Commit d32242b

Browse files
nimrod-teichclaude
andcommitted
feat(chains): add chain icons for new chains
Add icons for XLM, XLMT, Sonic, Union, BTC testnet, BCH, Avalanche testnet, and sync missing entries from jsinfo-ui (polygona, bnb, bera, hyperliquid). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d887a3f commit d32242b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/lib/icons/data/chain-icons.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,20 @@ export const chainDictionary: { [key: string]: ChainInfo } = {
173173
secret2t: { name: "Secret Testnet", icon: "/icons/secret.png" },
174174
hedera: { name: "Hedera", icon: "/icons/hedera.svg" },
175175
hederat: { name: "Hedera Testnet", icon: "/icons/hedera.svg" },
176+
polygona: { name: "Polygon", icon: "/icons/polygon-pos.svg" },
177+
bnb: { name: "BNB Chain", icon: "/icons/binance-smart-chain.svg" },
178+
bnt: { name: "BNB Chain Testnet", icon: "/icons/binance-smart-chain.svg" },
179+
bera: { name: "Berachain", icon: "/icons/berachain-icon.webp" },
180+
berat: { name: "Berachain Testnet", icon: "/icons/berachain-icon.webp" },
181+
hyperliquid: { name: "Hyperliquid", icon: "/icons/HL-green.svg" },
182+
hyperliquidt: { name: "Hyperliquid Testnet", icon: "/icons/HL-green.svg" },
183+
xlm: { name: "Stellar", icon: "/icons/stellar.svg" },
184+
xlmt: { name: "Stellar Testnet", icon: "/icons/stellar.svg" },
185+
sonic: { name: "Sonic", icon: "/icons/sonic.svg" },
186+
union: { name: "Union", icon: "/icons/union.svg" },
187+
uniont: { name: "Union Testnet", icon: "/icons/union.svg" },
188+
btct: { name: "Bitcoin Testnet", icon: "/icons/bitcoin.svg" },
189+
bch: { name: "Bitcoin Cash", icon: "/icons/bitcoincash.svg" },
190+
bcht: { name: "Bitcoin Cash Testnet", icon: "/icons/bitcoincash.svg" },
191+
avaxt: { name: "Avalanche Testnet", icon: "/icons/avalanche.svg" },
176192
};

0 commit comments

Comments
 (0)