Rebrand: polkadot → pezkuwi

- Updated all package references
- Fixed react-identicon and related packages
- Version 3.16.8
This commit is contained in:
2026-01-07 02:35:24 +03:00
parent 2e00b6e4e4
commit d1cd13072f
140 changed files with 1737 additions and 738 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# @polkadot/ui-settings
# @pezkuwi/ui-settings
Manages app settings including endpoints, themes and prefixes
@@ -7,7 +7,7 @@ Manages app settings including endpoints, themes and prefixes
User preferences are set as a settings object in the browser's local storage.
```js
import settings from '@polkadot/ui-settings';
import settings from '@pezkuwi/ui-settings';
render () {
// get api endpoint for the selected chain
@@ -36,5 +36,5 @@ render () {
Apps that currently use the settings package
* [polkadot-js/apps](https://www.github.com/polkadot-js/apps)
* [pezkuwichain/apps](https://www.github.com/pezkuwichain/apps)
* [paritytech/substrate-light-ui](https://github.com/paritytech/substrate-light-ui)