From d1c9bfddfec3f8e4ab5b7c42169aa2af566d0cd5 Mon Sep 17 00:00:00 2001 From: emidev98 Date: Wed, 28 Feb 2024 10:52:16 +0200 Subject: [PATCH] feat: define bwhale pricekey --- const/chains.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/const/chains.ts b/const/chains.ts index 3226c17..f805236 100644 --- a/const/chains.ts +++ b/const/chains.ts @@ -105,7 +105,7 @@ export const SUPPORTED_CHAINS: { [key: string]: Chain } = { }, "ibc/517E13F14A1245D4DE8CF467ADD4DA0058974CDCC880FA6AE536DBCA1D16D84E": { name: "bWhale", - priceKey: "ibc/517E13F14A1245D4DE8CF467ADD4DA0058974CDCC880FA6AE536DBCA1D16D84E", + priceKey: "BWHALE", icon: "https://raw.githubusercontent.com/terra-money/station-assets/main/img/coins/bWHALE.png", }, },