mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-23 21:01:06 +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,12 +1,12 @@
|
||||
// Copyright 2017-2025 @polkadot/react-hooks authors & contributors
|
||||
// Copyright 2017-2025 @pezkuwi/react-hooks authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { ApiPromise } from '@polkadot/api';
|
||||
import type { BabeGenesisConfiguration } from '@polkadot/types/interfaces/babe';
|
||||
import type { ApiPromise } from '@pezkuwi/api';
|
||||
import type { BabeGenesisConfiguration } from '@pezkuwi/types/interfaces/babe';
|
||||
|
||||
import { useMemo } from 'react';
|
||||
|
||||
import { BN, BN_THOUSAND, BN_TWO, bnMin } from '@polkadot/util';
|
||||
import { BN, BN_THOUSAND, BN_TWO, bnMin } from '@pezkuwi/util';
|
||||
|
||||
import { createNamedHook } from './createNamedHook.js';
|
||||
import { useApi } from './useApi.js';
|
||||
|
||||
Reference in New Issue
Block a user