From 52f27e616da1acf7e51bfd4482c2eaf98d19d1c4 Mon Sep 17 00:00:00 2001 From: Michael Merz Date: Sat, 27 Apr 2024 11:50:46 -0400 Subject: [PATCH] fix:xion testnet chain icon --- chains/testnet/xion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/testnet/xion.js b/chains/testnet/xion.js index 4370978f..48f5eb82 100644 --- a/chains/testnet/xion.js +++ b/chains/testnet/xion.js @@ -7,7 +7,7 @@ module.exports = { coinType: '118', baseAsset: 'uxion', name: 'XION', - icon: process.env.CF_PAGES_URL + '/img/chains/Juno.svg', + icon: process.env.CF_PAGES_URL + '/img/coins/XION.png', explorer: { address: 'https://explorer.burnt.com/xion-testnet-1/account/{}', tx: 'https://explorer.burnt.com/xion-testnet-1/transaction/{}',