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
@@ -4,13 +4,13 @@ Desktop Pezkuwi apps client for Windows, Mac and Linux.
## Installation
[Download here](https://github.com/pezkuwi-js/apps/releases/latest) latest versions for Windows, Mac and Linux.
[Download here](https://github.com/pezkuwichain/pezkuwi-apps/releases/latest) latest versions for Windows, Mac and Linux.
## Development and testing
Contributions are welcome!
Follow steps described [here](https://github.com/pezkuwi-js/apps#development) to setup the project.
Follow steps described [here](https://github.com/pezkuwichain/pezkuwi-apps#development) to setup the project.
* Run `yarn start:electron` to start the app in development mode. You will possibly see the `Not Found / 404` message. It's ok, just wait for the build to finish and refresh pressing `Ctrl+R`.
* Run `yarn test` to run tests