From 10e129baad316a5835a4db9fb44d02cc4a16315e Mon Sep 17 00:00:00 2001 From: HeesungB Date: Mon, 12 Dec 2022 22:58:47 +0900 Subject: [PATCH] [WIP] Error fix --- config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ts b/config.ts index d95ce0f..2b5e5b8 100644 --- a/config.ts +++ b/config.ts @@ -1,6 +1,6 @@ -import { AccountInfo } from "./types"; +import { ChainItemType } from "./types"; -export const AccountInfos: AccountInfo[] = [ +export const AccountInfos: ChainItemType[] = [ { prefix: "cosmos", address: "cosmos14ky6udatsvdx859050mrnr7rvml0huue2wszvs",