From 6cccb259647ac76ba6072e59e18bfc2ecc118621 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Mon, 25 Dec 2023 09:27:52 +0800 Subject: [PATCH] fix error --- src/libs/clients/evmos.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/clients/evmos.ts b/src/libs/clients/evmos.ts index 72e35248..09229b98 100644 --- a/src/libs/clients/evmos.ts +++ b/src/libs/clients/evmos.ts @@ -1,6 +1,6 @@ import type{ RequestRegistry } from '@/libs/registry' import { adapter } from '@/libs/registry' -import { GovProposal, PaginatedProposals } from '@/types' +import type { GovProposal, PaginatedProposals } from '@/types' // which registry is store export const store = 'name' // name or version // Blockchain Name