@@ -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