forked from cerc-io/cosmos-explorer
fix error
This commit is contained in:
parent
6faf69c6f9
commit
6cccb25964
@ -1,6 +1,6 @@
|
|||||||
import type{ RequestRegistry } from '@/libs/registry'
|
import type{ RequestRegistry } from '@/libs/registry'
|
||||||
import { adapter } from '@/libs/registry'
|
import { adapter } from '@/libs/registry'
|
||||||
import { GovProposal, PaginatedProposals } from '@/types'
|
import type { GovProposal, PaginatedProposals } from '@/types'
|
||||||
// which registry is store
|
// which registry is store
|
||||||
export const store = 'name' // name or version
|
export const store = 'name' // name or version
|
||||||
// Blockchain Name
|
// Blockchain Name
|
||||||
|
Loading…
Reference in New Issue
Block a user