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:
2026-01-07 02:32:54 +03:00
parent fe2cd390f6
commit 1295c36241
4678 changed files with 26389 additions and 63316 deletions
@@ -1,14 +1,14 @@
// Copyright 2017-2025 @polkadot/react-params authors & contributors
// Copyright 2017-2025 @pezkuwi/react-params authors & contributors
// SPDX-License-Identifier: Apache-2.0
import type { Keys, ValidatorId } from '@polkadot/types/interfaces';
import type { Codec } from '@polkadot/types/types';
import type { Keys, ValidatorId } from '@pezkuwi/types/interfaces';
import type { Codec } from '@pezkuwi/types/types';
import React from 'react';
import { CopyButton } from '@polkadot/react-components';
import { Option, Raw } from '@polkadot/types';
import { isFunction, isNull, isUndefined, stringify, u8aToHex } from '@polkadot/util';
import { CopyButton } from '@pezkuwi/react-components';
import { Option, Raw } from '@pezkuwi/types';
import { isFunction, isNull, isUndefined, stringify, u8aToHex } from '@pezkuwi/util';
interface DivProps {
className?: string;