From a91f2cf71459370145f8fc0934494b3f098bdbe2 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Wed, 7 Jan 2026 16:22:53 +0300 Subject: [PATCH] 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 --- BOUNTIES.md | 2 +- CHANGELOG.md | 630 +++++++++--------- I18N.md | 6 +- README.md | 4 +- package.json | 4 +- packages/apps-config/src/api/constants.ts | 15 +- packages/apps-config/src/api/spec/fragnova.ts | 2 +- packages/apps-config/src/api/spec/index.ts | 4 +- .../apps-config/src/endpoints/production.ts | 84 +-- .../src/endpoints/productionRelayDicle.ts | 13 +- .../src/endpoints/productionRelayPezkuwi.ts | 13 +- packages/apps-config/src/endpoints/testing.ts | 188 +++--- .../src/endpoints/testingRelayPaseo.ts | 34 +- .../src/endpoints/testingRelayZagros.ts | 13 +- .../apps-config/src/links/pezkuwistats.ts | 2 +- packages/apps-electron/README.md | 4 +- packages/apps-routing/src/claims.ts | 2 +- packages/apps/src/Menu/index.tsx | 4 +- .../src/Accounts/BannerAssetHubMigration.tsx | 2 +- packages/page-claims/src/util.ts | 4 +- .../src/Overview/useValidators.ts | 2 +- .../page-preimages/src/Preimages/Call.tsx | 2 +- .../page-runtime/src/Runtime/Selection.tsx | 2 +- packages/page-settings/src/Developer.tsx | 2 +- packages/react-api/README.md | 4 +- packages/react-api/src/Api.tsx | 2 +- packages/react-components/README.md | 4 +- .../src/AccountSidebar/RegistrarJudgement.tsx | 2 +- .../react-components/src/StakingUnbonding.tsx | 2 +- packages/react-hooks/README.md | 4 +- packages/react-hooks/src/usePreimage.ts | 2 +- packages/react-params/README.md | 4 +- packages/react-query/README.md | 4 +- packages/react-signer/README.md | 4 +- .../src/api/createAugmentedApi.ts | 2 +- packages/test-support/src/creation/balance.ts | 2 +- screenshot.bmp | Bin 0 -> 65248 bytes yarn.lock | 16 +- 38 files changed, 548 insertions(+), 542 deletions(-) create mode 100644 screenshot.bmp diff --git a/BOUNTIES.md b/BOUNTIES.md index f1a78f3..6c2cc89 100644 --- a/BOUNTIES.md +++ b/BOUNTIES.md @@ -6,7 +6,7 @@ These are generously provided by the [Web3 Foundation](https://web3.foundation/) The idea is that these bounties should be left open to community participation, so only if there is no outside interest for a specific issue, should those directly or indirectly paid by the W3F for work, attempt to close an issue. (in which case it will be "un-bountied") -Current bounties are tracked by the [!bounty](https://github.com/pezkuwi-js/apps/labels/%21bounty) label. +Current bounties are tracked by the [!bounty](https://github.com/pezkuwichain/pezkuwi-apps/labels/%21bounty) label. ## Process diff --git a/CHANGELOG.md b/CHANGELOG.md index 1997a96..0f02598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,543 +4,543 @@ Contributed: -- Update Labs WebSocket URL for Autonomys mainnet ([#11941](https://github.com/pezkuwi-js/apps/pull/11941)) (Thanks to https://github.com/vedhavyas) -- Refactor provider names for Autonomys Chronos networks ([#11942](https://github.com/pezkuwi-js/apps/pull/11942)) (Thanks to https://github.com/vedhavyas) -- chore: add Paseo Collectives endpoint ([#11954](https://github.com/pezkuwi-js/apps/pull/11954)) (Thanks to https://github.com/al3mart) -- Remove Helikon Phala RPC endpoint ([#11961](https://github.com/pezkuwi-js/apps/pull/11961)) (Thanks to https://github.com/kukabi) -- remove Onfinality's Aleph Zero and Integritee-Dicle endpoint ([#11966](https://github.com/pezkuwi-js/apps/pull/11966)) (Thanks to https://github.com/leoonf) -- Remove Permanence DAO Zagros Asset Hub RPC endpoint ([#11982](https://github.com/pezkuwi-js/apps/pull/11982)) (Thanks to https://github.com/kukabi) -- add paseo-people-lite teyrchain ([#11974](https://github.com/pezkuwi-js/apps/pull/11974)) (Thanks to https://github.com/ArshamTeymouri) -- Update subsquare external links ([#11985](https://github.com/pezkuwi-js/apps/pull/11985)) (Thanks to https://github.com/wliyongfeng) -- Avoid to add Relay Chain Genesis Hash for Ethereum chain even if they are system teyrchain ([#11884](https://github.com/pezkuwi-js/apps/pull/11884)) (Thanks to https://github.com/la10736) -- Add bifrost-paseo providers ([#11987](https://github.com/pezkuwi-js/apps/pull/11987)) (Thanks to https://github.com/TomatoAres) +- Update Labs WebSocket URL for Autonomys mainnet ([#11941](https://github.com/pezkuwichain/pezkuwi-apps/pull/11941)) (Thanks to https://github.com/vedhavyas) +- Refactor provider names for Autonomys Chronos networks ([#11942](https://github.com/pezkuwichain/pezkuwi-apps/pull/11942)) (Thanks to https://github.com/vedhavyas) +- chore: add Paseo Collectives endpoint ([#11954](https://github.com/pezkuwichain/pezkuwi-apps/pull/11954)) (Thanks to https://github.com/al3mart) +- Remove Helikon Phala RPC endpoint ([#11961](https://github.com/pezkuwichain/pezkuwi-apps/pull/11961)) (Thanks to https://github.com/kukabi) +- remove Onfinality's Aleph Zero and Integritee-Dicle endpoint ([#11966](https://github.com/pezkuwichain/pezkuwi-apps/pull/11966)) (Thanks to https://github.com/leoonf) +- Remove Permanence DAO Zagros Asset Hub RPC endpoint ([#11982](https://github.com/pezkuwichain/pezkuwi-apps/pull/11982)) (Thanks to https://github.com/kukabi) +- add paseo-people-lite teyrchain ([#11974](https://github.com/pezkuwichain/pezkuwi-apps/pull/11974)) (Thanks to https://github.com/ArshamTeymouri) +- Update subsquare external links ([#11985](https://github.com/pezkuwichain/pezkuwi-apps/pull/11985)) (Thanks to https://github.com/wliyongfeng) +- Avoid to add Relay Chain Genesis Hash for Ethereum chain even if they are system teyrchain ([#11884](https://github.com/pezkuwichain/pezkuwi-apps/pull/11884)) (Thanks to https://github.com/la10736) +- Add bifrost-paseo providers ([#11987](https://github.com/pezkuwichain/pezkuwi-apps/pull/11987)) (Thanks to https://github.com/TomatoAres) Changes: -- Handle zero length divisor case ([#11953](https://github.com/pezkuwi-js/apps/pull/11953)) -- Fixed validator stats url ([#11964](https://github.com/pezkuwi-js/apps/pull/11964)) -- Show RefEnd time correctly ([#11970](https://github.com/pezkuwi-js/apps/pull/11970)) -- Shown era duration correctly in staking ([#11972](https://github.com/pezkuwi-js/apps/pull/11972)) -- Add banner for accounts page for AHM ([#11981](https://github.com/pezkuwi-js/apps/pull/11981)) -- Fixed assethub link ([#11990](https://github.com/pezkuwi-js/apps/pull/11990)) -- Disable unreachable endpoints ([#11951](https://github.com/pezkuwi-js/apps/pull/11951) [#11967](https://github.com/pezkuwi-js/apps/pull/11967) [#11993](https://github.com/pezkuwi-js/apps/pull/11993)) -- Bump pezkuwi-api & pezkuwi-js dependencies ([#11997](https://github.com/pezkuwi-js/apps/pull/11997)) +- Handle zero length divisor case ([#11953](https://github.com/pezkuwichain/pezkuwi-apps/pull/11953)) +- Fixed validator stats url ([#11964](https://github.com/pezkuwichain/pezkuwi-apps/pull/11964)) +- Show RefEnd time correctly ([#11970](https://github.com/pezkuwichain/pezkuwi-apps/pull/11970)) +- Shown era duration correctly in staking ([#11972](https://github.com/pezkuwichain/pezkuwi-apps/pull/11972)) +- Add banner for accounts page for AHM ([#11981](https://github.com/pezkuwichain/pezkuwi-apps/pull/11981)) +- Fixed assethub link ([#11990](https://github.com/pezkuwichain/pezkuwi-apps/pull/11990)) +- Disable unreachable endpoints ([#11951](https://github.com/pezkuwichain/pezkuwi-apps/pull/11951) [#11967](https://github.com/pezkuwichain/pezkuwi-apps/pull/11967) [#11993](https://github.com/pezkuwichain/pezkuwi-apps/pull/11993)) +- Bump pezkuwi-api & pezkuwi-js dependencies ([#11997](https://github.com/pezkuwichain/pezkuwi-apps/pull/11997)) ## 0.167.1 Oct 23, 2025 Contributed: -- Return DAO IPCI endpoint ([#11906](https://github.com/pezkuwi-js/apps/pull/11906)) (Thanks to https://github.com/dergudzon) -- Added l1.media RPC for Joystream ([#11912](https://github.com/pezkuwi-js/apps/pull/11912)) (Thanks to https://github.com/traumschule) -- Add Shibuya Chain ([#11879](https://github.com/pezkuwi-js/apps/pull/11879)) (Thanks to https://github.com/armin-x86) -- Enables identity on Tanssi and Dancelight ([#11924](https://github.com/pezkuwi-js/apps/pull/11924)) (Thanks to https://github.com/augustocollado) -- Add DataHaven Testnet & Mainnet to Ethereum Chains ([#11934](https://github.com/pezkuwi-js/apps/pull/11934)) (Thanks to https://github.com/stiiifff) -- Change endpoints for the Unique Network chains: Unique, Quartz, Opal ([#11937](https://github.com/pezkuwi-js/apps/pull/11937)) (Thanks to https://github.com/BuddyGlas) +- Return DAO IPCI endpoint ([#11906](https://github.com/pezkuwichain/pezkuwi-apps/pull/11906)) (Thanks to https://github.com/dergudzon) +- Added l1.media RPC for Joystream ([#11912](https://github.com/pezkuwichain/pezkuwi-apps/pull/11912)) (Thanks to https://github.com/traumschule) +- Add Shibuya Chain ([#11879](https://github.com/pezkuwichain/pezkuwi-apps/pull/11879)) (Thanks to https://github.com/armin-x86) +- Enables identity on Tanssi and Dancelight ([#11924](https://github.com/pezkuwichain/pezkuwi-apps/pull/11924)) (Thanks to https://github.com/augustocollado) +- Add DataHaven Testnet & Mainnet to Ethereum Chains ([#11934](https://github.com/pezkuwichain/pezkuwi-apps/pull/11934)) (Thanks to https://github.com/stiiifff) +- Change endpoints for the Unique Network chains: Unique, Quartz, Opal ([#11937](https://github.com/pezkuwichain/pezkuwi-apps/pull/11937)) (Thanks to https://github.com/BuddyGlas) Changes: -- Bump pezkuwi-api & pezkuwi-js dependencies ([#11939](https://github.com/pezkuwi-js/apps/pull/11939)) -- Disable unreachable endpoints ([#11936](https://github.com/pezkuwi-js/apps/pull/11936)) -- Display validators info after AHM ([#11871](https://github.com/pezkuwi-js/apps/pull/11871)) -- Fix: Staking summary and Schedular remaining time ([#11903](https://github.com/pezkuwi-js/apps/pull/11903)) -- Improved session keys UX ([#11909](https://github.com/pezkuwi-js/apps/pull/11909)) -- Show "remove expired votes" ([#11922](https://github.com/pezkuwi-js/apps/pull/11922)) -- New command center ([#11899](https://github.com/pezkuwi-js/apps/pull/11899)) +- Bump pezkuwi-api & pezkuwi-js dependencies ([#11939](https://github.com/pezkuwichain/pezkuwi-apps/pull/11939)) +- Disable unreachable endpoints ([#11936](https://github.com/pezkuwichain/pezkuwi-apps/pull/11936)) +- Display validators info after AHM ([#11871](https://github.com/pezkuwichain/pezkuwi-apps/pull/11871)) +- Fix: Staking summary and Schedular remaining time ([#11903](https://github.com/pezkuwichain/pezkuwi-apps/pull/11903)) +- Improved session keys UX ([#11909](https://github.com/pezkuwichain/pezkuwi-apps/pull/11909)) +- Show "remove expired votes" ([#11922](https://github.com/pezkuwichain/pezkuwi-apps/pull/11922)) +- New command center ([#11899](https://github.com/pezkuwichain/pezkuwi-apps/pull/11899)) ## 0.166.1 Oct 9, 2025 Contributed: -- feat: remove Polimec ([#11864](https://github.com/pezkuwi-js/apps/pull/11864)) (Thanks to https://github.com/lrazovic) -- Add Bulletin chain ([#11865](https://github.com/pezkuwi-js/apps/pull/11865)) (Thanks to https://github.com/bkontur) -- Added one more Bulletin ([#11869](https://github.com/pezkuwi-js/apps/pull/11869)) (Thanks to https://github.com/bkontur) +- feat: remove Polimec ([#11864](https://github.com/pezkuwichain/pezkuwi-apps/pull/11864)) (Thanks to https://github.com/lrazovic) +- Add Bulletin chain ([#11865](https://github.com/pezkuwichain/pezkuwi-apps/pull/11865)) (Thanks to https://github.com/bkontur) +- Added one more Bulletin ([#11869](https://github.com/pezkuwichain/pezkuwi-apps/pull/11869)) (Thanks to https://github.com/bkontur) Changes: -- Fixed Assets loading screen ([#11854](https://github.com/pezkuwi-js/apps/pull/11854)) -- mproved Validator DX for set_keys in staking POST AHM ([#11863](https://github.com/pezkuwi-js/apps/pull/11863)) -- Improve block time handling for chains with elastic scaling ([#11876](https://github.com/pezkuwi-js/apps/pull/11876)) -- fix: filter-out non eth accounts from eth chains ([#11877](https://github.com/pezkuwi-js/apps/pull/11877)) -- Disable unreachable endpoints ([#11883](https://github.com/pezkuwi-js/apps/pull/11883)) -- Refactor: Move Relay and Asset Hub API Connections to Context ([#11891](https://github.com/pezkuwi-js/apps/pull/11891)) -- Bump @pezkuwi/phishing & @pezkuwi/extension dependencies ([#11902](https://github.com/pezkuwi-js/apps/pull/11902)) +- Fixed Assets loading screen ([#11854](https://github.com/pezkuwichain/pezkuwi-apps/pull/11854)) +- mproved Validator DX for set_keys in staking POST AHM ([#11863](https://github.com/pezkuwichain/pezkuwi-apps/pull/11863)) +- Improve block time handling for chains with elastic scaling ([#11876](https://github.com/pezkuwichain/pezkuwi-apps/pull/11876)) +- fix: filter-out non eth accounts from eth chains ([#11877](https://github.com/pezkuwichain/pezkuwi-apps/pull/11877)) +- Disable unreachable endpoints ([#11883](https://github.com/pezkuwichain/pezkuwi-apps/pull/11883)) +- Refactor: Move Relay and Asset Hub API Connections to Context ([#11891](https://github.com/pezkuwichain/pezkuwi-apps/pull/11891)) +- Bump @pezkuwi/phishing & @pezkuwi/extension dependencies ([#11902](https://github.com/pezkuwichain/pezkuwi-apps/pull/11902)) ## 0.165.1 Sep 25, 2025 Contributed: -- chore: remove redundant word ([#11802](https://github.com/pezkuwi-js/apps/pull/11802)) (Thanks to https://github.com/tzchenxixi) -- chore: add blockops dicle endpoint ([#11811](https://github.com/pezkuwi-js/apps/pull/11811)) (Thanks to https://github.com/segunjkf) -- docs(readme): install dependencies faster ([#11822](https://github.com/pezkuwi-js/apps/pull/11822)) (Thanks to https://github.com/0xsecaas) -- fix Integritee Pezkuwi paraid ([#11832](https://github.com/pezkuwi-js/apps/pull/11832)) (Thanks to https://github.com/brenzi) -- reactivate Integritee Paseo endpoint ([#11831](https://github.com/pezkuwi-js/apps/pull/11831)) (Thanks to https://github.com/brenzi) -- Add Autonomys Chronos testnet and Autonomys Chronos EVM testnet endpoints ([#11839](https://github.com/pezkuwi-js/apps/pull/11839)) (Thanks to https://github.com/EmilFattakhov) -- Fix Moonriver URL Remove Mangata ([#11848](https://github.com/pezkuwi-js/apps/pull/11848)) (Thanks to https://github.com/albertov19) -- chore: fix some typos in comment ([#11844](https://github.com/pezkuwi-js/apps/pull/11844)) (Thanks to https://github.com/quantpoet) -- Add zkVerify and its VFlow teyrchain mainnet entries ([#11852](https://github.com/pezkuwi-js/apps/pull/11852)) (Thanks to https://github.com/la10736) +- chore: remove redundant word ([#11802](https://github.com/pezkuwichain/pezkuwi-apps/pull/11802)) (Thanks to https://github.com/tzchenxixi) +- chore: add blockops dicle endpoint ([#11811](https://github.com/pezkuwichain/pezkuwi-apps/pull/11811)) (Thanks to https://github.com/segunjkf) +- docs(readme): install dependencies faster ([#11822](https://github.com/pezkuwichain/pezkuwi-apps/pull/11822)) (Thanks to https://github.com/0xsecaas) +- fix Integritee Pezkuwi paraid ([#11832](https://github.com/pezkuwichain/pezkuwi-apps/pull/11832)) (Thanks to https://github.com/brenzi) +- reactivate Integritee Paseo endpoint ([#11831](https://github.com/pezkuwichain/pezkuwi-apps/pull/11831)) (Thanks to https://github.com/brenzi) +- Add Autonomys Chronos testnet and Autonomys Chronos EVM testnet endpoints ([#11839](https://github.com/pezkuwichain/pezkuwi-apps/pull/11839)) (Thanks to https://github.com/EmilFattakhov) +- Fix Moonriver URL Remove Mangata ([#11848](https://github.com/pezkuwichain/pezkuwi-apps/pull/11848)) (Thanks to https://github.com/albertov19) +- chore: fix some typos in comment ([#11844](https://github.com/pezkuwichain/pezkuwi-apps/pull/11844)) (Thanks to https://github.com/quantpoet) +- Add zkVerify and its VFlow teyrchain mainnet entries ([#11852](https://github.com/pezkuwichain/pezkuwi-apps/pull/11852)) (Thanks to https://github.com/la10736) Changes: -- Disable unreachable endpoints ([#11810](https://github.com/pezkuwi-js/apps/pull/11810) [#11818](https://github.com/pezkuwi-js/apps/pull/11818) [#11828](https://github.com/pezkuwi-js/apps/pull/11828) [#11847](https://github.com/pezkuwi-js/apps/pull/11847)) -- Enhance tooltip styling and content in Vesting component ([#11815](https://github.com/pezkuwi-js/apps/pull/11815)) -- Modify chain names and order in the side menu ([#11829](https://github.com/pezkuwi-js/apps/pull/11829)) -- Staking Async Feedback ([#11681](https://github.com/pezkuwi-js/apps/pull/11681)) -- Support for Extension Ethereum Signing ([#11592](https://github.com/pezkuwi-js/apps/pull/11592)) -- Bump @pezkuwi-api/merkleize-metadata, @pezkuwi/api, @pezkuwi/phishing, @pezkuwi/extension dependencies ([#11860](https://github.com/pezkuwi-js/apps/pull/11860)) +- Disable unreachable endpoints ([#11810](https://github.com/pezkuwichain/pezkuwi-apps/pull/11810) [#11818](https://github.com/pezkuwichain/pezkuwi-apps/pull/11818) [#11828](https://github.com/pezkuwichain/pezkuwi-apps/pull/11828) [#11847](https://github.com/pezkuwichain/pezkuwi-apps/pull/11847)) +- Enhance tooltip styling and content in Vesting component ([#11815](https://github.com/pezkuwichain/pezkuwi-apps/pull/11815)) +- Modify chain names and order in the side menu ([#11829](https://github.com/pezkuwichain/pezkuwi-apps/pull/11829)) +- Staking Async Feedback ([#11681](https://github.com/pezkuwichain/pezkuwi-apps/pull/11681)) +- Support for Extension Ethereum Signing ([#11592](https://github.com/pezkuwichain/pezkuwi-apps/pull/11592)) +- Bump @pezkuwi-api/merkleize-metadata, @pezkuwi/api, @pezkuwi/phishing, @pezkuwi/extension dependencies ([#11860](https://github.com/pezkuwichain/pezkuwi-apps/pull/11860)) ## 0.164.1 Aug 29, 2025 Contributed: -- Updated Simply Staking endpoint for Pezkuwi in productionRelayPezkuwi.ts ([#11778](https://github.com/pezkuwi-js/apps/pull/11778)) (Thanks to https://github.com/DanielMagro97) -- Update RPC endpoints for zkVerify and VFlow ([#11783](https://github.com/pezkuwi-js/apps/pull/11783)) (Thanks to https://github.com/DanieleDiBenedetto) -- fintra logo setting ([#11785](https://github.com/pezkuwi-js/apps/pull/11785)) (Thanks to https://github.com/wasif1024) -- Fintra ([#11788](https://github.com/pezkuwi-js/apps/pull/11788)) (Thanks to https://github.com/wasif1024) -- Add ideal network consumer chain ([#11790](https://github.com/pezkuwi-js/apps/pull/11790)) (Thanks to https://github.com/juangirini) -- Fix: Rename 'Quantum Fusion' to 'QF Network' ([#11789](https://github.com/pezkuwi-js/apps/pull/11789)) (Thanks to https://github.com/AlexLgn) -- remove public endpoint support update pezkuwi-assethub ([#11797](https://github.com/pezkuwi-js/apps/pull/11797)) (Thanks to https://github.com/segunjkf) -- Fintra Logo Updates ([#11800](https://github.com/pezkuwi-js/apps/pull/11800)) (Thanks to https://github.com/wasif1024) +- Updated Simply Staking endpoint for Pezkuwi in productionRelayPezkuwi.ts ([#11778](https://github.com/pezkuwichain/pezkuwi-apps/pull/11778)) (Thanks to https://github.com/DanielMagro97) +- Update RPC endpoints for zkVerify and VFlow ([#11783](https://github.com/pezkuwichain/pezkuwi-apps/pull/11783)) (Thanks to https://github.com/DanieleDiBenedetto) +- fintra logo setting ([#11785](https://github.com/pezkuwichain/pezkuwi-apps/pull/11785)) (Thanks to https://github.com/wasif1024) +- Fintra ([#11788](https://github.com/pezkuwichain/pezkuwi-apps/pull/11788)) (Thanks to https://github.com/wasif1024) +- Add ideal network consumer chain ([#11790](https://github.com/pezkuwichain/pezkuwi-apps/pull/11790)) (Thanks to https://github.com/juangirini) +- Fix: Rename 'Quantum Fusion' to 'QF Network' ([#11789](https://github.com/pezkuwichain/pezkuwi-apps/pull/11789)) (Thanks to https://github.com/AlexLgn) +- remove public endpoint support update pezkuwi-assethub ([#11797](https://github.com/pezkuwichain/pezkuwi-apps/pull/11797)) (Thanks to https://github.com/segunjkf) +- Fintra Logo Updates ([#11800](https://github.com/pezkuwichain/pezkuwi-apps/pull/11800)) (Thanks to https://github.com/wasif1024) Changes: -- Prioritize Selected Chain RPC Provider for System Chains ([#11764](https://github.com/pezkuwi-js/apps/pull/11764)) -- Run playground code in iframe ([#11780](https://github.com/pezkuwi-js/apps/pull/11780)) -- White screen issue on forking chain ([#11787](https://github.com/pezkuwi-js/apps/pull/11787)) -- Disable unreachable endpoints ([#11792](https://github.com/pezkuwi-js/apps/pull/11792)) -- Filter events by user accounts ([#11728](https://github.com/pezkuwi-js/apps/pull/11728)) -- Bump @pezkuwi-api/merkleize-metadata, @pezkuwi/api, @pezkuwi/common, @pezkuwi/phishing, @pezkuwi/wasm, @pezkuwi/ui, @pezkuwi/extension dependencies ([#11805](https://github.com/pezkuwi-js/apps/pull/11805)) +- Prioritize Selected Chain RPC Provider for System Chains ([#11764](https://github.com/pezkuwichain/pezkuwi-apps/pull/11764)) +- Run playground code in iframe ([#11780](https://github.com/pezkuwichain/pezkuwi-apps/pull/11780)) +- White screen issue on forking chain ([#11787](https://github.com/pezkuwichain/pezkuwi-apps/pull/11787)) +- Disable unreachable endpoints ([#11792](https://github.com/pezkuwichain/pezkuwi-apps/pull/11792)) +- Filter events by user accounts ([#11728](https://github.com/pezkuwichain/pezkuwi-apps/pull/11728)) +- Bump @pezkuwi-api/merkleize-metadata, @pezkuwi/api, @pezkuwi/common, @pezkuwi/phishing, @pezkuwi/wasm, @pezkuwi/ui, @pezkuwi/extension dependencies ([#11805](https://github.com/pezkuwichain/pezkuwi-apps/pull/11805)) ## 0.163.1 Aug 15, 2025 Contributed: -- Update Tanssi Endpoints ([#11738](https://github.com/pezkuwi-js/apps/pull/11738)) (Thanks to https://github.com/albertov19) -- Fix typos in comment ([#11733](https://github.com/pezkuwi-js/apps/pull/11733)) (Thanks to https://github.com/seun556) -- Add Autonomys EVM mainnet endpoint ([#11750](https://github.com/pezkuwi-js/apps/pull/11750)) (Thanks to https://github.com/jfrank-summit) -- Add RegionX Dicle ([#11752](https://github.com/pezkuwi-js/apps/pull/11752)) (Thanks to https://github.com/Szegoo) -- Update: Change XODE rpc on Dicle and Paseo ([#11761](https://github.com/pezkuwi-js/apps/pull/11761)) (Thanks to https://github.com/ArneilPaulPolican) -- Add VFlow Testnet ([#11754](https://github.com/pezkuwi-js/apps/pull/11754)) (Thanks to https://github.com/drgora) +- Update Tanssi Endpoints ([#11738](https://github.com/pezkuwichain/pezkuwi-apps/pull/11738)) (Thanks to https://github.com/albertov19) +- Fix typos in comment ([#11733](https://github.com/pezkuwichain/pezkuwi-apps/pull/11733)) (Thanks to https://github.com/seun556) +- Add Autonomys EVM mainnet endpoint ([#11750](https://github.com/pezkuwichain/pezkuwi-apps/pull/11750)) (Thanks to https://github.com/jfrank-summit) +- Add RegionX Dicle ([#11752](https://github.com/pezkuwichain/pezkuwi-apps/pull/11752)) (Thanks to https://github.com/Szegoo) +- Update: Change XODE rpc on Dicle and Paseo ([#11761](https://github.com/pezkuwichain/pezkuwi-apps/pull/11761)) (Thanks to https://github.com/ArneilPaulPolican) +- Add VFlow Testnet ([#11754](https://github.com/pezkuwichain/pezkuwi-apps/pull/11754)) (Thanks to https://github.com/drgora) Changes: -- Mark Chains as Favorites ([#11718](https://github.com/pezkuwi-js/apps/pull/11718)) -- fix: disable unreachable endpoints ([#11746](https://github.com/pezkuwi-js/apps/pull/11746)) -- Accumulate proof size for block details page ([#11748](https://github.com/pezkuwi-js/apps/pull/11748)) -- Simplified Chain Endpoint Selection ([#11742](https://github.com/pezkuwi-js/apps/pull/11742) [#11762](https://github.com/pezkuwi-js/apps/pull/11762)) -- Avoid embedding of UI in iframe ([#11769](https://github.com/pezkuwi-js/apps/pull/11769)) -- Upgraded pezkuwi dependencies ([#11771](https://github.com/pezkuwi-js/apps/pull/11771)) +- Mark Chains as Favorites ([#11718](https://github.com/pezkuwichain/pezkuwi-apps/pull/11718)) +- fix: disable unreachable endpoints ([#11746](https://github.com/pezkuwichain/pezkuwi-apps/pull/11746)) +- Accumulate proof size for block details page ([#11748](https://github.com/pezkuwichain/pezkuwi-apps/pull/11748)) +- Simplified Chain Endpoint Selection ([#11742](https://github.com/pezkuwichain/pezkuwi-apps/pull/11742) [#11762](https://github.com/pezkuwichain/pezkuwi-apps/pull/11762)) +- Avoid embedding of UI in iframe ([#11769](https://github.com/pezkuwichain/pezkuwi-apps/pull/11769)) +- Upgraded pezkuwi dependencies ([#11771](https://github.com/pezkuwichain/pezkuwi-apps/pull/11771)) ## 0.162.1 July 31, 2025 Contributed: -- Update peerplays types bundle ([#11712](https://github.com/pezkuwi-js/apps/pull/11712)) (Thanks to https://github.com/serkixenos) -- Remove IBP endpoints on zagros ([#11711](https://github.com/pezkuwi-js/apps/pull/11711)) (Thanks to https://github.com/senseless) -- Update peerplays types bundle, hotfix ([#11715](https://github.com/pezkuwi-js/apps/pull/11715)) (Thanks to https://github.com/serkixenos) -- Activate IBP2 Passet Hub Paseo ([#11722](https://github.com/pezkuwi-js/apps/pull/11722)) (Thanks to https://github.com/senseless) -- Added Simply Staking endpoint for Pezkuwi in productionRelayPezkuwi.ts ([#11731](https://github.com/pezkuwi-js/apps/pull/11731)) (Thanks to https://github.com/DanielMagro97) +- Update peerplays types bundle ([#11712](https://github.com/pezkuwichain/pezkuwi-apps/pull/11712)) (Thanks to https://github.com/serkixenos) +- Remove IBP endpoints on zagros ([#11711](https://github.com/pezkuwichain/pezkuwi-apps/pull/11711)) (Thanks to https://github.com/senseless) +- Update peerplays types bundle, hotfix ([#11715](https://github.com/pezkuwichain/pezkuwi-apps/pull/11715)) (Thanks to https://github.com/serkixenos) +- Activate IBP2 Passet Hub Paseo ([#11722](https://github.com/pezkuwichain/pezkuwi-apps/pull/11722)) (Thanks to https://github.com/senseless) +- Added Simply Staking endpoint for Pezkuwi in productionRelayPezkuwi.ts ([#11731](https://github.com/pezkuwichain/pezkuwi-apps/pull/11731)) (Thanks to https://github.com/DanielMagro97) Changes: -- Teleport Feature Enhancement ([#11699](https://github.com/pezkuwi-js/apps/pull/11699)) -- Remove pools warning for staking ([#11730](https://github.com/pezkuwi-js/apps/pull/11730)) -- fix: disable unreachable endpoints ([#11714](https://github.com/pezkuwi-js/apps/pull/11714)) -- Upgraded pezkuwi dependencies ([#11736](https://github.com/pezkuwi-js/apps/pull/11736)) +- Teleport Feature Enhancement ([#11699](https://github.com/pezkuwichain/pezkuwi-apps/pull/11699)) +- Remove pools warning for staking ([#11730](https://github.com/pezkuwichain/pezkuwi-apps/pull/11730)) +- fix: disable unreachable endpoints ([#11714](https://github.com/pezkuwichain/pezkuwi-apps/pull/11714)) +- Upgraded pezkuwi dependencies ([#11736](https://github.com/pezkuwichain/pezkuwi-apps/pull/11736)) ## 0.161.1 July 17, 2025 Contributed: -- chore: Bump Kilt dep ([#11679](https://github.com/pezkuwi-js/apps/pull/11679)) (Thanks to https://github.com/abdulmth) -- re-add IDN node provider to Paseo ([#11688](https://github.com/pezkuwi-js/apps/pull/11688)) (Thanks to https://github.com/juangirini) -- Remove some JelliedOwl node - cutting costs ([#11686](https://github.com/pezkuwi-js/apps/pull/11686)) (Thanks to https://github.com/JelliedOwl) -- Add RPC endpoints for Quantum Fusion testnet (replaces #11454) ([#11687](https://github.com/pezkuwi-js/apps/pull/11687)) (Thanks to https://github.com/Vsevolod-Rusinskiy) +- chore: Bump Kilt dep ([#11679](https://github.com/pezkuwichain/pezkuwi-apps/pull/11679)) (Thanks to https://github.com/abdulmth) +- re-add IDN node provider to Paseo ([#11688](https://github.com/pezkuwichain/pezkuwi-apps/pull/11688)) (Thanks to https://github.com/juangirini) +- Remove some JelliedOwl node - cutting costs ([#11686](https://github.com/pezkuwichain/pezkuwi-apps/pull/11686)) (Thanks to https://github.com/JelliedOwl) +- Add RPC endpoints for Quantum Fusion testnet (replaces #11454) ([#11687](https://github.com/pezkuwichain/pezkuwi-apps/pull/11687)) (Thanks to https://github.com/Vsevolod-Rusinskiy) Changes: -- fix(ui): resolve apps version caching issue ([#11678](https://github.com/pezkuwi-js/apps/pull/11678)) -- feat: add hover tooltip to Badge on Teyrchain page for unlock icon ([#11683](https://github.com/pezkuwi-js/apps/pull/11683)) -- fix: disable unreachable endpoints ([#11693](https://github.com/pezkuwi-js/apps/pull/11693)) -- Handle Import/Export of In-browser accounts gracefully ([#11669](https://github.com/pezkuwi-js/apps/pull/11669)) -- Upgraded pezkuwi dependencies ([#11702](https://github.com/pezkuwi-js/apps/pull/11702)) +- fix(ui): resolve apps version caching issue ([#11678](https://github.com/pezkuwichain/pezkuwi-apps/pull/11678)) +- feat: add hover tooltip to Badge on Teyrchain page for unlock icon ([#11683](https://github.com/pezkuwichain/pezkuwi-apps/pull/11683)) +- fix: disable unreachable endpoints ([#11693](https://github.com/pezkuwichain/pezkuwi-apps/pull/11693)) +- Handle Import/Export of In-browser accounts gracefully ([#11669](https://github.com/pezkuwichain/pezkuwi-apps/pull/11669)) +- Upgraded pezkuwi dependencies ([#11702](https://github.com/pezkuwichain/pezkuwi-apps/pull/11702)) ## 0.160.1 July 7, 2025 Contributed: -- Fix radiumblock bifrost endpoint ([#11642](https://github.com/pezkuwi-js/apps/pull/11642)) (Thanks to https://github.com/TomatoAres) -- Polkadex updated end point ([#11635](https://github.com/pezkuwi-js/apps/pull/11635)) (Thanks to https://github.com/charanks030) -- Updated Onfinality endpoints ([#11647](https://github.com/pezkuwi-js/apps/pull/11647)) (Thanks to https://github.com/FiveKG) -- docs: fix dead link in apps-config/README.md ([#11672](https://github.com/pezkuwi-js/apps/pull/11672)) (Thanks to https://github.com/seun556) -- Added onfinality endpoints ([#11664](https://github.com/pezkuwi-js/apps/pull/11664)) (Thanks to https://github.com/FiveKG) -- chore: fix spelling issues ([#11656](https://github.com/pezkuwi-js/apps/pull/11656)) (Thanks to https://github.com/Bvegas882) +- Fix radiumblock bifrost endpoint ([#11642](https://github.com/pezkuwichain/pezkuwi-apps/pull/11642)) (Thanks to https://github.com/TomatoAres) +- Polkadex updated end point ([#11635](https://github.com/pezkuwichain/pezkuwi-apps/pull/11635)) (Thanks to https://github.com/charanks030) +- Updated Onfinality endpoints ([#11647](https://github.com/pezkuwichain/pezkuwi-apps/pull/11647)) (Thanks to https://github.com/FiveKG) +- docs: fix dead link in apps-config/README.md ([#11672](https://github.com/pezkuwichain/pezkuwi-apps/pull/11672)) (Thanks to https://github.com/seun556) +- Added onfinality endpoints ([#11664](https://github.com/pezkuwichain/pezkuwi-apps/pull/11664)) (Thanks to https://github.com/FiveKG) +- chore: fix spelling issues ([#11656](https://github.com/pezkuwichain/pezkuwi-apps/pull/11656)) (Thanks to https://github.com/Bvegas882) Changes: -- Improve regex for weight formatting in formatMeta function ([#11640](https://github.com/pezkuwi-js/apps/pull/11640)) -- fix: disable unreachable endpoints ([#11644](https://github.com/pezkuwi-js/apps/pull/11644) [#11658](https://github.com/pezkuwi-js/apps/pull/11658)) -- Preserve referenda with missing info during grouping ([#11651](https://github.com/pezkuwi-js/apps/pull/11651)) -- Upgraded pezkuwi dependencies ([#11676](https://github.com/pezkuwi-js/apps/pull/11676)) +- Improve regex for weight formatting in formatMeta function ([#11640](https://github.com/pezkuwichain/pezkuwi-apps/pull/11640)) +- fix: disable unreachable endpoints ([#11644](https://github.com/pezkuwichain/pezkuwi-apps/pull/11644) [#11658](https://github.com/pezkuwichain/pezkuwi-apps/pull/11658)) +- Preserve referenda with missing info during grouping ([#11651](https://github.com/pezkuwichain/pezkuwi-apps/pull/11651)) +- Upgraded pezkuwi dependencies ([#11676](https://github.com/pezkuwichain/pezkuwi-apps/pull/11676)) ## 0.159.1 Jun 19, 2025 Contributed: -- fix: disable unreachable endpoints ([#11612](https://github.com/pezkuwi-js/apps/pull/11612) [#11626](https://github.com/pezkuwi-js/apps/pull/11626)) (Thanks to https://github.com/rajk93) -- Add passet-hub Paseo endpoint by IBP ([#11618](https://github.com/pezkuwi-js/apps/pull/11618)) (Thanks to https://github.com/miloskriz) -- Enhance BlockByHash with next block navigation and copy functionality ([#11614](https://github.com/pezkuwi-js/apps/pull/11614)) (Thanks to https://github.com/rajk93) -- Clean up and renaming of Dwellir endpoints ([#11609](https://github.com/pezkuwi-js/apps/pull/11609)) (Thanks to https://github.com/Maharacha) -- Update Mandala testnet config ([#11621](https://github.com/pezkuwi-js/apps/pull/11621)) (Thanks to https://github.com/fewForce) -- Adds Tansi ([#11636](https://github.com/pezkuwi-js/apps/pull/11636)) (Thanks to https://github.com/albertov19) -- update frequency svgs (mainnet and testnet paseo). update ui colors. ([#11624](https://github.com/pezkuwi-js/apps/pull/11624)) (Thanks to https://github.com/claireclark1) +- fix: disable unreachable endpoints ([#11612](https://github.com/pezkuwichain/pezkuwi-apps/pull/11612) [#11626](https://github.com/pezkuwichain/pezkuwi-apps/pull/11626)) (Thanks to https://github.com/rajk93) +- Add passet-hub Paseo endpoint by IBP ([#11618](https://github.com/pezkuwichain/pezkuwi-apps/pull/11618)) (Thanks to https://github.com/miloskriz) +- Enhance BlockByHash with next block navigation and copy functionality ([#11614](https://github.com/pezkuwichain/pezkuwi-apps/pull/11614)) (Thanks to https://github.com/rajk93) +- Clean up and renaming of Dwellir endpoints ([#11609](https://github.com/pezkuwichain/pezkuwi-apps/pull/11609)) (Thanks to https://github.com/Maharacha) +- Update Mandala testnet config ([#11621](https://github.com/pezkuwichain/pezkuwi-apps/pull/11621)) (Thanks to https://github.com/fewForce) +- Adds Tansi ([#11636](https://github.com/pezkuwichain/pezkuwi-apps/pull/11636)) (Thanks to https://github.com/albertov19) +- update frequency svgs (mainnet and testnet paseo). update ui colors. ([#11624](https://github.com/pezkuwichain/pezkuwi-apps/pull/11624)) (Thanks to https://github.com/claireclark1) Changes: -- Handle External URL Navigation in Electron App ([#11630](https://github.com/pezkuwi-js/apps/pull/11630)) -- Add security headers to disallow iframe embedding ([#11632](https://github.com/pezkuwi-js/apps/pull/11632)) -- Staking Next Page ([#11483](https://github.com/pezkuwi-js/apps/pull/11483)) -- Upgraded pezkuwi dependencies ([#11639](https://github.com/pezkuwi-js/apps/pull/11639)) +- Handle External URL Navigation in Electron App ([#11630](https://github.com/pezkuwichain/pezkuwi-apps/pull/11630)) +- Add security headers to disallow iframe embedding ([#11632](https://github.com/pezkuwichain/pezkuwi-apps/pull/11632)) +- Staking Next Page ([#11483](https://github.com/pezkuwichain/pezkuwi-apps/pull/11483)) +- Upgraded pezkuwi dependencies ([#11639](https://github.com/pezkuwichain/pezkuwi-apps/pull/11639)) ## 0.158.1 Jun 6, 2025 Contributed: -- Re-enable Kabocha RPC (JelliedOwl) ([#11599](https://github.com/pezkuwi-js/apps/pull/11599)) (Thanks to https://github.com/JelliedOwl) -- NFTMart is available ([#11606](https://github.com/pezkuwi-js/apps/pull/11606)) (Thanks to https://github.com/blackjooohn) +- Re-enable Kabocha RPC (JelliedOwl) ([#11599](https://github.com/pezkuwichain/pezkuwi-apps/pull/11599)) (Thanks to https://github.com/JelliedOwl) +- NFTMart is available ([#11606](https://github.com/pezkuwichain/pezkuwi-apps/pull/11606)) (Thanks to https://github.com/blackjooohn) Changes: -- Move appsVersion initialization inside component ([#11600](https://github.com/pezkuwi-js/apps/pull/11600)) -- Upgraded pezkuwi dependencies ([#11611](https://github.com/pezkuwi-js/apps/pull/11611)) +- Move appsVersion initialization inside component ([#11600](https://github.com/pezkuwichain/pezkuwi-apps/pull/11600)) +- Upgraded pezkuwi dependencies ([#11611](https://github.com/pezkuwichain/pezkuwi-apps/pull/11611)) ## 0.157.1 Jun 2, 2025 Contributed: -- Add ZeitgeistPM OnFinality provider to production relay pezkuwi endpoints ([#11558](https://github.com/pezkuwi-js/apps/pull/11558)) (Thanks to https://github.com/Chralt98) -- Updates Dancebox for Dancelight ([#11559](https://github.com/pezkuwi-js/apps/pull/11559)) (Thanks to https://github.com/albertov19) -- Update jamton definitions ([#11538](https://github.com/pezkuwi-js/apps/pull/11538)) (Thanks to https://github.com/alexxxkny) -- chore: display prices as full number on sales page ([#11554](https://github.com/pezkuwi-js/apps/pull/11554)) (Thanks to https://github.com/rajk93) -- chore: re-enable rpc3 for Pop Network ([#11571](https://github.com/pezkuwi-js/apps/pull/11571)) (Thanks to https://github.com/al3mart) -- Auto suggestion for proxy based on transaction type ([#11579](https://github.com/pezkuwi-js/apps/pull/11579)) (Thanks to https://github.com/rajk93) -- chore(passet-hub): add PAssetHub endpoint to Paseo ([#11591](https://github.com/pezkuwi-js/apps/pull/11591)) (Thanks to https://github.com/al3mart) +- Add ZeitgeistPM OnFinality provider to production relay pezkuwi endpoints ([#11558](https://github.com/pezkuwichain/pezkuwi-apps/pull/11558)) (Thanks to https://github.com/Chralt98) +- Updates Dancebox for Dancelight ([#11559](https://github.com/pezkuwichain/pezkuwi-apps/pull/11559)) (Thanks to https://github.com/albertov19) +- Update jamton definitions ([#11538](https://github.com/pezkuwichain/pezkuwi-apps/pull/11538)) (Thanks to https://github.com/alexxxkny) +- chore: display prices as full number on sales page ([#11554](https://github.com/pezkuwichain/pezkuwi-apps/pull/11554)) (Thanks to https://github.com/rajk93) +- chore: re-enable rpc3 for Pop Network ([#11571](https://github.com/pezkuwichain/pezkuwi-apps/pull/11571)) (Thanks to https://github.com/al3mart) +- Auto suggestion for proxy based on transaction type ([#11579](https://github.com/pezkuwichain/pezkuwi-apps/pull/11579)) (Thanks to https://github.com/rajk93) +- chore(passet-hub): add PAssetHub endpoint to Paseo ([#11591](https://github.com/pezkuwichain/pezkuwi-apps/pull/11591)) (Thanks to https://github.com/al3mart) Changes: -- Improve input conversion logic in BaseBytes component ([#11562](https://github.com/pezkuwi-js/apps/pull/11562)) -- Small fix for non-showing tag for Reservation type on Coretime Broker - Coretime Chain ([#11567](https://github.com/pezkuwi-js/apps/pull/11567)) -- Disable unreachable endpoints ([#11574](https://github.com/pezkuwi-js/apps/pull/11574) [#11590](https://github.com/pezkuwi-js/apps/pull/11590)) -- Improve amount error calculation by considering OpenGov-related locks ([#11578](https://github.com/pezkuwi-js/apps/pull/11578)) -- Enhance Preimage Page with Decodable Call Link ([#11570](https://github.com/pezkuwi-js/apps/pull/11570)) -- Enable Manual Address in Account Input When No Accounts Are Present ([#11583](https://github.com/pezkuwi-js/apps/pull/11583)) -- Display Basic Chain Info, Apps, API, and Metadata in Settings ([#11584](https://github.com/pezkuwi-js/apps/pull/11584)) -- Upgraded pezkuwi dependencies ([#11597](https://github.com/pezkuwi-js/apps/pull/11597)) +- Improve input conversion logic in BaseBytes component ([#11562](https://github.com/pezkuwichain/pezkuwi-apps/pull/11562)) +- Small fix for non-showing tag for Reservation type on Coretime Broker - Coretime Chain ([#11567](https://github.com/pezkuwichain/pezkuwi-apps/pull/11567)) +- Disable unreachable endpoints ([#11574](https://github.com/pezkuwichain/pezkuwi-apps/pull/11574) [#11590](https://github.com/pezkuwichain/pezkuwi-apps/pull/11590)) +- Improve amount error calculation by considering OpenGov-related locks ([#11578](https://github.com/pezkuwichain/pezkuwi-apps/pull/11578)) +- Enhance Preimage Page with Decodable Call Link ([#11570](https://github.com/pezkuwichain/pezkuwi-apps/pull/11570)) +- Enable Manual Address in Account Input When No Accounts Are Present ([#11583](https://github.com/pezkuwichain/pezkuwi-apps/pull/11583)) +- Display Basic Chain Info, Apps, API, and Metadata in Settings ([#11584](https://github.com/pezkuwichain/pezkuwi-apps/pull/11584)) +- Upgraded pezkuwi dependencies ([#11597](https://github.com/pezkuwichain/pezkuwi-apps/pull/11597)) ## 0.156.1 May 16, 2025 Contributed: -- chore: update Subscan links for Paseo chains ([#11535](https://github.com/pezkuwi-js/apps/pull/11535)) (Thanks to https://github.com/carlhong) -- Fix typos in translation JSON files ([#11536](https://github.com/pezkuwi-js/apps/pull/11536)) (Thanks to https://github.com/seun556) -- Add Kreivo testnet endpoint to testingRelayPaseo.ts ([#11519](https://github.com/pezkuwi-js/apps/pull/11519)) (Thanks to https://github.com/pandres95) -- fix: update upload menu background color to use theme variable ([#11548](https://github.com/pezkuwi-js/apps/pull/11548)) (Thanks to https://github.com/rajk93) -- Update peerplays types bundle ([#11550](https://github.com/pezkuwi-js/apps/pull/11550)) (Thanks to https://github.com/vampik33) -- chore: reenable peregrine RPC ([#11557](https://github.com/pezkuwi-js/apps/pull/11557)) (Thanks to https://github.com/ggera) -- fix: multisig data disappears while signing multiple multisig tx's from same account ([#11552](https://github.com/pezkuwi-js/apps/pull/11552)) (Thanks to https://github.com/rajk93) +- chore: update Subscan links for Paseo chains ([#11535](https://github.com/pezkuwichain/pezkuwi-apps/pull/11535)) (Thanks to https://github.com/carlhong) +- Fix typos in translation JSON files ([#11536](https://github.com/pezkuwichain/pezkuwi-apps/pull/11536)) (Thanks to https://github.com/seun556) +- Add Kreivo testnet endpoint to testingRelayPaseo.ts ([#11519](https://github.com/pezkuwichain/pezkuwi-apps/pull/11519)) (Thanks to https://github.com/pandres95) +- fix: update upload menu background color to use theme variable ([#11548](https://github.com/pezkuwichain/pezkuwi-apps/pull/11548)) (Thanks to https://github.com/rajk93) +- Update peerplays types bundle ([#11550](https://github.com/pezkuwichain/pezkuwi-apps/pull/11550)) (Thanks to https://github.com/vampik33) +- chore: reenable peregrine RPC ([#11557](https://github.com/pezkuwichain/pezkuwi-apps/pull/11557)) (Thanks to https://github.com/ggera) +- fix: multisig data disappears while signing multiple multisig tx's from same account ([#11552](https://github.com/pezkuwichain/pezkuwi-apps/pull/11552)) (Thanks to https://github.com/rajk93) Changes: -- Import and export of addresses to the My Accounts Tab ([#11507](https://github.com/pezkuwi-js/apps/pull/11507)) -- Disable unreachable endpoints ([#11532](https://github.com/pezkuwi-js/apps/pull/11532) [#11545](https://github.com/pezkuwi-js/apps/pull/11545)) -- Refactor: Vote component ([#11540](https://github.com/pezkuwi-js/apps/pull/11540)) -- Update delegated account input type ([#11553](https://github.com/pezkuwi-js/apps/pull/11553)) -- Upgraded pezkuwi dependencies ([#11556](https://github.com/pezkuwi-js/apps/pull/11556)) +- Import and export of addresses to the My Accounts Tab ([#11507](https://github.com/pezkuwichain/pezkuwi-apps/pull/11507)) +- Disable unreachable endpoints ([#11532](https://github.com/pezkuwichain/pezkuwi-apps/pull/11532) [#11545](https://github.com/pezkuwichain/pezkuwi-apps/pull/11545)) +- Refactor: Vote component ([#11540](https://github.com/pezkuwichain/pezkuwi-apps/pull/11540)) +- Update delegated account input type ([#11553](https://github.com/pezkuwichain/pezkuwi-apps/pull/11553)) +- Upgraded pezkuwi dependencies ([#11556](https://github.com/pezkuwichain/pezkuwi-apps/pull/11556)) ## 0.155.1 May 5, 2025 Contributed: -- Dicle People Chain -> Helixstreet RPC Endpoint added ([#11497](https://github.com/pezkuwi-js/apps/pull/11497)) (Thanks to https://github.com/helixstreet) -- Add XODE endpoint for Pezkuwi ([#11486](https://github.com/pezkuwi-js/apps/pull/11486)) (Thanks to https://github.com/ArneilPaulPolican) -- Added onfinality 4 endpoints ([#11494](https://github.com/pezkuwi-js/apps/pull/11494)) (Thanks to https://github.com/FiveKG) -- Add DataHaven Stagenet to Ethereum Chains ([#11501](https://github.com/pezkuwi-js/apps/pull/11501)) (Thanks to https://github.com/stiiifff) -- Add IBP endpoint to Xcavate Pezkuwi ([#11503](https://github.com/pezkuwi-js/apps/pull/11503)) (Thanks to https://github.com/miloskriz) -- Stakeworld endpoints for pezkuwi coretime and pezkuwi people ([#11505](https://github.com/pezkuwi-js/apps/pull/11505)) (Thanks to https://github.com/stakeworld) -- Added Dwellir endpoints for Coretime and People on Pezkuwi and Dicle ([#11508](https://github.com/pezkuwi-js/apps/pull/11508)) (Thanks to https://github.com/Maharacha) -- fix: change Xode RPC Endpoint under Pezkuwi ([#11512](https://github.com/pezkuwi-js/apps/pull/11512)) (Thanks to https://github.com/ArneilPaulPolican) -- Update productionRelayPezkuwi.ts ([#11509](https://github.com/pezkuwi-js/apps/pull/11509)) (Thanks to https://github.com/dcolley) -- Add IBP2 to PJS XCavate endpoint ([#11514](https://github.com/pezkuwi-js/apps/pull/11514)) (Thanks to https://github.com/senseless) -- Restore Kippu's node in Kreivo provider ([#11518](https://github.com/pezkuwi-js/apps/pull/11518)) (Thanks to https://github.com/pandres95) -- add: Zeeve RPC Endpoint for Xode Pezkuwi ([#11516](https://github.com/pezkuwi-js/apps/pull/11516)) (Thanks to https://github.com/ArneilPaulPolican) -- Remove support to parallel ([#11525](https://github.com/pezkuwi-js/apps/pull/11525)) (Thanks to https://github.com/miloskriz) +- Dicle People Chain -> Helixstreet RPC Endpoint added ([#11497](https://github.com/pezkuwichain/pezkuwi-apps/pull/11497)) (Thanks to https://github.com/helixstreet) +- Add XODE endpoint for Pezkuwi ([#11486](https://github.com/pezkuwichain/pezkuwi-apps/pull/11486)) (Thanks to https://github.com/ArneilPaulPolican) +- Added onfinality 4 endpoints ([#11494](https://github.com/pezkuwichain/pezkuwi-apps/pull/11494)) (Thanks to https://github.com/FiveKG) +- Add DataHaven Stagenet to Ethereum Chains ([#11501](https://github.com/pezkuwichain/pezkuwi-apps/pull/11501)) (Thanks to https://github.com/stiiifff) +- Add IBP endpoint to Xcavate Pezkuwi ([#11503](https://github.com/pezkuwichain/pezkuwi-apps/pull/11503)) (Thanks to https://github.com/miloskriz) +- Stakeworld endpoints for pezkuwi coretime and pezkuwi people ([#11505](https://github.com/pezkuwichain/pezkuwi-apps/pull/11505)) (Thanks to https://github.com/stakeworld) +- Added Dwellir endpoints for Coretime and People on Pezkuwi and Dicle ([#11508](https://github.com/pezkuwichain/pezkuwi-apps/pull/11508)) (Thanks to https://github.com/Maharacha) +- fix: change Xode RPC Endpoint under Pezkuwi ([#11512](https://github.com/pezkuwichain/pezkuwi-apps/pull/11512)) (Thanks to https://github.com/ArneilPaulPolican) +- Update productionRelayPezkuwi.ts ([#11509](https://github.com/pezkuwichain/pezkuwi-apps/pull/11509)) (Thanks to https://github.com/dcolley) +- Add IBP2 to PJS XCavate endpoint ([#11514](https://github.com/pezkuwichain/pezkuwi-apps/pull/11514)) (Thanks to https://github.com/senseless) +- Restore Kippu's node in Kreivo provider ([#11518](https://github.com/pezkuwichain/pezkuwi-apps/pull/11518)) (Thanks to https://github.com/pandres95) +- add: Zeeve RPC Endpoint for Xode Pezkuwi ([#11516](https://github.com/pezkuwichain/pezkuwi-apps/pull/11516)) (Thanks to https://github.com/ArneilPaulPolican) +- Remove support to parallel ([#11525](https://github.com/pezkuwichain/pezkuwi-apps/pull/11525)) (Thanks to https://github.com/miloskriz) Changes: -- Disable unreachable endpoints ([#11496](https://github.com/pezkuwi-js/apps/pull/11496) [#11515](https://github.com/pezkuwi-js/apps/pull/11515) [#11529](https://github.com/pezkuwi-js/apps/pull/11529)) -- Add Deregister ParaId component and integrate into Actions ([#11499](https://github.com/pezkuwi-js/apps/pull/11499)) -- Displaying the commission set by a nomination pool on the staking pools page ([#11517](https://github.com/pezkuwi-js/apps/pull/11517)) +- Disable unreachable endpoints ([#11496](https://github.com/pezkuwichain/pezkuwi-apps/pull/11496) [#11515](https://github.com/pezkuwichain/pezkuwi-apps/pull/11515) [#11529](https://github.com/pezkuwichain/pezkuwi-apps/pull/11529)) +- Add Deregister ParaId component and integrate into Actions ([#11499](https://github.com/pezkuwichain/pezkuwi-apps/pull/11499)) +- Displaying the commission set by a nomination pool on the staking pools page ([#11517](https://github.com/pezkuwichain/pezkuwi-apps/pull/11517)) ## 0.154.1 Apr 18, 2025 Contributed: -- [LAOS] update bootnodes and hosting name ([#11452](https://github.com/pezkuwi-js/apps/pull/11452)) (Thanks to https://github.com/asiniscalchi) -- chore: fixed bug on chart and ui issue in sale page ([#11354](https://github.com/pezkuwi-js/apps/pull/11354)) (Thanks to https://github.com/Ernesto-tha-great) -- adding xcav into pezkuwi ([#11463](https://github.com/pezkuwi-js/apps/pull/11463)) (Thanks to https://github.com/ganesh1997oli) -- fix: add logo image of collectives ([#11467](https://github.com/pezkuwi-js/apps/pull/11467)) (Thanks to https://github.com/quinn-gaoo) -- Update zkVerify testnet endpoint and name ([#11472](https://github.com/pezkuwi-js/apps/pull/11472)) (Thanks to https://github.com/drgora) -- add tscs network ([#11438](https://github.com/pezkuwi-js/apps/pull/11438)) (Thanks to https://github.com/weimeme) +- [LAOS] update bootnodes and hosting name ([#11452](https://github.com/pezkuwichain/pezkuwi-apps/pull/11452)) (Thanks to https://github.com/asiniscalchi) +- chore: fixed bug on chart and ui issue in sale page ([#11354](https://github.com/pezkuwichain/pezkuwi-apps/pull/11354)) (Thanks to https://github.com/Ernesto-tha-great) +- adding xcav into pezkuwi ([#11463](https://github.com/pezkuwichain/pezkuwi-apps/pull/11463)) (Thanks to https://github.com/ganesh1997oli) +- fix: add logo image of collectives ([#11467](https://github.com/pezkuwichain/pezkuwi-apps/pull/11467)) (Thanks to https://github.com/quinn-gaoo) +- Update zkVerify testnet endpoint and name ([#11472](https://github.com/pezkuwichain/pezkuwi-apps/pull/11472)) (Thanks to https://github.com/drgora) +- add tscs network ([#11438](https://github.com/pezkuwichain/pezkuwi-apps/pull/11438)) (Thanks to https://github.com/weimeme) Changes: -- Feedback/#11253 ([#11304](https://github.com/pezkuwi-js/apps/pull/11304)) -- Enable Extrinsic Page Access Without Accounts ([#11441](https://github.com/pezkuwi-js/apps/pull/11441)) -- Disable unreachable endpoints ([#11461](https://github.com/pezkuwi-js/apps/pull/11461) [#11478](https://github.com/pezkuwi-js/apps/pull/11478)) -- Added warning message for XCM (teleport) ([#11462](https://github.com/pezkuwi-js/apps/pull/11462)) -- Suspended candidates query ([#11469](https://github.com/pezkuwi-js/apps/pull/11469)) -- Improved behavior for dissolving crowdloan ([#11470](https://github.com/pezkuwi-js/apps/pull/11470)) -- Fix External Links ([#11485](https://github.com/pezkuwi-js/apps/pull/11485)) -- Upgraded pezkuwi dependencies ([#11489](https://github.com/pezkuwi-js/apps/pull/11489)) +- Feedback/#11253 ([#11304](https://github.com/pezkuwichain/pezkuwi-apps/pull/11304)) +- Enable Extrinsic Page Access Without Accounts ([#11441](https://github.com/pezkuwichain/pezkuwi-apps/pull/11441)) +- Disable unreachable endpoints ([#11461](https://github.com/pezkuwichain/pezkuwi-apps/pull/11461) [#11478](https://github.com/pezkuwichain/pezkuwi-apps/pull/11478)) +- Added warning message for XCM (teleport) ([#11462](https://github.com/pezkuwichain/pezkuwi-apps/pull/11462)) +- Suspended candidates query ([#11469](https://github.com/pezkuwichain/pezkuwi-apps/pull/11469)) +- Improved behavior for dissolving crowdloan ([#11470](https://github.com/pezkuwichain/pezkuwi-apps/pull/11470)) +- Fix External Links ([#11485](https://github.com/pezkuwichain/pezkuwi-apps/pull/11485)) +- Upgraded pezkuwi dependencies ([#11489](https://github.com/pezkuwichain/pezkuwi-apps/pull/11489)) ## 0.153.1 Apr 3, 2025 Contributed: -- Update logo for Robonomics teyrchains ([#11318](https://github.com/pezkuwi-js/apps/pull/11318)) (Thanks to https://github.com/PavelSheremetev) -- Fix multisig when the proxy pallet is not available ([#11435](https://github.com/pezkuwi-js/apps/pull/11435)) (Thanks to https://github.com/MOZGIII) -- fix: update 3dpass rpc endpoint ([#11442](https://github.com/pezkuwi-js/apps/pull/11442)) (Thanks to https://github.com/fedosov) -- Update Dwellirs Litentry endpoint to Heima ([#11443](https://github.com/pezkuwi-js/apps/pull/11443)) (Thanks to https://github.com/Maharacha) -- Update Dwellirs Moonbase endpoint ([#11444](https://github.com/pezkuwi-js/apps/pull/11444)) (Thanks to https://github.com/Maharacha) -- Add zkVerify Volta inflation parameters ([#11448](https://github.com/pezkuwi-js/apps/pull/11448)) (Thanks to https://github.com/drgora) +- Update logo for Robonomics teyrchains ([#11318](https://github.com/pezkuwichain/pezkuwi-apps/pull/11318)) (Thanks to https://github.com/PavelSheremetev) +- Fix multisig when the proxy pallet is not available ([#11435](https://github.com/pezkuwichain/pezkuwi-apps/pull/11435)) (Thanks to https://github.com/MOZGIII) +- fix: update 3dpass rpc endpoint ([#11442](https://github.com/pezkuwichain/pezkuwi-apps/pull/11442)) (Thanks to https://github.com/fedosov) +- Update Dwellirs Litentry endpoint to Heima ([#11443](https://github.com/pezkuwichain/pezkuwi-apps/pull/11443)) (Thanks to https://github.com/Maharacha) +- Update Dwellirs Moonbase endpoint ([#11444](https://github.com/pezkuwichain/pezkuwi-apps/pull/11444)) (Thanks to https://github.com/Maharacha) +- Add zkVerify Volta inflation parameters ([#11448](https://github.com/pezkuwichain/pezkuwi-apps/pull/11448)) (Thanks to https://github.com/drgora) Changes: -- Export Multisig as JSON ([#11408](https://github.com/pezkuwi-js/apps/pull/11408)) -- Disable unreachable endpoints ([#11424](https://github.com/pezkuwi-js/apps/pull/11424) [#11440](https://github.com/pezkuwi-js/apps/pull/11440)) -- Fix: Multisig calls linked to a proxy account ([#11412](https://github.com/pezkuwi-js/apps/pull/11412)) -- FIX: Unwanted Errors on Sudo Page When Submitting Calls ([#11426](https://github.com/pezkuwi-js/apps/pull/11426)) -- Improve signing with multisig proxy ([#11433](https://github.com/pezkuwi-js/apps/pull/11433)) -- Allow anonymous proxy ([#11450](https://github.com/pezkuwi-js/apps/pull/11450)) -- Upgraded pezkuwi dependencies ([#11453](https://github.com/pezkuwi-js/apps/pull/11453)) +- Export Multisig as JSON ([#11408](https://github.com/pezkuwichain/pezkuwi-apps/pull/11408)) +- Disable unreachable endpoints ([#11424](https://github.com/pezkuwichain/pezkuwi-apps/pull/11424) [#11440](https://github.com/pezkuwichain/pezkuwi-apps/pull/11440)) +- Fix: Multisig calls linked to a proxy account ([#11412](https://github.com/pezkuwichain/pezkuwi-apps/pull/11412)) +- FIX: Unwanted Errors on Sudo Page When Submitting Calls ([#11426](https://github.com/pezkuwichain/pezkuwi-apps/pull/11426)) +- Improve signing with multisig proxy ([#11433](https://github.com/pezkuwichain/pezkuwi-apps/pull/11433)) +- Allow anonymous proxy ([#11450](https://github.com/pezkuwichain/pezkuwi-apps/pull/11450)) +- Upgraded pezkuwi dependencies ([#11453](https://github.com/pezkuwichain/pezkuwi-apps/pull/11453)) ## 0.152.1 Mar 24, 2025 Contributed: -- Update productionRelayPezkuwi.ts - Added Coretime Pezkuwi endpoint for LuckyFriday.io ([#11363](https://github.com/pezkuwi-js/apps/pull/11363)) (Thanks to https://github.com/Rbdude25) -- Update productionRelayDicle.ts - Added Encointer Dicle RPC endpoint for Luckyfriday.io ([#11361](https://github.com/pezkuwi-js/apps/pull/11361)) (Thanks to https://github.com/Rbdude25) -- Fix dark mode display hash display result in Fork ([#11378](https://github.com/pezkuwi-js/apps/pull/11378)) (Thanks to https://github.com/Amity808) -- Update Heima teyrchain endpoints ([#11366](https://github.com/pezkuwi-js/apps/pull/11366)) (Thanks to https://github.com/Kailai-Wang) -- Update subscan.ts - add heima network ([#11388](https://github.com/pezkuwi-js/apps/pull/11388)) (Thanks to https://github.com/yakio) -- Remove the dev notification for 1 month ([#11400](https://github.com/pezkuwi-js/apps/pull/11400)) (Thanks to https://github.com/wirednkod) -- Removing Dwellir Bifrost endpoints ([#11399](https://github.com/pezkuwi-js/apps/pull/11399)) (Thanks to https://github.com/jonathanudd) -- Updated 6 Dwellir endpoints ([#11407](https://github.com/pezkuwi-js/apps/pull/11407)) (Thanks to https://github.com/Maharacha) -- Deleted onfinality polkadex teyrchain endpoint ([#11409](https://github.com/pezkuwi-js/apps/pull/11409)) (Thanks to https://github.com/FiveKG) -- Update Peerplays types bundle ([#11405](https://github.com/pezkuwi-js/apps/pull/11405)) (Thanks to https://github.com/serkixenos) +- Update productionRelayPezkuwi.ts - Added Coretime Pezkuwi endpoint for LuckyFriday.io ([#11363](https://github.com/pezkuwichain/pezkuwi-apps/pull/11363)) (Thanks to https://github.com/Rbdude25) +- Update productionRelayDicle.ts - Added Encointer Dicle RPC endpoint for Luckyfriday.io ([#11361](https://github.com/pezkuwichain/pezkuwi-apps/pull/11361)) (Thanks to https://github.com/Rbdude25) +- Fix dark mode display hash display result in Fork ([#11378](https://github.com/pezkuwichain/pezkuwi-apps/pull/11378)) (Thanks to https://github.com/Amity808) +- Update Heima teyrchain endpoints ([#11366](https://github.com/pezkuwichain/pezkuwi-apps/pull/11366)) (Thanks to https://github.com/Kailai-Wang) +- Update subscan.ts - add heima network ([#11388](https://github.com/pezkuwichain/pezkuwi-apps/pull/11388)) (Thanks to https://github.com/yakio) +- Remove the dev notification for 1 month ([#11400](https://github.com/pezkuwichain/pezkuwi-apps/pull/11400)) (Thanks to https://github.com/wirednkod) +- Removing Dwellir Bifrost endpoints ([#11399](https://github.com/pezkuwichain/pezkuwi-apps/pull/11399)) (Thanks to https://github.com/jonathanudd) +- Updated 6 Dwellir endpoints ([#11407](https://github.com/pezkuwichain/pezkuwi-apps/pull/11407)) (Thanks to https://github.com/Maharacha) +- Deleted onfinality polkadex teyrchain endpoint ([#11409](https://github.com/pezkuwichain/pezkuwi-apps/pull/11409)) (Thanks to https://github.com/FiveKG) +- Update Peerplays types bundle ([#11405](https://github.com/pezkuwichain/pezkuwi-apps/pull/11405)) (Thanks to https://github.com/serkixenos) Changes: -- Fix: Coretime sale page -> purchase transactions subscan url is constructred with start and end blocks = 0 ([#11360](https://github.com/pezkuwi-js/apps/pull/11360)) -- Disable unreachable endpoints ([#11371](https://github.com/pezkuwi-js/apps/pull/11371) [#11394](https://github.com/pezkuwi-js/apps/pull/11394) [#11411](https://github.com/pezkuwi-js/apps/pull/11411)) -- Refactor: Enhance useOwnEraRewards with staker rewards fetching and event handling ([#11376](https://github.com/pezkuwi-js/apps/pull/11376)) -- Changed pools warning message ([#11386](https://github.com/pezkuwi-js/apps/pull/11386)) -- FIX: Fee Asset Selection ([#11397](https://github.com/pezkuwi-js/apps/pull/11397)) -- Improvement: Multisig Call Data Field ([#11403](https://github.com/pezkuwi-js/apps/pull/11403)) -- Import & Export Feature for Address Book ([#11383](https://github.com/pezkuwi-js/apps/pull/11383)) -- Upgraded pezkuwi deps ([#11420](https://github.com/pezkuwi-js/apps/pull/11420)) +- Fix: Coretime sale page -> purchase transactions subscan url is constructred with start and end blocks = 0 ([#11360](https://github.com/pezkuwichain/pezkuwi-apps/pull/11360)) +- Disable unreachable endpoints ([#11371](https://github.com/pezkuwichain/pezkuwi-apps/pull/11371) [#11394](https://github.com/pezkuwichain/pezkuwi-apps/pull/11394) [#11411](https://github.com/pezkuwichain/pezkuwi-apps/pull/11411)) +- Refactor: Enhance useOwnEraRewards with staker rewards fetching and event handling ([#11376](https://github.com/pezkuwichain/pezkuwi-apps/pull/11376)) +- Changed pools warning message ([#11386](https://github.com/pezkuwichain/pezkuwi-apps/pull/11386)) +- FIX: Fee Asset Selection ([#11397](https://github.com/pezkuwichain/pezkuwi-apps/pull/11397)) +- Improvement: Multisig Call Data Field ([#11403](https://github.com/pezkuwichain/pezkuwi-apps/pull/11403)) +- Import & Export Feature for Address Book ([#11383](https://github.com/pezkuwichain/pezkuwi-apps/pull/11383)) +- Upgraded pezkuwi deps ([#11420](https://github.com/pezkuwichain/pezkuwi-apps/pull/11420)) ## 0.151.1 Mar 6, 2025 Contributed: -- Add light client for LAOS teyrchain ([#11284](https://github.com/pezkuwi-js/apps/pull/11284)) (Thanks to https://github.com/asiniscalchi) -- Update para id and providers ([#11326](https://github.com/pezkuwi-js/apps/pull/11326)) (Thanks to https://github.com/ganesh1997oli) -- Add zkVerify Testnet ([#11356](https://github.com/pezkuwi-js/apps/pull/11356)) (Thanks to https://github.com/DanieleDiBenedetto) +- Add light client for LAOS teyrchain ([#11284](https://github.com/pezkuwichain/pezkuwi-apps/pull/11284)) (Thanks to https://github.com/asiniscalchi) +- Update para id and providers ([#11326](https://github.com/pezkuwichain/pezkuwi-apps/pull/11326)) (Thanks to https://github.com/ganesh1997oli) +- Add zkVerify Testnet ([#11356](https://github.com/pezkuwichain/pezkuwi-apps/pull/11356)) (Thanks to https://github.com/DanieleDiBenedetto) Changes: -- Ensure useReferenda doesnt cause a white screen ([#11328](https://github.com/pezkuwi-js/apps/pull/11328)) -- Improve parameter handling in Option ([#11330](https://github.com/pezkuwi-js/apps/pull/11330)) -- Maximum transfer value while teleport ([#11332](https://github.com/pezkuwi-js/apps/pull/11332)) -- Fix Asset Id Parsing ([#11334](https://github.com/pezkuwi-js/apps/pull/11334)) -- Enhancement: Fee Payment with Sufficient Assets ([#11336](https://github.com/pezkuwi-js/apps/pull/11336)) -- Enhancement: Improve Fee Token Verification & Asset ID Handling ([#11341](https://github.com/pezkuwi-js/apps/pull/11341)) -- Disable unreachable endpoints ([#11338](https://github.com/pezkuwi-js/apps/pull/11338)) -- Fix: Voting on referenda breaks Apps ([#11344](https://github.com/pezkuwi-js/apps/pull/11344)) -- Improve Address Book Search ([#11350](https://github.com/pezkuwi-js/apps/pull/11350)) -- Replace `isEmpty` checks with utility function ([#11355](https://github.com/pezkuwi-js/apps/pull/11355)) -- Ensure safety check on isEmpty ([#11358](https://github.com/pezkuwi-js/apps/pull/11358)) -- Fix for not showing expires if the chain renewed ([#11353](https://github.com/pezkuwi-js/apps/pull/11353)) -- Enhance Preimages Page with Improved Usability ([#11342](https://github.com/pezkuwi-js/apps/pull/11342)) -- Upgraded pezkuwi deps ([#11365](https://github.com/pezkuwi-js/apps/pull/11365)) +- Ensure useReferenda doesnt cause a white screen ([#11328](https://github.com/pezkuwichain/pezkuwi-apps/pull/11328)) +- Improve parameter handling in Option ([#11330](https://github.com/pezkuwichain/pezkuwi-apps/pull/11330)) +- Maximum transfer value while teleport ([#11332](https://github.com/pezkuwichain/pezkuwi-apps/pull/11332)) +- Fix Asset Id Parsing ([#11334](https://github.com/pezkuwichain/pezkuwi-apps/pull/11334)) +- Enhancement: Fee Payment with Sufficient Assets ([#11336](https://github.com/pezkuwichain/pezkuwi-apps/pull/11336)) +- Enhancement: Improve Fee Token Verification & Asset ID Handling ([#11341](https://github.com/pezkuwichain/pezkuwi-apps/pull/11341)) +- Disable unreachable endpoints ([#11338](https://github.com/pezkuwichain/pezkuwi-apps/pull/11338)) +- Fix: Voting on referenda breaks Apps ([#11344](https://github.com/pezkuwichain/pezkuwi-apps/pull/11344)) +- Improve Address Book Search ([#11350](https://github.com/pezkuwichain/pezkuwi-apps/pull/11350)) +- Replace `isEmpty` checks with utility function ([#11355](https://github.com/pezkuwichain/pezkuwi-apps/pull/11355)) +- Ensure safety check on isEmpty ([#11358](https://github.com/pezkuwichain/pezkuwi-apps/pull/11358)) +- Fix for not showing expires if the chain renewed ([#11353](https://github.com/pezkuwichain/pezkuwi-apps/pull/11353)) +- Enhance Preimages Page with Improved Usability ([#11342](https://github.com/pezkuwichain/pezkuwi-apps/pull/11342)) +- Upgraded pezkuwi deps ([#11365](https://github.com/pezkuwichain/pezkuwi-apps/pull/11365)) ## 0.150.2 Feb 22, 2025 Changes: -- Fix TracksInfo values being undefined and causing a whitescreen ([#11320](https://github.com/pezkuwi-js/apps/pull/11320)) +- Fix TracksInfo values being undefined and causing a whitescreen ([#11320](https://github.com/pezkuwichain/pezkuwi-apps/pull/11320)) ## 0.150.1 Feb 19, 2025 Contributed: -- Add IBP2 as mythos RPC provider ([#11288](https://github.com/pezkuwi-js/apps/pull/11288)) (Thanks to https://github.com/senseless) -- Update subsquare and statescan external links ([#11295](https://github.com/pezkuwi-js/apps/pull/11295)) (Thanks to https://github.com/wliyongfeng) -- Enable Helixstreet Endpoints ([#11293](https://github.com/pezkuwi-js/apps/pull/11293)) (Thanks to https://github.com/helixstreet) -- Rebrand litentry to heima ([#11276](https://github.com/pezkuwi-js/apps/pull/11276)) (Thanks to https://github.com/Kailai-Wang) -- Remove Helikon Khala RPC endpoint ([#11301](https://github.com/pezkuwi-js/apps/pull/11301)) (Thanks to https://github.com/kukabi) +- Add IBP2 as mythos RPC provider ([#11288](https://github.com/pezkuwichain/pezkuwi-apps/pull/11288)) (Thanks to https://github.com/senseless) +- Update subsquare and statescan external links ([#11295](https://github.com/pezkuwichain/pezkuwi-apps/pull/11295)) (Thanks to https://github.com/wliyongfeng) +- Enable Helixstreet Endpoints ([#11293](https://github.com/pezkuwichain/pezkuwi-apps/pull/11293)) (Thanks to https://github.com/helixstreet) +- Rebrand litentry to heima ([#11276](https://github.com/pezkuwichain/pezkuwi-apps/pull/11276)) (Thanks to https://github.com/Kailai-Wang) +- Remove Helikon Khala RPC endpoint ([#11301](https://github.com/pezkuwichain/pezkuwi-apps/pull/11301)) (Thanks to https://github.com/kukabi) Changes: -- Adding Filters for the Coretime - Overview Tab according to feedback ([#11217](https://github.com/pezkuwi-js/apps/pull/11217)) -- Fixed Table Spacing in Firefox ([#11287](https://github.com/pezkuwi-js/apps/pull/11287)) -- Disable unreachable endpoints ([#11286](https://github.com/pezkuwi-js/apps/pull/11286) [#11303](https://github.com/pezkuwi-js/apps/pull/11303)) -- Input Number component ([#11275](https://github.com/pezkuwi-js/apps/pull/11275)) -- Refactor Assets Page <> Improve Non-Native Asset Balance Display ([#11290](https://github.com/pezkuwi-js/apps/pull/11290)) -- Show Multilocation for Foreign Assets <> Assets Page ([#11306](https://github.com/pezkuwi-js/apps/pull/11306)) -- Upgraded pezkuwi dependencies ([#11309](https://github.com/pezkuwi-js/apps/pull/11309)) +- Adding Filters for the Coretime - Overview Tab according to feedback ([#11217](https://github.com/pezkuwichain/pezkuwi-apps/pull/11217)) +- Fixed Table Spacing in Firefox ([#11287](https://github.com/pezkuwichain/pezkuwi-apps/pull/11287)) +- Disable unreachable endpoints ([#11286](https://github.com/pezkuwichain/pezkuwi-apps/pull/11286) [#11303](https://github.com/pezkuwichain/pezkuwi-apps/pull/11303)) +- Input Number component ([#11275](https://github.com/pezkuwichain/pezkuwi-apps/pull/11275)) +- Refactor Assets Page <> Improve Non-Native Asset Balance Display ([#11290](https://github.com/pezkuwichain/pezkuwi-apps/pull/11290)) +- Show Multilocation for Foreign Assets <> Assets Page ([#11306](https://github.com/pezkuwichain/pezkuwi-apps/pull/11306)) +- Upgraded pezkuwi dependencies ([#11309](https://github.com/pezkuwichain/pezkuwi-apps/pull/11309)) ## 0.149.1 Feb 7, 2025 Contributed: -- Add Helixstreet Endpoints ([#11237](https://github.com/pezkuwi-js/apps/pull/11237)) (Thanks to https://github.com/helixstreet) -- Update moonbeam-types-bundle to latest ([#11240](https://github.com/pezkuwi-js/apps/pull/11240)) (Thanks to https://github.com/timbrinded) -- Update new paraId ([#11245](https://github.com/pezkuwi-js/apps/pull/11245)) (Thanks to https://github.com/ganesh1997oli) -- Add IBP endpoint to Mythos ([#11249](https://github.com/pezkuwi-js/apps/pull/11249)) (Thanks to https://github.com/miloskriz) -- Restore `wss://kreivo.io` provider to the list of providers ([#11250](https://github.com/pezkuwi-js/apps/pull/11250)) (Thanks to https://github.com/pandres95) -- Add Permanence DAO Europe public RPC endpoints for Pezkuwi and Zagros Asset Hub ([#11252](https://github.com/pezkuwi-js/apps/pull/11252)) (Thanks to https://github.com/kukabi) -- WeTEE added to Paseo ([#11254](https://github.com/pezkuwi-js/apps/pull/11254)) (Thanks to https://github.com/BurnWW) -- Update xode paraid in Paseo ([#11264](https://github.com/pezkuwi-js/apps/pull/11264)) (Thanks to https://github.com/Mrigesh901) -- Add blockops assethub rpc endpoint ([#11266](https://github.com/pezkuwi-js/apps/pull/11266)) (Thanks to https://github.com/haroldsphinx) -- Deleted OnFinality 2 endpoints ([#11270](https://github.com/pezkuwi-js/apps/pull/11270)) (Thanks to https://github.com/FiveKG) -- [KILT] Design change and node operator rename ([#11271](https://github.com/pezkuwi-js/apps/pull/11271)) (Thanks to https://github.com/rflechtner) -- Add LH ws to bittensor ([#11273](https://github.com/pezkuwi-js/apps/pull/11273)) (Thanks to https://github.com/camfairchild) +- Add Helixstreet Endpoints ([#11237](https://github.com/pezkuwichain/pezkuwi-apps/pull/11237)) (Thanks to https://github.com/helixstreet) +- Update moonbeam-types-bundle to latest ([#11240](https://github.com/pezkuwichain/pezkuwi-apps/pull/11240)) (Thanks to https://github.com/timbrinded) +- Update new paraId ([#11245](https://github.com/pezkuwichain/pezkuwi-apps/pull/11245)) (Thanks to https://github.com/ganesh1997oli) +- Add IBP endpoint to Mythos ([#11249](https://github.com/pezkuwichain/pezkuwi-apps/pull/11249)) (Thanks to https://github.com/miloskriz) +- Restore `wss://kreivo.io` provider to the list of providers ([#11250](https://github.com/pezkuwichain/pezkuwi-apps/pull/11250)) (Thanks to https://github.com/pandres95) +- Add Permanence DAO Europe public RPC endpoints for Pezkuwi and Zagros Asset Hub ([#11252](https://github.com/pezkuwichain/pezkuwi-apps/pull/11252)) (Thanks to https://github.com/kukabi) +- WeTEE added to Paseo ([#11254](https://github.com/pezkuwichain/pezkuwi-apps/pull/11254)) (Thanks to https://github.com/BurnWW) +- Update xode paraid in Paseo ([#11264](https://github.com/pezkuwichain/pezkuwi-apps/pull/11264)) (Thanks to https://github.com/Mrigesh901) +- Add blockops assethub rpc endpoint ([#11266](https://github.com/pezkuwichain/pezkuwi-apps/pull/11266)) (Thanks to https://github.com/haroldsphinx) +- Deleted OnFinality 2 endpoints ([#11270](https://github.com/pezkuwichain/pezkuwi-apps/pull/11270)) (Thanks to https://github.com/FiveKG) +- [KILT] Design change and node operator rename ([#11271](https://github.com/pezkuwichain/pezkuwi-apps/pull/11271)) (Thanks to https://github.com/rflechtner) +- Add LH ws to bittensor ([#11273](https://github.com/pezkuwichain/pezkuwi-apps/pull/11273)) (Thanks to https://github.com/camfairchild) Changes: -- Disable unreachable endpoints ([#11236](https://github.com/pezkuwi-js/apps/pull/11236) [#11258](https://github.com/pezkuwi-js/apps/pull/11258) [#11268](https://github.com/pezkuwi-js/apps/pull/11268)) -- Make use of `spendLocal` in treasury ([#11243](https://github.com/pezkuwi-js/apps/pull/11243)) -- Remove Experimental from Coretime ([#11246](https://github.com/pezkuwi-js/apps/pull/11246)) -- Ensure safeguard against treasury spendLocal functions ([#11247](https://github.com/pezkuwi-js/apps/pull/11247)) -- Showing what core the chain is renewed on ([#11256](https://github.com/pezkuwi-js/apps/pull/11256)) -- Treasury Spend Params Issue ([#11265](https://github.com/pezkuwi-js/apps/pull/11265)) -- Update @pezkuwi/types dep ([#11272](https://github.com/pezkuwi-js/apps/pull/11272)) -- Upgraded pezkuwi-js deps ([#11277](https://github.com/pezkuwi-js/apps/pull/11277)) -- Fee payment with any sufficient asset ([#11229](https://github.com/pezkuwi-js/apps/pull/11229)) -- 0.148.1 ([#11231](https://github.com/pezkuwi-js/apps/pull/11231)) +- Disable unreachable endpoints ([#11236](https://github.com/pezkuwichain/pezkuwi-apps/pull/11236) [#11258](https://github.com/pezkuwichain/pezkuwi-apps/pull/11258) [#11268](https://github.com/pezkuwichain/pezkuwi-apps/pull/11268)) +- Make use of `spendLocal` in treasury ([#11243](https://github.com/pezkuwichain/pezkuwi-apps/pull/11243)) +- Remove Experimental from Coretime ([#11246](https://github.com/pezkuwichain/pezkuwi-apps/pull/11246)) +- Ensure safeguard against treasury spendLocal functions ([#11247](https://github.com/pezkuwichain/pezkuwi-apps/pull/11247)) +- Showing what core the chain is renewed on ([#11256](https://github.com/pezkuwichain/pezkuwi-apps/pull/11256)) +- Treasury Spend Params Issue ([#11265](https://github.com/pezkuwichain/pezkuwi-apps/pull/11265)) +- Update @pezkuwi/types dep ([#11272](https://github.com/pezkuwichain/pezkuwi-apps/pull/11272)) +- Upgraded pezkuwi-js deps ([#11277](https://github.com/pezkuwichain/pezkuwi-apps/pull/11277)) +- Fee payment with any sufficient asset ([#11229](https://github.com/pezkuwichain/pezkuwi-apps/pull/11229)) +- 0.148.1 ([#11231](https://github.com/pezkuwichain/pezkuwi-apps/pull/11231)) ## 0.148.1 Jan 23, 2025 Contributed: -- Remove Dwellir Tinkernet endpoint ([#11196](https://github.com/pezkuwi-js/apps/pull/11196)) (Thanks to https://github.com/jonathanudd) -- Update Joystream staking inflation parameters ([#11206](https://github.com/pezkuwi-js/apps/pull/11206)) (Thanks to https://github.com/DzhideX) -- Add torus network chain ([#11175](https://github.com/pezkuwi-js/apps/pull/11175)) (Thanks to https://github.com/EdSDR) -- Change Aventus public rpc endpoints ([#11220](https://github.com/pezkuwi-js/apps/pull/11220)) (Thanks to https://github.com/vukomir) -- Update allfeat testnet ([#11214](https://github.com/pezkuwi-js/apps/pull/11214)) (Thanks to https://github.com/SailorSnoW) +- Remove Dwellir Tinkernet endpoint ([#11196](https://github.com/pezkuwichain/pezkuwi-apps/pull/11196)) (Thanks to https://github.com/jonathanudd) +- Update Joystream staking inflation parameters ([#11206](https://github.com/pezkuwichain/pezkuwi-apps/pull/11206)) (Thanks to https://github.com/DzhideX) +- Add torus network chain ([#11175](https://github.com/pezkuwichain/pezkuwi-apps/pull/11175)) (Thanks to https://github.com/EdSDR) +- Change Aventus public rpc endpoints ([#11220](https://github.com/pezkuwichain/pezkuwi-apps/pull/11220)) (Thanks to https://github.com/vukomir) +- Update allfeat testnet ([#11214](https://github.com/pezkuwichain/pezkuwi-apps/pull/11214)) (Thanks to https://github.com/SailorSnoW) - Changes: -- Fix broken balances page ([#11230](https://github.com/pezkuwi-js/apps/pull/11230)) -- Fixed broken Block Details for blocks/chains with V1 Weight ([#11225](https://github.com/pezkuwi-js/apps/pull/11225)) -- Fix get next asset Id ([#11213](https://github.com/pezkuwi-js/apps/pull/11213)) -- Restore submit proposal button for `proposeSend` ([#11218](https://github.com/pezkuwi-js/apps/pull/11218)) -- Fix default asset selection ([#11222](https://github.com/pezkuwi-js/apps/pull/11222)) -- Add more sale details to coretime plus region info ([#11188](https://github.com/pezkuwi-js/apps/pull/11188)) -- Fix transactionPaymentApi issue ([#11208](https://github.com/pezkuwi-js/apps/pull/11208)) -- Fix card title and related translations ([#11205](https://github.com/pezkuwi-js/apps/pull/11205)) -- Fix BountyType with new PalletBountiesBounty ([#11204](https://github.com/pezkuwi-js/apps/pull/11204)) -- Added missing types description to docs ([#11197](https://github.com/pezkuwi-js/apps/pull/11197)) -- Disable unreachable endpoints ([#11201](https://github.com/pezkuwi-js/apps/pull/11201)) ([#11216](https://github.com/pezkuwi-js/apps/pull/11216)) -- Bump dev to 0.83.2 ([#11210](https://github.com/pezkuwi-js/apps/pull/11210)) +- Fix broken balances page ([#11230](https://github.com/pezkuwichain/pezkuwi-apps/pull/11230)) +- Fixed broken Block Details for blocks/chains with V1 Weight ([#11225](https://github.com/pezkuwichain/pezkuwi-apps/pull/11225)) +- Fix get next asset Id ([#11213](https://github.com/pezkuwichain/pezkuwi-apps/pull/11213)) +- Restore submit proposal button for `proposeSend` ([#11218](https://github.com/pezkuwichain/pezkuwi-apps/pull/11218)) +- Fix default asset selection ([#11222](https://github.com/pezkuwichain/pezkuwi-apps/pull/11222)) +- Add more sale details to coretime plus region info ([#11188](https://github.com/pezkuwichain/pezkuwi-apps/pull/11188)) +- Fix transactionPaymentApi issue ([#11208](https://github.com/pezkuwichain/pezkuwi-apps/pull/11208)) +- Fix card title and related translations ([#11205](https://github.com/pezkuwichain/pezkuwi-apps/pull/11205)) +- Fix BountyType with new PalletBountiesBounty ([#11204](https://github.com/pezkuwichain/pezkuwi-apps/pull/11204)) +- Added missing types description to docs ([#11197](https://github.com/pezkuwichain/pezkuwi-apps/pull/11197)) +- Disable unreachable endpoints ([#11201](https://github.com/pezkuwichain/pezkuwi-apps/pull/11201)) ([#11216](https://github.com/pezkuwichain/pezkuwi-apps/pull/11216)) +- Bump dev to 0.83.2 ([#11210](https://github.com/pezkuwichain/pezkuwi-apps/pull/11210)) ## 0.147.1 Jan 9, 2025 Contributed: -- Allow identity on Shibuya ([#11081](https://github.com/pezkuwi-js/apps/pull/11081)) (Thanks to https://github.com/Dinonard) -- Re-adding Radiumblock as Khala endpoint provider ([#11102](https://github.com/pezkuwi-js/apps/pull/11102)) (Thanks to https://github.com/radiumb) -- Re-adding Radiumblock as Bridgehub Dicle and Pezkuwi Assethub endpoint provider ([#11104](https://github.com/pezkuwi-js/apps/pull/11104)) (Thanks to https://github.com/radiumb) -- Update testingRelayZagros.ts ([#11105](https://github.com/pezkuwi-js/apps/pull/11105)) (Thanks to https://github.com/radiumb) -- Enable Zondax paseo rpc node ([#11110](https://github.com/pezkuwi-js/apps/pull/11110)) (Thanks to https://github.com/emmanuelm41) -- Fix Files(IPFS) module status link and download link ([#10181](https://github.com/pezkuwi-js/apps/pull/10181)) (Thanks to https://github.com/XueMoMo) -- Re-adding Radiumblock as Shiden and Bifrost Pezkuwi endpoint ([#11112](https://github.com/pezkuwi-js/apps/pull/11112)) (Thanks to https://github.com/radiumb) -- Updated to load balanced RPC bajun ([#11114](https://github.com/pezkuwi-js/apps/pull/11114)) (Thanks to https://github.com/darkfriend77) -- Fix explorer links for Hydration ([#11120](https://github.com/pezkuwi-js/apps/pull/11120)) (Thanks to https://github.com/jak-pan) -- Add IBP2 endpoint for invarch & acala ([#11119](https://github.com/pezkuwi-js/apps/pull/11119)) (Thanks to https://github.com/senseless) -- Additional IBP endpoints for miscallaneous maintenance ([#11127](https://github.com/pezkuwi-js/apps/pull/11127)) (Thanks to https://github.com/miloskriz) -- Update edgeware nodes ([#11134](https://github.com/pezkuwi-js/apps/pull/11134)) (Thanks to https://github.com/JelliedOwl) -- Add Jamton ([#11123](https://github.com/pezkuwi-js/apps/pull/11123)) (Thanks to https://github.com/alexxxkny) -- Add Autonomys Taurus EVM testnet endpoints ([#11135](https://github.com/pezkuwi-js/apps/pull/11135)) (Thanks to https://github.com/jfrank-summit) -- Update statescan/subsquare external links ([#11143](https://github.com/pezkuwi-js/apps/pull/11143)) (Thanks to https://github.com/wliyongfeng) -- Updated Dwellir endpoints for Moonriver, Moonbeam, Basilisk and Hydration ([#11149](https://github.com/pezkuwi-js/apps/pull/11149)) (Thanks to https://github.com/Maharacha) -- Add NeuroWeb Testnet endpoint for Paseo ([#11151](https://github.com/pezkuwi-js/apps/pull/11151)) (Thanks to https://github.com/NZT48) -- Fix links to edgescan.ink for Edgeware ([#11154](https://github.com/pezkuwi-js/apps/pull/11154)) (Thanks to https://github.com/JelliedOwl) -- Add Helikon public RPC endpoint for Mythos ([#11141](https://github.com/pezkuwi-js/apps/pull/11141)) (Thanks to https://github.com/kukabi) -- Set Dicle People as identity provider for Kreivo ([#10609](https://github.com/pezkuwi-js/apps/pull/10609)) (Thanks to https://github.com/pandres95) -- Deleted the OnFinality Bajun endpoints ([](https://github.com/pezkuwi-js/apps/pull/11183)) (Thanks to https://github.com/FiveKG) -- Add Analog mainnet ([#11179](https://github.com/pezkuwi-js/apps/pull/11179)) (Thanks to https://github.com/FlorianFranzen) -- Add zagros penpal to the list of networks ([#11171](https://github.com/pezkuwi-js/apps/pull/11171)) (Thanks to https://github.com/franciscoaguirre) -- Updated the Onfinality Nodle endpoints ([#11189](https://github.com/pezkuwi-js/apps/pull/11189)) (Thanks to https://github.com/FiveKG) +- Allow identity on Shibuya ([#11081](https://github.com/pezkuwichain/pezkuwi-apps/pull/11081)) (Thanks to https://github.com/Dinonard) +- Re-adding Radiumblock as Khala endpoint provider ([#11102](https://github.com/pezkuwichain/pezkuwi-apps/pull/11102)) (Thanks to https://github.com/radiumb) +- Re-adding Radiumblock as Bridgehub Dicle and Pezkuwi Assethub endpoint provider ([#11104](https://github.com/pezkuwichain/pezkuwi-apps/pull/11104)) (Thanks to https://github.com/radiumb) +- Update testingRelayZagros.ts ([#11105](https://github.com/pezkuwichain/pezkuwi-apps/pull/11105)) (Thanks to https://github.com/radiumb) +- Enable Zondax paseo rpc node ([#11110](https://github.com/pezkuwichain/pezkuwi-apps/pull/11110)) (Thanks to https://github.com/emmanuelm41) +- Fix Files(IPFS) module status link and download link ([#10181](https://github.com/pezkuwichain/pezkuwi-apps/pull/10181)) (Thanks to https://github.com/XueMoMo) +- Re-adding Radiumblock as Shiden and Bifrost Pezkuwi endpoint ([#11112](https://github.com/pezkuwichain/pezkuwi-apps/pull/11112)) (Thanks to https://github.com/radiumb) +- Updated to load balanced RPC bajun ([#11114](https://github.com/pezkuwichain/pezkuwi-apps/pull/11114)) (Thanks to https://github.com/darkfriend77) +- Fix explorer links for Hydration ([#11120](https://github.com/pezkuwichain/pezkuwi-apps/pull/11120)) (Thanks to https://github.com/jak-pan) +- Add IBP2 endpoint for invarch & acala ([#11119](https://github.com/pezkuwichain/pezkuwi-apps/pull/11119)) (Thanks to https://github.com/senseless) +- Additional IBP endpoints for miscallaneous maintenance ([#11127](https://github.com/pezkuwichain/pezkuwi-apps/pull/11127)) (Thanks to https://github.com/miloskriz) +- Update edgeware nodes ([#11134](https://github.com/pezkuwichain/pezkuwi-apps/pull/11134)) (Thanks to https://github.com/JelliedOwl) +- Add Jamton ([#11123](https://github.com/pezkuwichain/pezkuwi-apps/pull/11123)) (Thanks to https://github.com/alexxxkny) +- Add Autonomys Taurus EVM testnet endpoints ([#11135](https://github.com/pezkuwichain/pezkuwi-apps/pull/11135)) (Thanks to https://github.com/jfrank-summit) +- Update statescan/subsquare external links ([#11143](https://github.com/pezkuwichain/pezkuwi-apps/pull/11143)) (Thanks to https://github.com/wliyongfeng) +- Updated Dwellir endpoints for Moonriver, Moonbeam, Basilisk and Hydration ([#11149](https://github.com/pezkuwichain/pezkuwi-apps/pull/11149)) (Thanks to https://github.com/Maharacha) +- Add NeuroWeb Testnet endpoint for Paseo ([#11151](https://github.com/pezkuwichain/pezkuwi-apps/pull/11151)) (Thanks to https://github.com/NZT48) +- Fix links to edgescan.ink for Edgeware ([#11154](https://github.com/pezkuwichain/pezkuwi-apps/pull/11154)) (Thanks to https://github.com/JelliedOwl) +- Add Helikon public RPC endpoint for Mythos ([#11141](https://github.com/pezkuwichain/pezkuwi-apps/pull/11141)) (Thanks to https://github.com/kukabi) +- Set Dicle People as identity provider for Kreivo ([#10609](https://github.com/pezkuwichain/pezkuwi-apps/pull/10609)) (Thanks to https://github.com/pandres95) +- Deleted the OnFinality Bajun endpoints ([](https://github.com/pezkuwichain/pezkuwi-apps/pull/11183)) (Thanks to https://github.com/FiveKG) +- Add Analog mainnet ([#11179](https://github.com/pezkuwichain/pezkuwi-apps/pull/11179)) (Thanks to https://github.com/FlorianFranzen) +- Add zagros penpal to the list of networks ([#11171](https://github.com/pezkuwichain/pezkuwi-apps/pull/11171)) (Thanks to https://github.com/franciscoaguirre) +- Updated the Onfinality Nodle endpoints ([#11189](https://github.com/pezkuwichain/pezkuwi-apps/pull/11189)) (Thanks to https://github.com/FiveKG) Changes: -- Relay Chain Coretime Sales UI ([#11091](https://github.com/pezkuwi-js/apps/pull/11091)) -- Allow for teyrchains with `isPeopleForIdentity` to access identity from the people chain ([#11160](https://github.com/pezkuwi-js/apps/pull/11160)) -- Upgrade chopsticks to 1.0.1 ([#11163](https://github.com/pezkuwi-js/apps/pull/11163)) -- Upgrade pezkuwi-js deps ([#11191](https://github.com/pezkuwi-js/apps/pull/11191)) +- Relay Chain Coretime Sales UI ([#11091](https://github.com/pezkuwichain/pezkuwi-apps/pull/11091)) +- Allow for teyrchains with `isPeopleForIdentity` to access identity from the people chain ([#11160](https://github.com/pezkuwichain/pezkuwi-apps/pull/11160)) +- Upgrade chopsticks to 1.0.1 ([#11163](https://github.com/pezkuwichain/pezkuwi-apps/pull/11163)) +- Upgrade pezkuwi-js deps ([#11191](https://github.com/pezkuwichain/pezkuwi-apps/pull/11191)) - @pezkuwi/api -> 15.2.1 - @pezkuwi/common -> 13.3.1 - @pezkuwi/ui -> 3.12.1 - @pezkuwi/tools -> 0.62.1 - @pezkuwi/extension -> 0.58.1 - @pezkuwi/phishing -> 0.25.1 -- Disable Unreachable Endpoints ([#11099](https://github.com/pezkuwi-js/apps/pull/11099)) ([#11161](https://github.com/pezkuwi-js/apps/pull/11161)) ([#11187](https://github.com/pezkuwi-js/apps/pull/11187)) -- Update Headers to 2025 ([#11172](https://github.com/pezkuwi-js/apps/pull/11172)) -- Update Scripts to correctly write headers ([#11176](https://github.com/pezkuwi-js/apps/pull/11176)) -- Fix test that writes to typesbundle ([#11180](https://github.com/pezkuwi-js/apps/pull/11180)) -- Bump yarn to 4.6.0 ([#11193](https://github.com/pezkuwi-js/apps/pull/11193)) +- Disable Unreachable Endpoints ([#11099](https://github.com/pezkuwichain/pezkuwi-apps/pull/11099)) ([#11161](https://github.com/pezkuwichain/pezkuwi-apps/pull/11161)) ([#11187](https://github.com/pezkuwichain/pezkuwi-apps/pull/11187)) +- Update Headers to 2025 ([#11172](https://github.com/pezkuwichain/pezkuwi-apps/pull/11172)) +- Update Scripts to correctly write headers ([#11176](https://github.com/pezkuwichain/pezkuwi-apps/pull/11176)) +- Fix test that writes to typesbundle ([#11180](https://github.com/pezkuwichain/pezkuwi-apps/pull/11180)) +- Bump yarn to 4.6.0 ([#11193](https://github.com/pezkuwichain/pezkuwi-apps/pull/11193)) diff --git a/I18N.md b/I18N.md index be7f7d6..714b0e9 100644 --- a/I18N.md +++ b/I18N.md @@ -14,11 +14,11 @@ Here you will find a dropdown of all the available languages and all the modules - adjust any strings as required - once completed with the changes, click the `Generate translation.json` button to download the translation file -- this file can now be added to the repo with a PR to https://github.com/pezkuwi-js/apps/tree/master/packages/apps/public/locales +- this file can now be added to the repo with a PR to https://github.com/pezkuwichain/pezkuwi-apps/tree/master/packages/apps/public/locales ## Adding a new language (if not in dropdown above) -The process is similar for the above, but does require a new folder with the language identifier to be added. Create [packages/apps/public/locales/](https://github.com/pezkuwi-js/apps/tree/master/packages/apps/public/locales) folder with an empty `translation.json` (containing only `{}`). After addition of the folder, run `yarn build:i18n` and then the new language will be available for update as per the process in the previous section. +The process is similar for the above, but does require a new folder with the language identifier to be added. Create [packages/apps/public/locales/](https://github.com/pezkuwichain/pezkuwi-apps/tree/master/packages/apps/public/locales) folder with an empty `translation.json` (containing only `{}`). After addition of the folder, run `yarn build:i18n` and then the new language will be available for update as per the process in the previous section. -In addition to the language folder, the language also needs to be added to the dropdown for available languages, this can be found in [packages/apps-config/src/settings/languages.ts](https://github.com/pezkuwi-js/apps/blob/master/packages/apps-config/src/settings/languages.ts) +In addition to the language folder, the language also needs to be added to the dropdown for available languages, this can be found in [packages/apps-config/src/settings/languages.ts](https://github.com/pezkuwichain/pezkuwi-apps/blob/master/packages/apps-config/src/settings/languages.ts) diff --git a/README.md b/README.md index 801339d..fd04f2b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To start off, this repo (along with others in the [@pezkuwi](https://github.com/ To get started - -1. Clone the repo locally, via `git clone https://github.com/pezkuwi-js/apps ` +1. Clone the repo locally, via `git clone https://github.com/pezkuwichain/pezkuwi-apps ` 2. Ensure that you have a recent LTS version of Node.js, for development purposes [Node >= 16](https://nodejs.org/en/) is recommended. 3. Ensure that you have a recent version of Yarn, for development purposes [Yarn >= 1.22](https://yarnpkg.com/docs/install) is required. 4. Install the dependencies by running `yarn install --frozen-lockfile` @@ -141,4 +141,4 @@ The accounts are stored in the following directories: * Linux: `~/.config/pezkuwi-apps/pezkuwi-accounts` (or `$XDG_CONFIG_HOME/pezkuwi-apps/pezkuwi-accounts` if `$XDG_CONFIG_HOME` is defined) * Windows: `%APPDATA%\pezkuwi-apps\pezkuwi-accounts` -For more details on the desktop app, head over to [Electron package README](https://github.com/pezkuwi-js/apps/blob/master/packages/apps-electron/README.md). +For more details on the desktop app, head over to [Electron package README](https://github.com/pezkuwichain/pezkuwi-apps/blob/master/packages/apps-electron/README.md). diff --git a/package.json b/package.json index 44b3229..83952a0 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@pezkuwi/api-derive": "^16.5.6", "@pezkuwi/hw-ledger": "^14.0.7", "@pezkuwi/keyring": "^14.0.7", - "@pezkuwi/networks": "^14.0.7", + "@pezkuwi/networks": "^14.0.9", "@pezkuwi/phishing": "^0.25.22", "@pezkuwi/rpc-augment": "^16.5.6", "@pezkuwi/rpc-core": "^16.5.6", @@ -108,7 +108,7 @@ "@pezkuwi/types-augment": "^16.5.6", "@pezkuwi/types-codec": "^16.5.6", "@pezkuwi/types-create": "^16.5.6", - "@pezkuwi/types-known": "^16.5.6", + "@pezkuwi/types-known": "^16.5.8", "@pezkuwi/types-support": "^16.5.6", "@pezkuwi/util": "^14.0.7", "@pezkuwi/util-crypto": "^14.0.7", diff --git a/packages/apps-config/src/api/constants.ts b/packages/apps-config/src/api/constants.ts index a781ff5..4d3aaa5 100644 --- a/packages/apps-config/src/api/constants.ts +++ b/packages/apps-config/src/api/constants.ts @@ -16,17 +16,20 @@ export function getGenesis (name: string): HexString { export const KULUPU_GENESIS = getGenesis('kulupu'); -// Dicle (formerly Kusama) genesis hash -export const DICLE_GENESIS = '0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe'; +// Dicle - Pezkuwi canary relay chain (placeholder until mainnet launch) +export const DICLE_GENESIS = '0xd9d3cd7c1e5d890d969b957f4c5b71a111bbeeabc968f1d0d4538c2663f080a7'; -// Pezkuwi (formerly Polkadot) genesis hash -export const PEZKUWI_GENESIS = '0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3'; +// Pezkuwi - Pezkuwi main relay chain (placeholder until mainnet launch) +export const PEZKUWI_GENESIS = '0x41693961995d879073269a008d0a52832caa3e0ae73869f02127f3d5daa4934c'; export const PEZKUWI_DENOM_BLOCK = new BN(1248328); export const PASEO_GENESIS = '0x77afd6190f1554ad45fd0d31aee62aacc33c6db0ea801129acb813f913e0764f'; -// Zagros (formerly Westend) genesis hash -export const ZAGROS_GENESIS = '0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e'; +// Zagros - Pezkuwi test relay chain (placeholder until testnet launch) +export const ZAGROS_GENESIS = '0x297f5a4d105b4b28312586ff1915572ffe4ee015ff772b76399ecbff25a22026'; + +// PezkuwiChain - Pezkuwi dev relay chain (placeholder until devnet launch) +export const PEZKUWICHAIN_GENESIS = '0x32154fd2c844f928c82964ff66168b41b15fc235f3a956d14393734c1ed4326b'; export const NEATCOIN_GENESIS = '0xfbb541421d30423c9a753ffa844b64fd44d823f513bf49e3b73b3a656309a595'; diff --git a/packages/apps-config/src/api/spec/fragnova.ts b/packages/apps-config/src/api/spec/fragnova.ts index 8d08b92..3c81da7 100644 --- a/packages/apps-config/src/api/spec/fragnova.ts +++ b/packages/apps-config/src/api/spec/fragnova.ts @@ -1,7 +1,7 @@ // Copyright 2017-2025 @pezkuwi/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 -// Not used/included in index.ts as of https://github.com/pezkuwi-js/apps/pull/9243 +// Not used/included in index.ts as of https://github.com/pezkuwichain/pezkuwi-apps/pull/9243 import type { OverrideBundleDefinition } from '@pezkuwi/types/types'; diff --git a/packages/apps-config/src/api/spec/index.ts b/packages/apps-config/src/api/spec/index.ts index b62f364..5e3bd75 100644 --- a/packages/apps-config/src/api/spec/index.ts +++ b/packages/apps-config/src/api/spec/index.ts @@ -46,7 +46,7 @@ import encointerNodeTeeproxy from './encointer-node-teeproxy.js'; import encointerPara from './encointer-para.js'; import equilibrium from './equilibrium.js'; import fantour from './fantour.js'; -// See https://github.com/pezkuwi-js/apps/pull/9243 +// See https://github.com/pezkuwichain/pezkuwi-apps/pull/9243 // import fragnova from './fragnova.js'; import ferrum from './ferrum.js'; import frequency from './frequency.js'; @@ -198,7 +198,7 @@ const spec: Record = { 'encointer-node-teeproxy': encointerNodeTeeproxy, 'encointer-teyrchain': encointerPara, fantour, - // See https://github.com/pezkuwi-js/apps/pull/9243 + // See https://github.com/pezkuwichain/pezkuwi-apps/pull/9243 // fragnova, // 'fragnova-testnet': fragnova, 'ferrum-teyrchain': ferrum, diff --git a/packages/apps-config/src/endpoints/production.ts b/packages/apps-config/src/endpoints/production.ts index ee1a99c..9e71690 100644 --- a/packages/apps-config/src/endpoints/production.ts +++ b/packages/apps-config/src/endpoints/production.ts @@ -61,7 +61,7 @@ export const prodChains: Omit[] = [ { info: 'Ares Odyssey', providers: { - // 'Ares Protocol': 'wss://odyssey.aresprotocol.io' // https://github.com/pezkuwi-js/apps/issues/10411 + // 'Ares Protocol': 'wss://odyssey.aresprotocol.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10411 }, text: 'Ares Odyssey', ui: { @@ -145,7 +145,7 @@ export const prodChains: Omit[] = [ { info: 'centrifuge', providers: { - // Centrifuge: 'wss://fullnode.centrifuge.io' // https://github.com/pezkuwi-js/apps/issues/8012 + // Centrifuge: 'wss://fullnode.centrifuge.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8012 }, text: 'Centrifuge Standalone [Archived]', ui: { @@ -157,7 +157,7 @@ export const prodChains: Omit[] = [ info: 'cere', providers: { 'Cere Network': 'wss://archive.mainnet.cere.network/ws' - // 'Republic Crypto | Runtime': 'wss://mainnet.cere-archive.republiccrypto-runtime.com:444' // https://github.com/pezkuwi-js/apps/issues/9828 + // 'Republic Crypto | Runtime': 'wss://mainnet.cere-archive.republiccrypto-runtime.com:444' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9828 }, text: 'Cere Network', ui: { @@ -190,7 +190,7 @@ export const prodChains: Omit[] = [ { info: 'communeai', providers: { - // Bitconnect: 'wss://commune-api-node-1.communeai.net' // https://github.com/pezkuwi-js/apps/issues/11950 + // Bitconnect: 'wss://commune-api-node-1.communeai.net' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11950 // OnFinality: 'wss://commune.api.onfinality.io/public-ws' }, text: 'Commune AI', @@ -202,7 +202,7 @@ export const prodChains: Omit[] = [ { info: 'competitors-club', providers: { - // 'Competitors Club': 'wss://node0.competitors.club/wss' // https://github.com/pezkuwi-js/apps/issues/8263 + // 'Competitors Club': 'wss://node0.competitors.club/wss' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8263 }, text: 'Competitors Club', ui: { @@ -224,7 +224,7 @@ export const prodChains: Omit[] = [ { info: 'crown-sterling', providers: { - // 'Crown Sterling': 'wss://blockchain.crownsterling.io' https://github.com/pezkuwi-js/apps/issues/10289 + // 'Crown Sterling': 'wss://blockchain.crownsterling.io' https://github.com/pezkuwichain/pezkuwi-apps/issues/10289 }, text: 'Crown Sterling', ui: { @@ -250,8 +250,8 @@ export const prodChains: Omit[] = [ { info: 'debio', providers: { - // DeBio: 'wss://ws-rpc.debio.network', // https://github.com/pezkuwi-js/apps/issues/10118 - // Octopus: 'wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e' // https://github.com/pezkuwi-js/apps/issues/11234 + // DeBio: 'wss://ws-rpc.debio.network', // https://github.com/pezkuwichain/pezkuwi-apps/issues/10118 + // Octopus: 'wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11234 }, text: 'DeBio', ui: { @@ -262,7 +262,7 @@ export const prodChains: Omit[] = [ { info: 'dock-pos-mainnet', providers: { - // 'Dock Association': 'wss://mainnet-node.dock.io' // https://github.com/pezkuwi-js/apps/issues/11460 + // 'Dock Association': 'wss://mainnet-node.dock.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11460 }, text: 'Dock', ui: { @@ -272,9 +272,9 @@ export const prodChains: Omit[] = [ { info: 'edgeware', providers: { - // 'Commonwealth Labs': 'wss://mainnet2.edgewa.re', // https://github.com/pezkuwi-js/apps/issues/10373 + // 'Commonwealth Labs': 'wss://mainnet2.edgewa.re', // https://github.com/pezkuwichain/pezkuwi-apps/issues/10373 'JelliedOwl Bangalore': 'wss://edgeware-rpc3.jelliedowl.net' - // OnFinality: 'wss://edgeware.api.onfinality.io/public-ws' // https://github.com/pezkuwi-js/apps/issues/9795 + // OnFinality: 'wss://edgeware.api.onfinality.io/public-ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9795 }, text: 'Edgeware', ui: { @@ -285,7 +285,7 @@ export const prodChains: Omit[] = [ { info: 'efinity', providers: { - // Efinity: 'wss://rpc.efinity.io' // https://github.com/pezkuwi-js/apps/pull/6761 + // Efinity: 'wss://rpc.efinity.io' // https://github.com/pezkuwichain/pezkuwi-apps/pull/6761 }, text: 'Efinity', ui: { @@ -307,7 +307,7 @@ export const prodChains: Omit[] = [ { info: 'fragnova', providers: { - // 'Fragnova Network': 'wss://ws.fragnova.network' // https://github.com/pezkuwi-js/apps/issues/10172 + // 'Fragnova Network': 'wss://ws.fragnova.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10172 }, text: 'Fragnova', // The text to display on the dropdown ui: { @@ -318,7 +318,7 @@ export const prodChains: Omit[] = [ { info: 'hanonycash', providers: { - // Hanonycash: 'wss://rpc.hanonycash.com' // https://github.com/pezkuwi-js/apps/runs/2755409009?check_suite_focus=true + // Hanonycash: 'wss://rpc.hanonycash.com' // https://github.com/pezkuwichain/pezkuwi-apps/runs/2755409009?check_suite_focus=true }, text: 'Hanonycash', ui: { @@ -339,7 +339,7 @@ export const prodChains: Omit[] = [ { info: 'innovatorchain', providers: { - // Innovator: 'wss://rpc.innovatorchain.com' // https://github.com/pezkuwi-js/apps/issues/10373 + // Innovator: 'wss://rpc.innovatorchain.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10373 }, text: 'Innovator Chain', ui: { @@ -363,8 +363,8 @@ export const prodChains: Omit[] = [ { info: 'jur', providers: { - // 'Iceberg Nodes': 'wss://jur-mainnet-archive-rpc-1.icebergnodes.io' // https://github.com/pezkuwi-js/apps/issues/10289 - // 'Simply Staking': 'wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws' // https://github.com/pezkuwi-js/apps/issues/10172 + // 'Iceberg Nodes': 'wss://jur-mainnet-archive-rpc-1.icebergnodes.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10289 + // 'Simply Staking': 'wss://jur-archive-mainnet-1.simplystaking.xyz/VX68C07AR4K2/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10172 }, text: 'Jur', ui: { @@ -375,7 +375,7 @@ export const prodChains: Omit[] = [ { info: 'kulupu', providers: { - // Kulupu: 'wss://rpc.kulupu.corepaper.org/ws' https://github.com/pezkuwi-js/apps/issues/11157 + // Kulupu: 'wss://rpc.kulupu.corepaper.org/ws' https://github.com/pezkuwichain/pezkuwi-apps/issues/11157 }, text: 'Kulupu', ui: { @@ -386,7 +386,7 @@ export const prodChains: Omit[] = [ { info: 'kusari', providers: { - // Swapdex: 'wss://ws.kusari.network' // https://github.com/pezkuwi-js/apps/issues/9712 + // Swapdex: 'wss://ws.kusari.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9712 }, text: 'Kusari', ui: { @@ -409,7 +409,7 @@ export const prodChains: Omit[] = [ { info: 'logion', providers: { - // 'Logion 1': 'wss://rpc01.logion.network' // https://github.com/pezkuwi-js/apps/issues/10667 + // 'Logion 1': 'wss://rpc01.logion.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10667 }, text: 'Logion Solochain (Archive)', ui: { @@ -420,8 +420,8 @@ export const prodChains: Omit[] = [ { info: 'mathchain', providers: { - // MathWallet: 'wss://mathchain-asia.maiziqianbao.net/ws', // https://github.com/pezkuwi-js/apps/issues/8525 - // 'MathWallet Backup': 'wss://mathchain-us.maiziqianbao.net/ws' // https://github.com/pezkuwi-js/apps/issues/8525 + // MathWallet: 'wss://mathchain-asia.maiziqianbao.net/ws', // https://github.com/pezkuwichain/pezkuwi-apps/issues/8525 + // 'MathWallet Backup': 'wss://mathchain-us.maiziqianbao.net/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8525 }, text: 'MathChain', ui: { @@ -432,7 +432,7 @@ export const prodChains: Omit[] = [ { info: 'minix', providers: { - // ChainX: 'wss://minichain-mainnet.coming.chat/ws' // https://github.com/pezkuwi-js/apps/issues/7182 + // ChainX: 'wss://minichain-mainnet.coming.chat/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7182 }, text: 'MiniX', ui: { @@ -443,8 +443,8 @@ export const prodChains: Omit[] = [ { info: 'myriad', providers: { - // Myriad: 'wss://ws-rpc.myriad.social', // https://github.com/pezkuwi-js/apps/issues/10172 - // Octopus: 'wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0' // https://github.com/pezkuwi-js/apps/issues/11263 + // Myriad: 'wss://ws-rpc.myriad.social', // https://github.com/pezkuwichain/pezkuwi-apps/issues/10172 + // Octopus: 'wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11263 }, text: 'Myriad', ui: { @@ -455,7 +455,7 @@ export const prodChains: Omit[] = [ { info: 'neatcoin', providers: { - // Neatcoin: 'wss://rpc.neatcoin.org/ws' https://github.com/pezkuwi-js/apps/issues/11157 + // Neatcoin: 'wss://rpc.neatcoin.org/ws' https://github.com/pezkuwichain/pezkuwi-apps/issues/11157 }, text: 'Neatcoin', ui: {} @@ -473,8 +473,8 @@ export const prodChains: Omit[] = [ { info: 'nodle', providers: { - // Nodle: 'wss://main3.nodleprotocol.io', // https://github.com/pezkuwi-js/apps/issues/7652 - // OnFinality: 'wss://nodle.api.onfinality.io/public-ws' // https://github.com/pezkuwi-js/apps/issues/8013 + // Nodle: 'wss://main3.nodleprotocol.io', // https://github.com/pezkuwichain/pezkuwi-apps/issues/7652 + // OnFinality: 'wss://nodle.api.onfinality.io/public-ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8013 }, text: 'Nodle', ui: { @@ -485,7 +485,7 @@ export const prodChains: Omit[] = [ { info: 'polkadex', providers: { - // OnFinality: 'wss://polkadex.api.onfinality.io/public-ws', // https://github.com/pezkuwi-js/apps/issues/11827 + // OnFinality: 'wss://polkadex.api.onfinality.io/public-ws', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11827 PolkadexSup: 'wss://so.polkadex.ee', RadiumBlock: 'wss://polkadex.public.curie.radiumblock.co/ws' }, @@ -509,7 +509,7 @@ export const prodChains: Omit[] = [ { info: 'riochain', providers: { - // RioChain: 'wss://node.v1.riochain.io' // https://github.com/pezkuwi-js/apps/issues/9054 + // RioChain: 'wss://node.v1.riochain.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9054 }, text: 'RioChain', ui: { @@ -520,7 +520,7 @@ export const prodChains: Omit[] = [ { info: 'robonomics', providers: { - // Airalab: 'wss://dicle.rpc.robonomics.network/' // https://github.com/pezkuwi-js/apps/pull/6761 + // Airalab: 'wss://dicle.rpc.robonomics.network/' // https://github.com/pezkuwichain/pezkuwi-apps/pull/6761 }, text: 'Robonomics', ui: { @@ -531,7 +531,7 @@ export const prodChains: Omit[] = [ { info: 'sherpax', providers: { - // ChainX: 'wss://mainnet.sherpax.io' // https://github.com/pezkuwi-js/apps/issues/9712 + // ChainX: 'wss://mainnet.sherpax.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9712 }, text: 'SherpaX', ui: { @@ -545,7 +545,7 @@ export const prodChains: Omit[] = [ OnFinality: 'wss://sora.api.onfinality.io/public-ws', 'SORA Parliament Ministry of Finance': 'wss://ws.mof.sora.org', 'SORA Parliament Ministry of Finance #2': 'wss://mof2.sora.org' - // 'SORA Parliament Ministry of Finance #3': 'wss://mof3.sora.org' // https://github.com/pezkuwi-js/apps/issues/12007 + // 'SORA Parliament Ministry of Finance #3': 'wss://mof3.sora.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/12007 }, text: 'SORA', ui: { @@ -556,7 +556,7 @@ export const prodChains: Omit[] = [ { info: 'spanner', providers: { - // Spanner: 'wss://wss.spannerprotocol.com' // https://github.com/pezkuwi-js/apps/issues/6547 + // Spanner: 'wss://wss.spannerprotocol.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6547 }, text: 'Spanner', ui: { @@ -578,7 +578,7 @@ export const prodChains: Omit[] = [ { info: 'subgame', providers: { - // SubGame: 'wss://mainnet.subgame.org/' // https://github.com/pezkuwi-js/apps/issues/9030 + // SubGame: 'wss://mainnet.subgame.org/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9030 }, text: 'SubGame', ui: { @@ -589,7 +589,7 @@ export const prodChains: Omit[] = [ { info: 'subsocial', providers: { - // DappForce: 'wss://rpc.subsocial.network' // https://github.com/pezkuwi-js/apps/issues/8046 + // DappForce: 'wss://rpc.subsocial.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8046 }, text: 'Subsocial', ui: { @@ -600,7 +600,7 @@ export const prodChains: Omit[] = [ { info: 'swapdex', providers: { - // Swapdex: 'wss://ws.swapdex.network' // https://github.com/pezkuwi-js/apps/issues/10030 + // Swapdex: 'wss://ws.swapdex.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10030 }, text: 'Swapdex', ui: { @@ -635,7 +635,7 @@ export const prodChains: Omit[] = [ { info: 'ternoa', providers: { - CapsuleCorp: 'wss://mainnet.ternoa.network' // https://github.com/pezkuwi-js/apps/issues/10172 + CapsuleCorp: 'wss://mainnet.ternoa.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10172 }, text: 'Ternoa', ui: { @@ -668,7 +668,7 @@ export const prodChains: Omit[] = [ { info: 'uniarts', providers: { - // UniArts: 'wss://mainnet.uniarts.vip:9443' // https://github.com/pezkuwi-js/apps/issues/9059 + // UniArts: 'wss://mainnet.uniarts.vip:9443' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9059 }, text: 'UniArts', ui: { @@ -691,9 +691,9 @@ export const prodChains: Omit[] = [ info: 'vara', isPeopleForIdentity: false, providers: { - // Blast: 'wss://vara-mainnet.public.blastapi.io', // https://github.com/pezkuwi-js/apps/issues/11577 + // Blast: 'wss://vara-mainnet.public.blastapi.io', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11577 Gear: 'wss://rpc.vara.network' - // 'P2P.org': 'wss://vara.bizinikiwi-rpc.p2p.org/' // https://github.com/pezkuwi-js/apps/issues/11337 + // 'P2P.org': 'wss://vara.bizinikiwi-rpc.p2p.org/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11337 }, text: 'Vara', ui: { @@ -715,7 +715,7 @@ export const prodChains: Omit[] = [ { info: 'westlake', providers: { - // DataHighway: 'wss://westlake.datahighway.com' // https://github.com/pezkuwi-js/apps/issues/7293 + // DataHighway: 'wss://westlake.datahighway.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7293 }, text: 'Westlake', ui: { diff --git a/packages/apps-config/src/endpoints/productionRelayDicle.ts b/packages/apps-config/src/endpoints/productionRelayDicle.ts index 0654559..0b54881 100644 --- a/packages/apps-config/src/endpoints/productionRelayDicle.ts +++ b/packages/apps-config/src/endpoints/productionRelayDicle.ts @@ -4,6 +4,7 @@ import type { EndpointOption } from './types.js'; import { DICLE_GENESIS } from '../api/constants.js'; +import { chainsDicleSVG } from '../ui/logos/chains/index.js'; import { getTeleports } from './util.js'; // Dicle Network Endpoints (Canary Network) @@ -22,7 +23,7 @@ export const prodParasDicle: Omit[] = [ text: 'Asset Hub', ui: { color: '#f47738', - logo: 'chainsDicleSVG' + logo: chainsDicleSVG } }, { @@ -36,7 +37,7 @@ export const prodParasDicle: Omit[] = [ text: 'Bridge Hub', ui: { color: '#f47738', - logo: 'chainsDicleSVG' + logo: chainsDicleSVG } }, { @@ -50,7 +51,7 @@ export const prodParasDicle: Omit[] = [ text: 'Collectives', ui: { color: '#f47738', - logo: 'chainsDicleSVG' + logo: chainsDicleSVG } }, { @@ -64,7 +65,7 @@ export const prodParasDicle: Omit[] = [ text: 'Coretime', ui: { color: '#f47738', - logo: 'chainsDicleSVG' + logo: chainsDicleSVG } }, { @@ -79,7 +80,7 @@ export const prodParasDicle: Omit[] = [ text: 'People', ui: { color: '#f47738', - logo: 'chainsDicleSVG' + logo: chainsDicleSVG } } ]; @@ -102,6 +103,6 @@ export const prodRelayDicle: EndpointOption = { ui: { color: '#f47738', identityIcon: 'jdenticon', - logo: 'chainsDicleSVG' + logo: chainsDicleSVG } }; diff --git a/packages/apps-config/src/endpoints/productionRelayPezkuwi.ts b/packages/apps-config/src/endpoints/productionRelayPezkuwi.ts index ef2db5f..676afd9 100644 --- a/packages/apps-config/src/endpoints/productionRelayPezkuwi.ts +++ b/packages/apps-config/src/endpoints/productionRelayPezkuwi.ts @@ -4,6 +4,7 @@ import type { EndpointOption } from './types.js'; import { PEZKUWI_GENESIS } from '../api/constants.js'; +import { chainsPezkuwiSVG } from '../ui/logos/chains/index.js'; import { getTeleports } from './util.js'; // Pezkuwi Network Endpoints @@ -22,7 +23,7 @@ export const prodParasPezkuwi: Omit[] = [ text: 'Asset Hub', ui: { color: '#86e62a', - logo: 'chainsPezkuwiSVG' + logo: chainsPezkuwiSVG } }, { @@ -36,7 +37,7 @@ export const prodParasPezkuwi: Omit[] = [ text: 'Bridge Hub', ui: { color: '#86e62a', - logo: 'chainsPezkuwiSVG' + logo: chainsPezkuwiSVG } }, { @@ -50,7 +51,7 @@ export const prodParasPezkuwi: Omit[] = [ text: 'Collectives', ui: { color: '#86e62a', - logo: 'chainsPezkuwiSVG' + logo: chainsPezkuwiSVG } }, { @@ -64,7 +65,7 @@ export const prodParasPezkuwi: Omit[] = [ text: 'Coretime', ui: { color: '#86e62a', - logo: 'chainsPezkuwiSVG' + logo: chainsPezkuwiSVG } }, { @@ -79,7 +80,7 @@ export const prodParasPezkuwi: Omit[] = [ text: 'People', ui: { color: '#86e62a', - logo: 'chainsPezkuwiSVG' + logo: chainsPezkuwiSVG } } ]; @@ -103,6 +104,6 @@ export const prodRelayPezkuwi: EndpointOption = { ui: { color: '#e6007a', identityIcon: 'jdenticon', - logo: 'chainsPezkuwiSVG' + logo: chainsPezkuwiSVG } }; diff --git a/packages/apps-config/src/endpoints/testing.ts b/packages/apps-config/src/endpoints/testing.ts index dfc3e12..71ec191 100644 --- a/packages/apps-config/src/endpoints/testing.ts +++ b/packages/apps-config/src/endpoints/testing.ts @@ -37,7 +37,7 @@ export const testChains: Omit[] = [ { info: '3dpass-testnet', providers: { - // '3dpass': 'wss://test-rpc.3dpass.org' // https://github.com/pezkuwi-js/apps/issues/9443 + // '3dpass': 'wss://test-rpc.3dpass.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9443 }, text: '3DPass Testnet', ui: { @@ -48,7 +48,7 @@ export const testChains: Omit[] = [ { info: 'aleph-testnet', providers: { - // 'Aleph Zero Foundation': 'wss://ws.test.azero.dev' // https://github.com/pezkuwi-js/apps/issues/11882 + // 'Aleph Zero Foundation': 'wss://ws.test.azero.dev' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11882 // OnFinality: 'wss://aleph-zero.api.onfinality.io/public-ws' }, text: 'Aleph Zero Testnet', @@ -73,7 +73,7 @@ export const testChains: Omit[] = [ { info: 'nodle', providers: { - // Nodle: 'wss://arcadia1.nodleprotocol.io' // https://github.com/pezkuwi-js/apps/issues/7652 + // Nodle: 'wss://arcadia1.nodleprotocol.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7652 }, text: 'Arcadia', ui: { @@ -84,7 +84,7 @@ export const testChains: Omit[] = [ { info: 'arctic', providers: { - // Arctic: 'wss://arctic-rpc.icenetwork.io:9944' // https://github.com/pezkuwi-js/apps/issues/9405 + // Arctic: 'wss://arctic-rpc.icenetwork.io:9944' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9405 }, text: 'Arctic', ui: { @@ -94,7 +94,7 @@ export const testChains: Omit[] = [ { info: 'Ares Gladios', providers: { - // 'Ares Protocol': 'wss://gladios.aresprotocol.io' // https://github.com/pezkuwi-js/apps/issues/9106 + // 'Ares Protocol': 'wss://gladios.aresprotocol.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9106 }, text: 'Ares Gladios', ui: { @@ -116,7 +116,7 @@ export const testChains: Omit[] = [ { info: 'jaz', providers: { - // Jaz: 'wss://ws0.jaz.network' // https://github.com/pezkuwi-js/apps/issues/9059 + // Jaz: 'wss://ws0.jaz.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9059 }, text: 'Artio Testnet', ui: { @@ -149,7 +149,7 @@ export const testChains: Omit[] = [ { info: 'edgeware', providers: { - // JelliedOwl: 'wss://beresheet.jelliedowl.net' // https://github.com/pezkuwi-js/apps/issues/11696 + // JelliedOwl: 'wss://beresheet.jelliedowl.net' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11696 }, text: 'Beresheet (Edgeware)', ui: { @@ -159,7 +159,7 @@ export const testChains: Omit[] = [ { info: 'bifrost', providers: { - // Liebi: 'wss://bifrost-rpc.testnet.liebi.com/ws' // https://github.com/pezkuwi-js/apps/issues/8139 + // Liebi: 'wss://bifrost-rpc.testnet.liebi.com/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8139 }, text: 'Bifrost Stage Network', ui: { @@ -192,8 +192,8 @@ export const testChains: Omit[] = [ { info: 'cere', providers: { - // 'Cere Network': 'wss://archive.testnet.cere.network/ws' // https://github.com/pezkuwi-js/apps/issues/9712 - // 'Republic Crypto | Runtime': 'wss://testnet.cere-archive.republiccrypto-runtime.com:444' // https://github.com/pezkuwi-js/apps/issues/9712 + // 'Cere Network': 'wss://archive.testnet.cere.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9712 + // 'Republic Crypto | Runtime': 'wss://testnet.cere-archive.republiccrypto-runtime.com:444' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9712 }, text: 'Cere Network Testnet', ui: { @@ -204,7 +204,7 @@ export const testChains: Omit[] = [ { info: 'cess-testnet', providers: { - // CESS: 'wss://testnet-rpc0.cess.cloud/ws/' // https://github.com/pezkuwi-js/apps/issues/10184 + // CESS: 'wss://testnet-rpc0.cess.cloud/ws/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10184 }, text: 'CESS Testnet', ui: { @@ -248,8 +248,8 @@ export const testChains: Omit[] = [ { info: 'Crust Maxwell', providers: { - // 'Crust Network': 'wss://api.crust.network/', // https://github.com/pezkuwi-js/apps/issues/8060 - // 'DCloud Foundation': 'wss://api.decloudf.com/' // https://github.com/pezkuwi-js/apps/issues/8060 + // 'Crust Network': 'wss://api.crust.network/', // https://github.com/pezkuwichain/pezkuwi-apps/issues/8060 + // 'DCloud Foundation': 'wss://api.decloudf.com/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8060 }, text: 'Crust Maxwell', ui: { @@ -283,7 +283,7 @@ export const testChains: Omit[] = [ info: 'datahighway', isDisabled: true, providers: { - // MXC: 'wss://spreehafen.datahighway.com' // https://github.com/pezkuwi-js/apps/issues/9601 + // MXC: 'wss://spreehafen.datahighway.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9601 }, text: 'Spreehafen', ui: { @@ -293,8 +293,8 @@ export const testChains: Omit[] = [ { info: 'debio-testnet', providers: { - // DeBio: 'wss://ws-rpc.testnet.debio.network', // https://github.com/pezkuwi-js/apps/issues/10172 - // Octopus: 'wss://gateway.testnet.octopus.network/debionetwork/554976cbb180f676f188abe14d63ca24' // https://github.com/pezkuwi-js/apps/issues/10667 + // DeBio: 'wss://ws-rpc.testnet.debio.network', // https://github.com/pezkuwichain/pezkuwi-apps/issues/10172 + // Octopus: 'wss://gateway.testnet.octopus.network/debionetwork/554976cbb180f676f188abe14d63ca24' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10667 }, text: 'DeBio Testnet', ui: { @@ -305,7 +305,7 @@ export const testChains: Omit[] = [ { info: 'dock-testnet', providers: { - // 'Dock Association': 'wss://knox-1.dock.io' // https://github.com/pezkuwi-js/apps/issues/6831 + // 'Dock Association': 'wss://knox-1.dock.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6831 }, text: 'Dock', ui: { @@ -315,7 +315,7 @@ export const testChains: Omit[] = [ { info: 'dolphin', providers: { - // 'Dolphin Testnet': 'wss://trillian.dolphin.red' // https://github.com/pezkuwi-js/apps/issues/7439 + // 'Dolphin Testnet': 'wss://trillian.dolphin.red' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7439 }, text: 'Dolphin Testnet', ui: { @@ -326,7 +326,7 @@ export const testChains: Omit[] = [ { info: 'dotmog', providers: { - // DOTMog: 'wss://mogiway-01.dotmog.com' // https://github.com/pezkuwi-js/apps/issues/8895 + // DOTMog: 'wss://mogiway-01.dotmog.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8895 }, text: 'DOTMog', ui: { @@ -337,7 +337,7 @@ export const testChains: Omit[] = [ { info: 'encointer', providers: { - // 'Encointer Association': 'wss://gesell.encointer.org' // https://github.com/pezkuwi-js/apps/issues/11186 + // 'Encointer Association': 'wss://gesell.encointer.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11186 }, text: 'Encointer Gesell', ui: { @@ -348,7 +348,7 @@ export const testChains: Omit[] = [ { info: 'equilibrium', providers: { - // Equilibrium: 'wss://testnet.equilibrium.io' // https://github.com/pezkuwi-js/apps/issues/6250 + // Equilibrium: 'wss://testnet.equilibrium.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6250 }, text: 'Equilibrium', ui: { @@ -359,7 +359,7 @@ export const testChains: Omit[] = [ { info: 'fantour', providers: { - // FantourDev: 'wss://test-ws.fantour.io' // https://github.com/pezkuwi-js/apps/issues/6519 + // FantourDev: 'wss://test-ws.fantour.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6519 }, text: 'Fantour', ui: { @@ -370,7 +370,7 @@ export const testChains: Omit[] = [ { info: 'ferrum', providers: { - // FerrumNetwork: 'wss://testnet.dev.svcs.ferrumnetwork.io' // https://github.com/pezkuwi-js/apps/issues/9748 + // FerrumNetwork: 'wss://testnet.dev.svcs.ferrumnetwork.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9748 }, text: 'Ferrum Testnet', ui: { @@ -381,7 +381,7 @@ export const testChains: Omit[] = [ { info: 'bizinikiwi', providers: { - // Parity: 'wss://bizinikiwi-rpc.parity.io' // https://github.com/pezkuwi-js/apps/issues/5571 + // Parity: 'wss://bizinikiwi-rpc.parity.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/5571 }, text: 'Flaming Fir', ui: { @@ -391,7 +391,7 @@ export const testChains: Omit[] = [ { info: 'fragnova', providers: { - // 'Fragnova Network': 'wss://ws-test.fragnova.network' // https://github.com/pezkuwi-js/apps/issues/9490 + // 'Fragnova Network': 'wss://ws-test.fragnova.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9490 }, text: 'Fragnova Testnet', ui: { @@ -402,7 +402,7 @@ export const testChains: Omit[] = [ { info: 'Galital', providers: { - // StarkleyTech: 'wss://galital-rpc-testnet.starkleytech.com' // https://github.com/pezkuwi-js/apps/issues/6721 + // StarkleyTech: 'wss://galital-rpc-testnet.starkleytech.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6721 }, text: 'Galital PC2', ui: { @@ -413,8 +413,8 @@ export const testChains: Omit[] = [ { info: 'galois', providers: { - // MathWallet: 'wss://galois-hk.maiziqianbao.net/ws', // https://github.com/pezkuwi-js/apps/issues/9059 - // 'MathWallet Backup': 'wss://galois.maiziqianbao.net/ws' // https://github.com/pezkuwi-js/apps/issues/9109 + // MathWallet: 'wss://galois-hk.maiziqianbao.net/ws', // https://github.com/pezkuwichain/pezkuwi-apps/issues/9059 + // 'MathWallet Backup': 'wss://galois.maiziqianbao.net/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9109 }, text: 'Galois', ui: { @@ -425,7 +425,7 @@ export const testChains: Omit[] = [ { info: 'gamepower', providers: { - // GamePower: 'wss://gamepower.io' // https://github.com/pezkuwi-js/apps/issues/7223 + // GamePower: 'wss://gamepower.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7223 }, text: 'GamePower', ui: { @@ -436,7 +436,7 @@ export const testChains: Omit[] = [ { info: 'geek', providers: { - // 'Geek Team': 'wss://testnet.geekcash.org' // https://github.com/pezkuwi-js/apps/issues/8361 + // 'Geek Team': 'wss://testnet.geekcash.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8361 }, text: 'GeekCash', ui: { @@ -447,7 +447,7 @@ export const testChains: Omit[] = [ { info: 'halongbay', providers: { - // Halongbay: 'wss://halongbay.polkafoundry.com' // https://github.com/pezkuwi-js/apps/issues/6871 + // Halongbay: 'wss://halongbay.polkafoundry.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6871 }, text: 'Halongbay Testnet', ui: { @@ -458,7 +458,7 @@ export const testChains: Omit[] = [ { info: 'interlay-testnet', providers: { - // Interlay: 'wss://api-testnet.interlay.io/teyrchain/' https://github.com/pezkuwi-js/apps/issues/11157 + // Interlay: 'wss://api-testnet.interlay.io/teyrchain/' https://github.com/pezkuwichain/pezkuwi-apps/issues/11157 }, text: 'Interlay Testnet', ui: { @@ -468,7 +468,7 @@ export const testChains: Omit[] = [ { info: 'brainstorm', providers: { - // 'InvArch Team': 'wss://brainstorm.invarch.network/' // https://github.com/pezkuwi-js/apps/issues/8020 + // 'InvArch Team': 'wss://brainstorm.invarch.network/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8020 }, text: 'InvArch Brainstorm Testnet', ui: { @@ -478,7 +478,7 @@ export const testChains: Omit[] = [ }, { info: 'ipse', - isDisabled: true, // https://github.com/pezkuwi-js/apps/issues/6242 + isDisabled: true, // https://github.com/pezkuwichain/pezkuwi-apps/issues/6242 providers: { 'IPSE China': 'wss://testnet-china.ipse.io', 'IPSE Europe': 'wss://testnet-europe.ipse.io', @@ -493,7 +493,7 @@ export const testChains: Omit[] = [ { info: 'jupiter', providers: { - // Patract: 'wss://ws.jupiter-poa.patract.cn' // https://github.com/pezkuwi-js/apps/issues/7765 + // Patract: 'wss://ws.jupiter-poa.patract.cn' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7765 }, text: 'Jupiter', ui: { @@ -504,7 +504,7 @@ export const testChains: Omit[] = [ { info: 'jur', providers: { - // Jur: 'wss://testnet.jur.io' // https://github.com/pezkuwi-js/apps/issues/11186 + // Jur: 'wss://testnet.jur.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11186 }, text: 'Jur Testnet', ui: { @@ -515,7 +515,7 @@ export const testChains: Omit[] = [ { info: 'karmachain', providers: { - // Karmachain: 'wss://api3.karmaco.in' // https://github.com/pezkuwi-js/apps/issues/10091 + // Karmachain: 'wss://api3.karmaco.in' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10091 }, text: 'Karmachain Testnet', ui: { @@ -526,7 +526,7 @@ export const testChains: Omit[] = [ { info: 'khala', providers: { - // 'Phala Network': 'wss://pc-test-3.phala.network/khala/ws' // https://github.com/pezkuwi-js/apps/issues/6930 + // 'Phala Network': 'wss://pc-test-3.phala.network/khala/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6930 }, text: 'Khala (Para 3)', ui: { @@ -537,7 +537,7 @@ export const testChains: Omit[] = [ { info: 'kintsugi-testnet', providers: { - // Interlay: 'wss://api-dev-kintsugi.interlay.io/teyrchain' // https://github.com/pezkuwi-js/apps/issues/11620 + // Interlay: 'wss://api-dev-kintsugi.interlay.io/teyrchain' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11620 }, text: 'Kintsugi Testnet', ui: { @@ -548,7 +548,7 @@ export const testChains: Omit[] = [ { info: 'klugdossier', providers: { - // 'Klug Dossier': 'wss://klugdossier.net/' // https://github.com/pezkuwi-js/apps/issues/8081 + // 'Klug Dossier': 'wss://klugdossier.net/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8081 }, text: 'Klug Dossier', ui: { @@ -559,7 +559,7 @@ export const testChains: Omit[] = [ { info: 'kylin', providers: { - // 'Kylin Network': 'wss://testnet.kylin-node.co.uk' // https://github.com/pezkuwi-js/apps/issues/6635 + // 'Kylin Network': 'wss://testnet.kylin-node.co.uk' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6635 }, text: 'Kylin Testnet', ui: { @@ -580,7 +580,7 @@ export const testChains: Omit[] = [ { info: 'logion', providers: { - // Logion: 'wss://test-para-rpc01.logion.network' // https://github.com/pezkuwi-js/apps/issues/11882 + // Logion: 'wss://test-para-rpc01.logion.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11882 }, text: 'Logion Testnet', ui: { @@ -591,8 +591,8 @@ export const testChains: Omit[] = [ { info: 'acala', providers: { - // Acala: 'wss://mandala.polkawallet.io' // https://github.com/pezkuwi-js/apps/issues/9005 - // OnFinality: 'wss://acala-mandala.api.onfinality.io/public-ws' // https://github.com/pezkuwi-js/apps/issues/8105 + // Acala: 'wss://mandala.polkawallet.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9005 + // OnFinality: 'wss://acala-mandala.api.onfinality.io/public-ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8105 }, text: 'Mandala', ui: { @@ -602,7 +602,7 @@ export const testChains: Omit[] = [ { info: 'manta', providers: { - // 'Manta Testnet': 'wss://ws.f1.testnet.manta.network' // https://github.com/pezkuwi-js/apps/issues/6384 + // 'Manta Testnet': 'wss://ws.f1.testnet.manta.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6384 }, text: 'Manta Testnet', ui: { @@ -624,7 +624,7 @@ export const testChains: Omit[] = [ { info: 'minix', providers: { - // Chainx: 'wss://minichain.coming.chat/ws' // https://github.com/pezkuwi-js/apps/issues/8132 + // Chainx: 'wss://minichain.coming.chat/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8132 }, text: 'MiniX Testnet', ui: { @@ -635,12 +635,12 @@ export const testChains: Omit[] = [ { info: 'moonbaseAlpha', providers: { - // Blast: 'wss://moonbase-alpha.public.blastapi.io', // https://github.com/pezkuwi-js/apps/issues/11608 - // Dwellir: 'wss://moonbase-rpc.n.dwellir.com', // https://github.com/pezkuwi-js/apps/issues/11935 + // Blast: 'wss://moonbase-alpha.public.blastapi.io', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11608 + // Dwellir: 'wss://moonbase-rpc.n.dwellir.com', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11935 'Moonbeam Foundation': 'wss://wss.api.moonbase.moonbeam.network', OnFinality: 'wss://moonbeam-alpha.api.onfinality.io/public-ws', RadiumBlock: 'wss://moonbase.public.curie.radiumblock.co/ws' - // UnitedBloc: 'wss://moonbase.unitedbloc.com' // https://github.com/pezkuwi-js/apps/issues/11992 + // UnitedBloc: 'wss://moonbase.unitedbloc.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11992 }, text: 'Moonbase Alpha', ui: { @@ -651,7 +651,7 @@ export const testChains: Omit[] = [ { info: 'mybank', providers: { - // MYBANK: 'wss://mybank.network/bizinikiwi' // https://github.com/pezkuwi-js/apps/issues/5845 + // MYBANK: 'wss://mybank.network/bizinikiwi' // https://github.com/pezkuwichain/pezkuwi-apps/issues/5845 }, text: 'mybank.network', ui: { @@ -662,8 +662,8 @@ export const testChains: Omit[] = [ { info: 'myriad-tesnet', providers: { - // Myriad: 'wss://ws-rpc.testnet.myriad.social', // https://github.com/pezkuwi-js/apps/issues/10172 - // Octopus: 'wss://gateway.testnet.octopus.network/myriad/8f543a1c219f14d83c0faedefdd5be6e' // https://github.com/pezkuwi-js/apps/issues/10667 + // Myriad: 'wss://ws-rpc.testnet.myriad.social', // https://github.com/pezkuwichain/pezkuwi-apps/issues/10172 + // Octopus: 'wss://gateway.testnet.octopus.network/myriad/8f543a1c219f14d83c0faedefdd5be6e' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10667 }, text: 'Myriad Testnet', ui: { @@ -674,8 +674,8 @@ export const testChains: Omit[] = [ { info: 'nftmart', providers: { - // NFTMartDev: 'wss://dev-ws.nftmart.io', // https://github.com/pezkuwi-js/apps/issues/9059 - // NFTMartStaging: 'wss://staging-ws.nftmart.io' // https://github.com/pezkuwi-js/apps/issues/9059 + // NFTMartDev: 'wss://dev-ws.nftmart.io', // https://github.com/pezkuwichain/pezkuwi-apps/issues/9059 + // NFTMartStaging: 'wss://staging-ws.nftmart.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9059 }, text: 'NFTMart', ui: { @@ -686,7 +686,7 @@ export const testChains: Omit[] = [ { info: 'opportunity', providers: { - // 'Standard Protocol': 'wss://rpc.opportunity.standard.tech' // https://github.com/pezkuwi-js/apps/issues/7982 + // 'Standard Protocol': 'wss://rpc.opportunity.standard.tech' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7982 }, text: 'Opportunity', ui: { @@ -707,7 +707,7 @@ export const testChains: Omit[] = [ { info: 'phoenix', providers: { - // 'phoenix Protocol': 'wss://phoenix-ws.coinid.pro/' // https://github.com/pezkuwi-js/apps/issues/6181 + // 'phoenix Protocol': 'wss://phoenix-ws.coinid.pro/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6181 }, text: 'Phoenix Mashnet', ui: { @@ -718,7 +718,7 @@ export const testChains: Omit[] = [ { info: 'Phyken Network', providers: { - // 'Phyken Testnet': 'wss://rpc.testnet.metaquity.xyz' // https://github.com/pezkuwi-js/apps/issues/10453 + // 'Phyken Testnet': 'wss://rpc.testnet.metaquity.xyz' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10453 }, text: 'Phyken Network Testnet', ui: { @@ -729,7 +729,7 @@ export const testChains: Omit[] = [ { info: 'pichiu', providers: { - // 'Kylin Network': 'wss://zagros.kylin-node.co.uk' // https://github.com/pezkuwi-js/apps/pull/6761 + // 'Kylin Network': 'wss://zagros.kylin-node.co.uk' // https://github.com/pezkuwichain/pezkuwi-apps/pull/6761 }, text: 'Pichiu Testnet', ui: { @@ -739,7 +739,7 @@ export const testChains: Omit[] = [ { info: 'polkadex', providers: { - // 'Polkadex Team': 'wss://blockchain.polkadex.trade' // https://github.com/pezkuwi-js/apps/issues/9150 + // 'Polkadex Team': 'wss://blockchain.polkadex.trade' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9150 }, text: 'Polkadex', ui: { @@ -761,7 +761,7 @@ export const testChains: Omit[] = [ { info: 'pontem', providers: { - // Pontem: 'wss://testnet.pontem.network/ws', // https://github.com/pezkuwi-js/apps/issues/7652 + // Pontem: 'wss://testnet.pontem.network/ws', // https://github.com/pezkuwichain/pezkuwi-apps/issues/7652 }, text: 'Pontem', ui: { @@ -772,7 +772,7 @@ export const testChains: Omit[] = [ { info: 'prism', providers: { - // Prism: 'wss://testnet.psm.link' // https://github.com/pezkuwi-js/apps/issues/7340 + // Prism: 'wss://testnet.psm.link' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7340 }, text: 'Prism', ui: { @@ -794,7 +794,7 @@ export const testChains: Omit[] = [ { info: 'realis', providers: { - // 'Realis.Network': 'wss://rpc.realis.network/' // https://github.com/pezkuwi-js/apps/issues/7982 + // 'Realis.Network': 'wss://rpc.realis.network/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7982 }, text: 'Realis.Network', ui: { @@ -805,7 +805,7 @@ export const testChains: Omit[] = [ { info: 'riochain', providers: { - // 'RioChain Staging': 'wss://node.v1.staging.riochain.io' // https://github.com/pezkuwi-js/apps/issues/6181 + // 'RioChain Staging': 'wss://node.v1.staging.riochain.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/6181 }, text: 'RioChain', ui: { @@ -816,7 +816,7 @@ export const testChains: Omit[] = [ { info: 'sherpax', providers: { - // Chainx: 'wss://sherpax-testnet.chainx.org' // https://github.com/pezkuwi-js/apps/issues/9672 + // Chainx: 'wss://sherpax-testnet.chainx.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9672 }, text: 'Sherpax Testnet', ui: { @@ -827,7 +827,7 @@ export const testChains: Omit[] = [ { info: 'skyekiwi', providers: { - // SkyeKiwi: 'wss://staging.rpc.skye.kiwi' // https://github.com/pezkuwi-js/apps/issues/10197 + // SkyeKiwi: 'wss://staging.rpc.skye.kiwi' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10197 }, text: 'SkyeKiwi Testnet', ui: { @@ -838,8 +838,8 @@ export const testChains: Omit[] = [ { info: 'sora-bizinikiwi', providers: { - // 'Soramitsu #1': 'wss://ws.framenode-7.s4.stg1.sora2.soramitsu.co.jp', // https://github.com/pezkuwi-js/apps/issues/11935 - // 'Soramitsu #2': 'wss://ws.framenode-8.s5.stg1.sora2.soramitsu.co.jp' // https://github.com/pezkuwi-js/apps/issues/11965 + // 'Soramitsu #1': 'wss://ws.framenode-7.s4.stg1.sora2.soramitsu.co.jp', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11935 + // 'Soramitsu #2': 'wss://ws.framenode-8.s5.stg1.sora2.soramitsu.co.jp' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11965 }, text: 'SORA-staging', ui: { @@ -850,7 +850,7 @@ export const testChains: Omit[] = [ { info: 'subdao', providers: { - // SubDAO: 'wss://alpha.subdao.org' // https://github.com/pezkuwi-js/apps/issues/7473 + // SubDAO: 'wss://alpha.subdao.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7473 }, text: 'SubDAO Staging', ui: { @@ -861,7 +861,7 @@ export const testChains: Omit[] = [ { info: 'subgame', providers: { - // SubGame: 'wss://staging.subgame.org' // https://github.com/pezkuwi-js/apps/issues/7982 + // SubGame: 'wss://staging.subgame.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7982 }, text: 'SubGame Staging', ui: { @@ -872,7 +872,7 @@ export const testChains: Omit[] = [ { info: 'subspace-farmnet', providers: { - // 'Subspace Network': 'wss://farm-rpc.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/8135 + // 'Subspace Network': 'wss://farm-rpc.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8135 }, text: 'Subspace Farmnet', ui: { @@ -883,7 +883,7 @@ export const testChains: Omit[] = [ { info: 'subspace-gemini-1', providers: { - // Europe: 'wss://eu.gemini-1b.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/11393 + // Europe: 'wss://eu.gemini-1b.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11393 }, text: 'Subspace Gemini 1', ui: { @@ -894,7 +894,7 @@ export const testChains: Omit[] = [ { info: 'subspace-gemini-2a', providers: { - // Europe: 'wss://eu-0.gemini-2a.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/11513 + // Europe: 'wss://eu-0.gemini-2a.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11513 }, text: 'Subspace Gemini 2a', ui: { @@ -906,7 +906,7 @@ export const testChains: Omit[] = [ info: 'subspace-gemini-3f', providers: { Europe: 'wss://rpc-1.gemini-3f.subspace.network/ws' - // US: 'wss://rpc-0.gemini-3f.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/10091 + // US: 'wss://rpc-0.gemini-3f.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10091 }, text: 'Subspace Gemini 3f', ui: { @@ -917,8 +917,8 @@ export const testChains: Omit[] = [ { info: 'subspace-gemini-3g', providers: { - // Europe: 'wss://rpc-1.gemini-3g.subspace.network/ws', // https://github.com/pezkuwi-js/apps/issues/10912 - // US: 'wss://rpc-0.gemini-3g.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/11263 + // Europe: 'wss://rpc-1.gemini-3g.subspace.network/ws', // https://github.com/pezkuwichain/pezkuwi-apps/issues/10912 + // US: 'wss://rpc-0.gemini-3g.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11263 }, text: 'Subspace Gemini 3g', ui: { @@ -929,7 +929,7 @@ export const testChains: Omit[] = [ { info: 'subspace-gemini-3g-nova', providers: { - // Subspace: 'wss://nova.gemini-3g.subspace.network/ws' https://github.com/pezkuwi-js/apps/issues/10957 + // Subspace: 'wss://nova.gemini-3g.subspace.network/ws' https://github.com/pezkuwichain/pezkuwi-apps/issues/10957 }, text: 'Subspace Gemini 3g Nova', ui: { @@ -940,8 +940,8 @@ export const testChains: Omit[] = [ { info: 'subspace-gemini-3h', providers: { - // US: 'wss://rpc-0.gemini-3h.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/11423 - // US2: 'wss://rpc-1.gemini-3h.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/11098 + // US: 'wss://rpc-0.gemini-3h.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11423 + // US2: 'wss://rpc-1.gemini-3h.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11098 }, text: 'Subspace Gemini 3h', ui: { @@ -952,8 +952,8 @@ export const testChains: Omit[] = [ { info: 'subspace-gemini-3h-nova', providers: { - // EU1: 'wss://nova-0.gemini-3h.subspace.network/ws', // https://github.com/pezkuwi-js/apps/issues/11098 - // EU2: 'wss://nova-1.gemini-3h.subspace.network/ws' // https://github.com/pezkuwi-js/apps/issues/11098 + // EU1: 'wss://nova-0.gemini-3h.subspace.network/ws', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11098 + // EU2: 'wss://nova-1.gemini-3h.subspace.network/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11098 }, text: 'Subspace Gemini 3h Nova', ui: { @@ -964,7 +964,7 @@ export const testChains: Omit[] = [ { info: 'subspace', providers: { - // 'Subspace Network': 'wss://test-rpc.subspace.network' // https://github.com/pezkuwi-js/apps/issues/8598 + // 'Subspace Network': 'wss://test-rpc.subspace.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8598 }, text: 'Subspace Testnet', ui: { @@ -975,7 +975,7 @@ export const testChains: Omit[] = [ { info: 'tangle', providers: { - // Webb: 'wss://testnet-rpc.tangle.tools' // https://github.com/pezkuwi-js/apps/issues/10555 + // Webb: 'wss://testnet-rpc.tangle.tools' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10555 }, text: 'Tangle', ui: { @@ -986,7 +986,7 @@ export const testChains: Omit[] = [ { info: 'ternoa-alphanet', providers: { - // CapsuleCorp: 'wss://alphanet.ternoa.com' // https://github.com/pezkuwi-js/apps/issues/11406 + // CapsuleCorp: 'wss://alphanet.ternoa.com' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11406 }, text: 'Ternoa Alphanet', ui: { @@ -996,7 +996,7 @@ export const testChains: Omit[] = [ { info: 'ternoa-testnet', providers: { - // CapsuleCorp: 'wss://testnet.ternoa.com/' // https://github.com/pezkuwi-js/apps/issues/9515 + // CapsuleCorp: 'wss://testnet.ternoa.com/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9515 }, text: 'Ternoa Testnet', ui: { @@ -1007,7 +1007,7 @@ export const testChains: Omit[] = [ { info: 'bitcountry', providers: { - // 'Metaverse Foundation': 'wss://tewai-rpc.bit.country' // https://github.com/pezkuwi-js/apps/issues/9059 + // 'Metaverse Foundation': 'wss://tewai-rpc.bit.country' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9059 }, text: 'Tewai', ui: { @@ -1017,7 +1017,7 @@ export const testChains: Omit[] = [ { info: 'laminar', providers: { - // Laminar: 'wss://testnet-node-1.laminar-chain.laminar.one/ws' // https://github.com/pezkuwi-js/apps/issues/8060 + // Laminar: 'wss://testnet-node-1.laminar-chain.laminar.one/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8060 }, text: 'Turbulence', ui: { @@ -1028,7 +1028,7 @@ export const testChains: Omit[] = [ { info: 'uniarts', providers: { - // UniArts: 'wss://testnet.uniarts.network' // https://github.com/pezkuwi-js/apps/issues/8541 + // UniArts: 'wss://testnet.uniarts.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8541 }, text: 'UniArts', ui: { @@ -1038,7 +1038,7 @@ export const testChains: Omit[] = [ { info: 'unique', providers: { - // Unique: 'wss://testnet2.unique.network' // https://github.com/pezkuwi-js/apps/issues/7621 + // Unique: 'wss://testnet2.unique.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7621 }, text: 'Unique', ui: { @@ -1049,7 +1049,7 @@ export const testChains: Omit[] = [ { info: 'unitv', providers: { - // 'Unit Network': 'wss://unitventures.io/' // https://github.com/pezkuwi-js/apps/issues/5684 + // 'Unit Network': 'wss://unitventures.io/' // https://github.com/pezkuwichain/pezkuwi-apps/issues/5684 }, text: 'Unit Network', ui: { @@ -1071,7 +1071,7 @@ export const testChains: Omit[] = [ { info: 'vodka', providers: { - // Vodka: 'wss://vodka.rpc.neatcoin.org/ws' // https://github.com/pezkuwi-js/apps/issues/8175 + // Vodka: 'wss://vodka.rpc.neatcoin.org/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/8175 }, text: 'Vodka', ui: {} @@ -1079,7 +1079,7 @@ export const testChains: Omit[] = [ { info: 'web3games', providers: { - // 'Web3Games Foundation': 'wss://devnet.web3games.org' // https://github.com/pezkuwi-js/apps/issues/9947 + // 'Web3Games Foundation': 'wss://devnet.web3games.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/9947 }, text: 'Web3Games', ui: { @@ -1090,7 +1090,7 @@ export const testChains: Omit[] = [ { info: 'xsocial', providers: { - // DappForce: 'wss://xsocial.subsocial.network' // https://github.com/pezkuwi-js/apps/issues/10555 + // DappForce: 'wss://xsocial.subsocial.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/10555 }, text: 'xSocial', ui: { @@ -1100,7 +1100,7 @@ export const testChains: Omit[] = [ { info: 'zCloak', providers: { - // 'zCloak Network': 'wss://test1.zcloak.network' // https://github.com/pezkuwi-js/apps/issues/7408 + // 'zCloak Network': 'wss://test1.zcloak.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/7408 }, text: 'zCloak-network', ui: { @@ -1112,7 +1112,7 @@ export const testChains: Omit[] = [ homepage: 'https://zero.io', info: 'ZERO Alphaville', providers: { - // GameDAO: 'wss://rpc.dev.gamedao.net' https://github.com/pezkuwi-js/apps/issues/11026 + // GameDAO: 'wss://rpc.dev.gamedao.net' https://github.com/pezkuwichain/pezkuwi-apps/issues/11026 }, text: 'ZERO Alphaville', ui: { diff --git a/packages/apps-config/src/endpoints/testingRelayPaseo.ts b/packages/apps-config/src/endpoints/testingRelayPaseo.ts index 89f61be..fc81825 100644 --- a/packages/apps-config/src/endpoints/testingRelayPaseo.ts +++ b/packages/apps-config/src/endpoints/testingRelayPaseo.ts @@ -48,7 +48,7 @@ export const testParasPaseo: Omit[] = [ info: 'paseoAmplitude', paraId: 2124, providers: { - // PendulumChain: 'wss://rpc-foucoco.pendulumchain.tech' // https://github.com/pezkuwi-js/apps/issues/11267 + // PendulumChain: 'wss://rpc-foucoco.pendulumchain.tech' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11267 }, text: 'Amplitude testnet (Foucoco)', ui: { @@ -61,7 +61,7 @@ export const testParasPaseo: Omit[] = [ info: 'paseoAventus', paraId: 2056, providers: { - // Aventus: 'wss://public-rpc.testnet.aventus.io' // https://github.com/pezkuwi-js/apps/issues/11827 + // Aventus: 'wss://public-rpc.testnet.aventus.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11827 }, text: 'Aventus', ui: { @@ -74,7 +74,7 @@ export const testParasPaseo: Omit[] = [ info: 'Bajun(paseo)', paraId: 2119, providers: { - // BajunNetwork: 'wss://rpc-paseo.bajun.network' https://github.com/pezkuwi-js/apps/issues/11026 + // BajunNetwork: 'wss://rpc-paseo.bajun.network' https://github.com/pezkuwichain/pezkuwi-apps/issues/11026 }, text: 'Bajun Network (Paseo)', ui: { @@ -101,7 +101,7 @@ export const testParasPaseo: Omit[] = [ info: 'Darwinia Koi', paraId: 2105, providers: { - // Darwinia: 'wss://koi-rpc.darwinia.network' // https://github.com/pezkuwi-js/apps/issues/11279 + // Darwinia: 'wss://koi-rpc.darwinia.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11279 }, text: 'Darwinia Koi', ui: { @@ -207,7 +207,7 @@ export const testParasPaseo: Omit[] = [ info: 'integritee', paraId: 2039, providers: { - // Integritee: 'wss://paseo.api.integritee.network' // https://github.com/pezkuwi-js/apps/issues/11992 + // Integritee: 'wss://paseo.api.integritee.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11992 }, text: 'Integritee Network (Paseo)', ui: { @@ -287,7 +287,7 @@ export const testParasPaseo: Omit[] = [ info: 'Myriad Social', paraId: 4005, providers: { - // myriadPaseo: 'wss://ws-rpc.paseo.myriad.social' // https://github.com/pezkuwi-js/apps/issues/11589 + // myriadPaseo: 'wss://ws-rpc.paseo.myriad.social' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11589 }, text: 'Myriad Social Testnet', ui: { @@ -351,7 +351,7 @@ export const testParasPaseo: Omit[] = [ paraId: 4001, providers: { 'R0GUE-RPC1': 'wss://rpc1.paseo.popnetwork.xyz' - // 'R0GUE-RPC2': 'wss://rpc2.paseo.popnetwork.xyz', // https://github.com/pezkuwi-js/apps/issues/11629 + // 'R0GUE-RPC2': 'wss://rpc2.paseo.popnetwork.xyz', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11629 }, text: 'Pop Network', ui: { @@ -364,7 +364,7 @@ export const testParasPaseo: Omit[] = [ info: 'qf-paseo', paraId: 4775, providers: { - // 'QF Network': 'wss://para-test.qfnetwork.xyz' // https://github.com/pezkuwi-js/apps/issues/11745 + // 'QF Network': 'wss://para-test.qfnetwork.xyz' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11745 }, text: 'QF Network (Paseo)', ui: { @@ -376,7 +376,7 @@ export const testParasPaseo: Omit[] = [ info: 'regionxCocos', paraId: 4509, providers: { - // RegionX: 'wss://regionx-paseo.regionx.tech' // https://github.com/pezkuwi-js/apps/issues/11098 + // RegionX: 'wss://regionx-paseo.regionx.tech' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11098 }, text: 'RegionX(Paseo)', ui: { @@ -389,7 +389,7 @@ export const testParasPaseo: Omit[] = [ info: 'PaseoShibuyaChain', paraId: 2000, providers: { - // Astar: 'wss://rpc.shibuya.astar.network' // https://github.com/pezkuwi-js/apps/issues/11950 + // Astar: 'wss://rpc.shibuya.astar.network' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11950 }, relayName: 'paseo', text: 'Shibuya Testnet (Astar)', @@ -402,7 +402,7 @@ export const testParasPaseo: Omit[] = [ info: 'paseoWatr', paraId: 2058, providers: { - // Watr: 'wss://rpc.dev.watr.org' // https://github.com/pezkuwi-js/apps/issues/11648 + // Watr: 'wss://rpc.dev.watr.org' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11648 }, text: 'Watr Network', ui: { @@ -415,7 +415,7 @@ export const testParasPaseo: Omit[] = [ info: 'TEE cloud', paraId: 4545, providers: { - // WeTEEDAO: 'wss://paseo.asyou.me/ws' // https://github.com/pezkuwi-js/apps/issues/11610 + // WeTEEDAO: 'wss://paseo.asyou.me/ws' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11610 }, text: 'WeTEE (Paseo)', ui: { @@ -428,7 +428,7 @@ export const testParasPaseo: Omit[] = [ info: 'Xcavate', paraId: 4683, providers: { - // Xcavate: 'wss://rpc2-paseo.xcavate.io' // https://github.com/pezkuwi-js/apps/issues/12007 + // Xcavate: 'wss://rpc2-paseo.xcavate.io' // https://github.com/pezkuwichain/pezkuwi-apps/issues/12007 }, text: 'Xcavate', ui: { @@ -441,7 +441,7 @@ export const testParasPaseo: Omit[] = [ info: 'paseoXode', paraId: 4607, providers: { - // XodeCommunity: 'wss://paseo-rpcnode.xode.net' // https://github.com/pezkuwi-js/apps/issues/12007 + // XodeCommunity: 'wss://paseo-rpcnode.xode.net' // https://github.com/pezkuwichain/pezkuwi-apps/issues/12007 }, text: 'Xode', ui: { @@ -454,7 +454,7 @@ export const testParasPaseo: Omit[] = [ info: 'ZeitgeistBatteryStation', paraId: 2101, providers: { - // Zeitgeist: 'wss://bsr.zeitgeist.pm' // https://github.com/pezkuwi-js/apps/issues/11992 + // Zeitgeist: 'wss://bsr.zeitgeist.pm' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11992 }, text: 'Zeitgeist Battery Station', ui: { @@ -523,7 +523,7 @@ export const testParasPaseoCommon: EndpointOption[] = [ providers: { IBP1: 'wss://sys.ibp.network/coretime-paseo', IBP2: 'wss://coretime-paseo.dotters.network' - // ParaNodes: 'wss://paseo-coretime.paranodes.io', // https://github.com/pezkuwi-js/apps/issues/11587 + // ParaNodes: 'wss://paseo-coretime.paranodes.io', // https://github.com/pezkuwichain/pezkuwi-apps/issues/11587 }, relayName: 'paseo', teleport: [-1], @@ -602,7 +602,7 @@ export const testRelayPaseo: EndpointOption = { IBP1: 'wss://rpc.ibp.network/paseo', IBP2: 'wss://paseo.dotters.network', StakeWorld: 'wss://pas-rpc.stakeworld.io' - // Zondax: 'wss://api2.zondax.ch/pas/node/rpc' // https://github.com/pezkuwi-js/apps/issues/11199 + // Zondax: 'wss://api2.zondax.ch/pas/node/rpc' // https://github.com/pezkuwichain/pezkuwi-apps/issues/11199 // 'light client': 'light://bizinikiwi-connect/paseo' }, teleport: getTeleports(testParasPaseoCommon), diff --git a/packages/apps-config/src/endpoints/testingRelayZagros.ts b/packages/apps-config/src/endpoints/testingRelayZagros.ts index 352444d..7493e66 100644 --- a/packages/apps-config/src/endpoints/testingRelayZagros.ts +++ b/packages/apps-config/src/endpoints/testingRelayZagros.ts @@ -4,6 +4,7 @@ import type { EndpointOption } from './types.js'; import { ZAGROS_GENESIS } from '../api/constants.js'; +import { chainsZagrosSVG } from '../ui/logos/chains/index.js'; import { getTeleports } from './util.js'; // Zagros Test Network Endpoints @@ -22,7 +23,7 @@ export const testParasZagros: Omit[] = [ text: 'Asset Hub', ui: { color: '#00b894', - logo: 'chainsZagrosSVG' + logo: chainsZagrosSVG } }, { @@ -36,7 +37,7 @@ export const testParasZagros: Omit[] = [ text: 'Bridge Hub', ui: { color: '#00b894', - logo: 'chainsZagrosSVG' + logo: chainsZagrosSVG } }, { @@ -50,7 +51,7 @@ export const testParasZagros: Omit[] = [ text: 'Collectives', ui: { color: '#00b894', - logo: 'chainsZagrosSVG' + logo: chainsZagrosSVG } }, { @@ -64,7 +65,7 @@ export const testParasZagros: Omit[] = [ text: 'Coretime', ui: { color: '#00b894', - logo: 'chainsZagrosSVG' + logo: chainsZagrosSVG } }, { @@ -79,7 +80,7 @@ export const testParasZagros: Omit[] = [ text: 'People', ui: { color: '#00b894', - logo: 'chainsZagrosSVG' + logo: chainsZagrosSVG } } ]; @@ -102,6 +103,6 @@ export const testRelayZagros: EndpointOption = { ui: { color: '#00b894', identityIcon: 'jdenticon', - logo: 'chainsZagrosSVG' + logo: chainsZagrosSVG } }; diff --git a/packages/apps-config/src/links/pezkuwistats.ts b/packages/apps-config/src/links/pezkuwistats.ts index 0dc40e1..9e2d238 100644 --- a/packages/apps-config/src/links/pezkuwistats.ts +++ b/packages/apps-config/src/links/pezkuwistats.ts @@ -7,7 +7,7 @@ import type { ExternalDef } from './types.js'; import { externalPezkuwistatsSVG } from '../ui/logos/external/index.js'; // NOTE Not maintained, see breakage reports in -// https://github.com/pezkuwi-js/apps/issues/8903 +// https://github.com/pezkuwichain/pezkuwi-apps/issues/8903 export const Pezkuwistats: ExternalDef = { chains: { Dicle: 'dicle', diff --git a/packages/apps-electron/README.md b/packages/apps-electron/README.md index 91f32c2..ac60b52 100644 --- a/packages/apps-electron/README.md +++ b/packages/apps-electron/README.md @@ -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 diff --git a/packages/apps-routing/src/claims.ts b/packages/apps-routing/src/claims.ts index 77c169f..87704b7 100644 --- a/packages/apps-routing/src/claims.ts +++ b/packages/apps-routing/src/claims.ts @@ -6,7 +6,7 @@ import type { Route, TFunction } from './types.js'; import Component, { useCounter } from '@pezkuwi/app-claims'; import { hasBuffer, u8aToBuffer } from '@pezkuwi/util'; -// See https://github.com/pezkuwi-js/apps/issues/10115 - this may not work, +// See https://github.com/pezkuwichain/pezkuwi-apps/issues/10115 - this may not work, // if not we will have to disable it all (no way of testing) function needsApiCheck (): boolean { try { diff --git a/packages/apps/src/Menu/index.tsx b/packages/apps/src/Menu/index.tsx index 345bb6a..f31bc45 100644 --- a/packages/apps/src/Menu/index.tsx +++ b/packages/apps/src/Menu/index.tsx @@ -27,13 +27,13 @@ interface Props { function createExternals (t: (key: string, optionsOrText?: string | { replace: Record }, options?: { ns: string }) => string): ItemRoute[] { return [ { - href: 'https://github.com/pezkuwi-js/apps', + href: 'https://github.com/pezkuwichain/pezkuwi-apps', icon: 'code-branch', name: 'github', text: t('nav.github', 'GitHub', { ns: 'apps-routing' }) }, { - href: 'https://wiki.pezkuwi.network', + href: 'https://wiki.pezkuwichain.io', icon: 'book', name: 'wiki', text: t('nav.wiki', 'Wiki', { ns: 'apps-routing' }) diff --git a/packages/page-accounts/src/Accounts/BannerAssetHubMigration.tsx b/packages/page-accounts/src/Accounts/BannerAssetHubMigration.tsx index ae9f787..b5aa6dd 100644 --- a/packages/page-accounts/src/Accounts/BannerAssetHubMigration.tsx +++ b/packages/page-accounts/src/Accounts/BannerAssetHubMigration.tsx @@ -36,7 +36,7 @@ const BannerAssetHubMigration = () => {
{t('For more information about Asset Hub migration, check the ')} details here. diff --git a/packages/page-claims/src/util.ts b/packages/page-claims/src/util.ts index f792120..f694c0e 100644 --- a/packages/page-claims/src/util.ts +++ b/packages/page-claims/src/util.ts @@ -120,8 +120,8 @@ function getPezkuwi (kind?: StatementKind | null): Statement | undefined { } const url = kind.isRegular - ? 'https://statement.pezkuwi.network/regular.html' - : 'https://statement.pezkuwi.network/saft.html'; + ? 'https://statement.pezkuwichain.io/regular.html' + : 'https://statement.pezkuwichain.io/saft.html'; const hash = kind.isRegular ? 'Qmc1XYqT6S39WNp2UeiRUrZichUWUPpGEThDE6dAb3f6Ny' : 'QmXEkMahfhHJPzT3RjkXiZVFi77ZeVeuxtAjhojGRNYckz'; diff --git a/packages/page-parachains/src/Overview/useValidators.ts b/packages/page-parachains/src/Overview/useValidators.ts index 4f063bc..31ec0c2 100644 --- a/packages/page-parachains/src/Overview/useValidators.ts +++ b/packages/page-parachains/src/Overview/useValidators.ts @@ -19,7 +19,7 @@ const optionsMulti = { function mapValidators (startWith: Record, ids: ParaId[], validators: AccountId[], groups: ParaValidatorIndex[][], indices: ParaValidatorIndex[], scheduled: CoreAssignment[]): Record { return ids.reduce((all: Record, id) => { // paraId should never be undefined, since it comes from the state, yet here we are... - // See https://github.com/pezkuwi-js/apps/issues/6435 + // See https://github.com/pezkuwichain/pezkuwi-apps/issues/6435 const assignment = scheduled.find(({ paraId }) => paraId && paraId.eq(id)); if (!assignment) { diff --git a/packages/page-preimages/src/Preimages/Call.tsx b/packages/page-preimages/src/Preimages/Call.tsx index 35c7503..81353d0 100644 --- a/packages/page-preimages/src/Preimages/Call.tsx +++ b/packages/page-preimages/src/Preimages/Call.tsx @@ -68,7 +68,7 @@ function PreimageCall ({ className = '', value }: Props): React.ReactElement
-
If you are a development team with at least a test network available, consider adding the types directly to the apps-config, allowing out of the box operation for your spec & chains, both for you and anybody trying to connect to it. This is not a replacement for your chain-specific UI, however doing so does help in allowing users to easily discover and use with zero-config.
+
If you are a development team with at least a test network available, consider adding the types directly to the apps-config, allowing out of the box operation for your spec & chains, both for you and anybody trying to connect to it. This is not a replacement for your chain-specific UI, however doing so does help in allowing users to easily discover and use with zero-config.
diff --git a/packages/react-api/README.md b/packages/react-api/README.md index b0f60e7..33ebe3b 100644 --- a/packages/react-api/README.md +++ b/packages/react-api/README.md @@ -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/) diff --git a/packages/react-api/src/Api.tsx b/packages/react-api/src/Api.tsx index ffdde8b..9f95442 100644 --- a/packages/react-api/src/Api.tsx +++ b/packages/react-api/src/Api.tsx @@ -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) diff --git a/packages/react-components/README.md b/packages/react-components/README.md index a4e837b..9cb0466 100644 --- a/packages/react-components/README.md +++ b/packages/react-components/README.md @@ -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/) diff --git a/packages/react-components/src/AccountSidebar/RegistrarJudgement.tsx b/packages/react-components/src/AccountSidebar/RegistrarJudgement.tsx index 21912f8..8f1db29 100644 --- a/packages/react-components/src/AccountSidebar/RegistrarJudgement.tsx +++ b/packages/react-components/src/AccountSidebar/RegistrarJudgement.tsx @@ -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) diff --git a/packages/react-components/src/StakingUnbonding.tsx b/packages/react-components/src/StakingUnbonding.tsx index 184e51b..c3ab7dd 100644 --- a/packages/react-components/src/StakingUnbonding.tsx +++ b/packages/react-components/src/StakingUnbonding.tsx @@ -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 diff --git a/packages/react-hooks/README.md b/packages/react-hooks/README.md index f7f98ea..a9fb4bb 100644 --- a/packages/react-hooks/README.md +++ b/packages/react-hooks/README.md @@ -1,5 +1,5 @@ # @pezkuwi/react-hooks -WARNING: This is an internal package to [pezkuwi-js/apps](https://github.com/pezkuwi-js/apps) so is not intended (yet) for broad use. Since these are generic components, they will move to the [pezkuwi-js/ui](https://github.com/pezkuwi-js/ui) repo once deemed stable and usable. +WARNING: This is an internal package to [pezkuwichain/pezkuwi-apps](https://github.com/pezkuwichain/pezkuwi-apps) so is not intended (yet) for broad use. Since these are generic components, they will move to the [pezkuwichain/pezkuwi-ui](https://github.com/pezkuwichain/pezkuwi-ui) repo once deemed stable and usable. -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/) diff --git a/packages/react-hooks/src/usePreimage.ts b/packages/react-hooks/src/usePreimage.ts index f5e15dc..2d5d8e3 100644 --- a/packages/react-hooks/src/usePreimage.ts +++ b/packages/react-hooks/src/usePreimage.ts @@ -225,7 +225,7 @@ function usePreimageImpl (hashOrBounded?: Hash | HexString | FrameSupportPreimag ); // api.query.preimage.statusFor has been deprecated in favor of api.query.preimage.requestStatusFor. - // To ensure we get all preimages correctly we query both storages. see: https://github.com/pezkuwi-js/apps/pull/10310 + // To ensure we get all preimages correctly we query both storages. see: https://github.com/pezkuwichain/pezkuwi-apps/pull/10310 const optStatus = useCall>(!inlineData && paramsStatus && api.query.preimage?.statusFor, paramsStatus); const optRequstStatus = useCall>(!inlineData && paramsStatus && api.query.preimage?.requestStatusFor, paramsStatus); const someOptStatus = optStatus?.isSome ? optStatus : optRequstStatus; diff --git a/packages/react-params/README.md b/packages/react-params/README.md index a821ac1..e7001b2 100644 --- a/packages/react-params/README.md +++ b/packages/react-params/README.md @@ -1,5 +1,5 @@ # @pezkuwi/react-params -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/) diff --git a/packages/react-query/README.md b/packages/react-query/README.md index 90efcf2..96b8411 100644 --- a/packages/react-query/README.md +++ b/packages/react-query/README.md @@ -1,8 +1,8 @@ # @pezkuwi/react-query -WARNING: This is an internal package to [pezkuwi-js/apps](https://github.com/pezkuwi-js/apps) so is not intended (yet) for broad use. Since these are generic components, they will move to the [pezkuwi-js/ui](https://github.com/pezkuwi-js/ui) repo once deemed stable and usable. +WARNING: This is an internal package to [pezkuwichain/pezkuwi-apps](https://github.com/pezkuwichain/pezkuwi-apps) so is not intended (yet) for broad use. Since these are generic components, they will move to the [pezkuwichain/pezkuwi-ui](https://github.com/pezkuwichain/pezkuwi-ui) repo once deemed stable and usable. -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/) ## Overview diff --git a/packages/react-signer/README.md b/packages/react-signer/README.md index 198ed9a..5c528b6 100644 --- a/packages/react-signer/README.md +++ b/packages/react-signer/README.md @@ -1,5 +1,5 @@ # @pezkuwi/react-signer -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/) diff --git a/packages/test-support/src/api/createAugmentedApi.ts b/packages/test-support/src/api/createAugmentedApi.ts index 8a4b9b0..02a51c5 100644 --- a/packages/test-support/src/api/createAugmentedApi.ts +++ b/packages/test-support/src/api/createAugmentedApi.ts @@ -9,7 +9,7 @@ import metaStatic from '@pezkuwi/types-support/metadata/static-bizinikiwi'; export function createAugmentedApi (): ApiPromise { const registry = new TypeRegistry(); - // FIXME - ref: https://github.com/pezkuwi-js/apps/pull/11051 + // FIXME - ref: https://github.com/pezkuwichain/pezkuwi-apps/pull/11051 // Adding support for CJS and ESM correctly has caused some build issues. // This is a hacky type cast to allow the compiler to be happy. const metadata = new Metadata(registry as unknown as Registry, metaStatic); diff --git a/packages/test-support/src/creation/balance.ts b/packages/test-support/src/creation/balance.ts index ee34a0e..e78f243 100644 --- a/packages/test-support/src/creation/balance.ts +++ b/packages/test-support/src/creation/balance.ts @@ -6,7 +6,7 @@ import type { Registry } from '@pezkuwi/types/types'; import { TypeRegistry, u128 as U128 } from '@pezkuwi/types'; export function balanceOf (number: number | string): U128 { - // FIXME - ref: https://github.com/pezkuwi-js/apps/pull/11051 + // FIXME - ref: https://github.com/pezkuwichain/pezkuwi-apps/pull/11051 // Adding support for CJS and ESM correctly has caused some build issues. // This is a hacky type cast to allow the compiler to be happy. return new U128(new TypeRegistry() as unknown as Registry, number); diff --git a/screenshot.bmp b/screenshot.bmp new file mode 100644 index 0000000000000000000000000000000000000000..6a2acafcfe76bd0f227c4740926bc70a191a5e27 GIT binary patch literal 65248 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