mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-21 23:37:57 +00:00
fix: remove unnecessary type assertions and fix key ordering in index.ts
This commit is contained in:
@@ -6,4 +6,4 @@ import type { OverrideBundleDefinition } from '@pezkuwi/types/types';
|
||||
import { typesBundleForPezkuwi } from '@crustio/type-definitions';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
||||
export default (typesBundleForPezkuwi as Record<string, Record<string, unknown>>).spec.crust as unknown as OverrideBundleDefinition;
|
||||
export default (typesBundleForPezkuwi as Record<string, Record<string, unknown>>).spec.crust as OverrideBundleDefinition;
|
||||
|
||||
@@ -296,8 +296,8 @@ const spec: Record<string, OverrideBundleDefinition> = {
|
||||
spanner,
|
||||
stafi,
|
||||
standard,
|
||||
steam: eave,
|
||||
'bizinikiwi-contracts-node': bizinikiwiContractsNode,
|
||||
steam: eave,
|
||||
subdao,
|
||||
subgame,
|
||||
subsocial: subsocial as OverrideBundleDefinition,
|
||||
|
||||
@@ -6,4 +6,4 @@ import type { OverrideBundleDefinition } from '@pezkuwi/types/types';
|
||||
import { typesBundleForPezkuwi } from '@laminar/type-definitions';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
||||
export default (typesBundleForPezkuwi as Record<string, Record<string, unknown>>).spec.laminar as unknown as OverrideBundleDefinition;
|
||||
export default (typesBundleForPezkuwi as Record<string, Record<string, unknown>>).spec.laminar as OverrideBundleDefinition;
|
||||
|
||||
Reference in New Issue
Block a user