From eca93d23cd6732f85fec175531093da84cf40216 Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Fri, 23 Jun 2023 23:00:42 +0200 Subject: [PATCH] Fix registry type --- components/chainSelect/chainregistry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/chainSelect/chainregistry.ts b/components/chainSelect/chainregistry.ts index 1714f4c..a8f068d 100644 --- a/components/chainSelect/chainregistry.ts +++ b/components/chainSelect/chainregistry.ts @@ -46,7 +46,7 @@ export interface RegistryChainResponse { export interface RegistryAssetDenomUnit { denom: string; exponent: number; - aliases: string[]; + aliases?: string[]; } /**