pezkuwichain
a6f51d0822
Fix TypeScript errors and update dependencies
...
- Fix ReactPortal return types in PopupWindow, Tooltip, Modal
- Fix RefObject type compatibility for React 18
- Update extension-dapp dependency to 0.62.19
- Update vanitygen dependency to 1.0.1
- Add eslint-scope resolution for webpack
- Remove unused @ts-expect-error directives
- Update mobile test snapshots
2026-01-17 23:13:47 +03:00
pezkuwichain
db4ef7f6a4
Migrate from @polkadot/vanitygen to @pezkuwi/vanitygen
...
- Update package.json: @polkadot/vanitygen ^0.63.18 -> @pezkuwi/vanitygen ^1.0.0
- Update TypeScript imports in Vanity component
- Package now uses Pezkuwi-specific network options (bizinikiwi, pezkuwi, dicle, zagros)
2026-01-11 23:31:35 +03:00
pezkuwichain
971df8edba
Rebrand: Remove 3rd party chains, update domains to PezkuwiChain
...
- Remove all 3rd party parachain configurations from endpoints:
- productionRelayPolkadot.ts: Keep only system parachains
- productionRelayDicle.ts: Keep only system parachains
- testingRelayZagros.ts: Keep only system parachains
- testingRelayTeyrChain.ts: Keep only system parachains
- Update domain references:
- polkadot.js.org → pezkuwichain.app
- wiki.polkadot.network → wiki.pezkuwichain.io
- dotapps.io → pezkuwichain.app
- statement.polkadot.network → docs.pezkuwichain.io/statement
- support.polkadot.network → docs.pezkuwichain.io
- Update repository references:
- github.com/pezkuwi-js/apps → github.com/pezkuwichain/pwap
- Rename system parachains to Pezkuwi ecosystem:
- PolkadotAssetHub → PezkuwiAssetHub
- polkadotBridgeHub → pezkuwiBridgeHub
- polkadotCollectives → pezkuwiCollectives
- polkadotCoretime → pezkuwiCoretime
- polkadotPeople → pezkuwiPeople
- Update network name in claims utility:
- Polkadot → Pezkuwi
2026-01-09 03:08:11 +03:00
pezkuwichain
1295c36241
Rebrand: polkadot → pezkuwi build fixes
...
- Fixed TypeScript type assertion issues
- Updated imports from api-augment/substrate to api-augment/bizinikiwi
- Fixed imgConvert.mjs header and imports
- Added @ts-expect-error for runtime-converted types
- Fixed all @polkadot copyright headers to @pezkuwi
2026-01-07 02:32:54 +03:00
Claude
c71ddb6e0d
Add Pezkuwi SDK UI - Polkadot.js Apps clone
...
- Clone Polkadot.js Apps repository
- Update package.json with Pezkuwi branding
- Add Pezkuwi endpoint to production chains (wss://pezkuwichain.app:9944)
- Create comprehensive README for SDK UI
- Set up project structure with all packages
Next steps:
- Apply Kurdistan colors (Kesk, Sor, Zer, Spi + Black) to UI theme
- Replace logos with Pezkuwi branding
- Test build and deployment
2025-11-14 00:55:17 +00:00