mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-12 05:21:09 +00:00
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:
@@ -1,5 +1,5 @@
|
||||
# @pezkuwi/react-api
|
||||
|
||||
WARNING: This is not deemed stable yet for external use in React-based apps and still included in the [pezkuwi-js/apps](https://github.com/pezkuwi-js/apps) repo. Since these are generic HOC components for React, they will move to the [pezkuwi-js/ui](https://github.com/pezkuwi-js/ui) repo once deemed stable and usable by external projects.
|
||||
WARNING: This is not deemed stable yet for external use in React-based apps and still included in the [pezkuwichain/pezkuwi-apps](https://github.com/pezkuwichain/pezkuwi-apps) repo. Since these are generic HOC components for React, they will move to the [pezkuwichain/pezkuwi-ui](https://github.com/pezkuwichain/pezkuwi-ui) repo once deemed stable and usable by external projects.
|
||||
|
||||
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/)
|
||||
|
||||
@@ -359,7 +359,7 @@ export function ApiCtxRoot ({ apiUrl, beforeApiInit, children, isElectron, store
|
||||
statics.api.on('disconnected', () => setIsApiConnected(false));
|
||||
statics.api.on('error', onError);
|
||||
statics.api.on('ready', (): void => {
|
||||
const injectedPromise = web3Enable('pezkuwi-js/apps');
|
||||
const injectedPromise = web3Enable('pezkuwichain/pezkuwi-apps');
|
||||
|
||||
injectedPromise
|
||||
.then(setExtensions)
|
||||
|
||||
Reference in New Issue
Block a user