mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-08-04 23:45:49 +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,4 +1,4 @@
|
||||
// Copyright 2017-2025 @polkadot/react-components authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/react-components authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import React from 'react';
|
||||
|
||||
@@ -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 { KeyringSectionOption } from '@polkadot/ui-keyring/options/types';
|
||||
import type { KeyringSectionOption } from '@pezkuwi/ui-keyring/options/types';
|
||||
|
||||
import React from 'react';
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
// Copyright 2017-2025 @polkadot/react-components authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/react-components authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { KeyringSectionOption } from '@polkadot/ui-keyring/options/types';
|
||||
import type { KeyringSectionOption } from '@pezkuwi/ui-keyring/options/types';
|
||||
import type { Option } from './types.js';
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import { keyring } from '@polkadot/ui-keyring';
|
||||
import { decodeAddress } from '@polkadot/util-crypto';
|
||||
import { keyring } from '@pezkuwi/ui-keyring';
|
||||
import { decodeAddress } from '@pezkuwi/util-crypto';
|
||||
|
||||
import KeyPair from './KeyPair.js';
|
||||
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
// Copyright 2017-2025 @polkadot/react-components authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/react-components authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { DropdownItemProps } from 'semantic-ui-react';
|
||||
import type { KeyringOption$Type, KeyringOptions, KeyringSectionOption } from '@polkadot/ui-keyring/options/types';
|
||||
import type { KeyringOption$Type, KeyringOptions, KeyringSectionOption } from '@pezkuwi/ui-keyring/options/types';
|
||||
import type { Option } from './types.js';
|
||||
|
||||
import React from 'react';
|
||||
import store from 'store';
|
||||
|
||||
import { withMulti, withObservable } from '@polkadot/react-api/hoc';
|
||||
import { keyring } from '@polkadot/ui-keyring';
|
||||
import { createOptionItem } from '@polkadot/ui-keyring/options/item';
|
||||
import { isNull, isUndefined } from '@polkadot/util';
|
||||
import { isAddress } from '@polkadot/util-crypto';
|
||||
import { withMulti, withObservable } from '@pezkuwi/react-api/hoc';
|
||||
import { keyring } from '@pezkuwi/ui-keyring';
|
||||
import { createOptionItem } from '@pezkuwi/ui-keyring/options/item';
|
||||
import { isNull, isUndefined } from '@pezkuwi/util';
|
||||
import { isAddress } from '@pezkuwi/util-crypto';
|
||||
|
||||
import Dropdown from '../Dropdown.js';
|
||||
import Static from '../Static.js';
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// Copyright 2017-2025 @polkadot/react-components authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/react-components authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type React from 'react';
|
||||
import type { KeyringOption$Type, KeyringSectionOption } from '@polkadot/ui-keyring/options/types';
|
||||
import type { KeyringOption$Type, KeyringSectionOption } from '@pezkuwi/ui-keyring/options/types';
|
||||
|
||||
export interface Option extends KeyringSectionOption {
|
||||
className?: string;
|
||||
|
||||
Reference in New Issue
Block a user