Rebrand: polkadot → pezkuwi internal references fixed

- Fixed internal @polkadot references to @pezkuwi
- Updated hw-ledger and hw-ledger-transports packages
- Updated keyring and networks packages
- Version 14.0.7
This commit is contained in:
2026-01-07 02:34:39 +03:00
parent 782581ecf6
commit a5542fdd87
619 changed files with 1200 additions and 1082 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// Copyright 2017-2025 @polkadot/util-crypto authors & contributors
// Copyright 2017-2025 @pezkuwi/util-crypto authors & contributors
// SPDX-License-Identifier: Apache-2.0
import { isReady, waitReady } from '@pezkuwi/wasm-crypto';
@@ -9,7 +9,7 @@ export function cryptoWaitReady (): Promise<boolean> {
return waitReady()
.then((): boolean => {
if (!isReady()) {
throw new Error('Unable to initialize @polkadot/util-crypto');
throw new Error('Unable to initialize @pezkuwi/util-crypto');
}
return true;