fix: update URLs, logos, and package versions

- Fix GitHub URLs from pezkuwi-js/apps to pezkuwichain/pezkuwi-apps
- Fix wiki URL from wiki.pezkuwi.network to wiki.pezkuwichain.io
- Fix support/statement URLs to use pezkuwichain.io domain
- Fix chain logos import (use variables instead of strings)
- Update @pezkuwi/networks to ^14.0.9
- Update @pezkuwi/types-known to ^16.5.8
This commit is contained in:
2026-01-07 16:22:53 +03:00
parent 6f59b1f3e4
commit a91f2cf714
38 changed files with 548 additions and 542 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# @pezkuwi/react-components
WARNING: This is an internal package to [pezkuwi-js/apps](https://github.com/pezkuwi-js/apps) so is not intended (yet) for broad use.
WARNING: This is an internal package to [pezkuwichain/pezkuwi-apps](https://github.com/pezkuwichain/pezkuwi-apps) so is not intended (yet) for broad use.
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwi-js/ui documentation](https://pezkuwi.js.org/ui/)
For the existing sharable components usable in external React-based projects, take a look at the [pezkuwichain/pezkuwi-ui documentation](https://pezkuwi.js.org/ui/)
@@ -40,7 +40,7 @@ const OPT_ID = {
? optId.unwrap()
: null;
// Backwards compatibility - https://github.com/pezkuwi-js/apps/issues/10493
// Backwards compatibility - https://github.com/pezkuwichain/pezkuwi-apps/issues/10493
return !id
? null
: Array.isArray(id)
@@ -54,7 +54,7 @@ function extractTotals (stakingInfo?: DeriveStakingAccountPartial, progress?: De
// would be down and then when a session completes, would be higher again, just to
// repeat the cycle again
//
// See https://github.com/pezkuwi-js/apps/issues/9397#issuecomment-1532465939
// See https://github.com/pezkuwichain/pezkuwi-apps/issues/9397#issuecomment-1532465939
isStalled
? progress.eraProgress.mod(progress.eraLength)
: progress.eraProgress