mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-07-16 16:25:42 +00:00
Rebrand: polkadot → pezkuwi build fixes
- Fixed TypeScript type assertion issues - Updated imports from api-augment/substrate to api-augment/bizinikiwi - Fixed imgConvert.mjs header and imports - Added @ts-expect-error for runtime-converted types - Fixed all @polkadot copyright headers to @pezkuwi
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Copyright 2017-2025 @polkadot/react-components authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/react-components authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { DefinitionCallNamed } from '@polkadot/types/types';
|
||||
import type { DefinitionCallNamed } from '@pezkuwi/types/types';
|
||||
import type { DropdownOptions } from '../../util/types.js';
|
||||
|
||||
export default function createOptions (runtime: Record<string, Record<string, DefinitionCallNamed>>): DropdownOptions {
|
||||
|
||||
Reference in New Issue
Block a user