fix: update URLs, logos, and package versions

- Fix GitHub URLs from pezkuwi-js/apps to pezkuwichain/pezkuwi-apps
- Fix wiki URL from wiki.pezkuwi.network to wiki.pezkuwichain.io
- Fix support/statement URLs to use pezkuwichain.io domain
- Fix chain logos import (use variables instead of strings)
- Update @pezkuwi/networks to ^14.0.9
- Update @pezkuwi/types-known to ^16.5.8
This commit is contained in:
2026-01-07 16:22:53 +03:00
parent 6f59b1f3e4
commit a91f2cf714
38 changed files with 548 additions and 542 deletions
+315 -315
View File
@@ -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))