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[]; } /**