Files
pezkuwi-apps/packages/react-api
github-actions[bot] 9e6370e04c fix: add AuthorizeCall signed extension for PezkuwiChain transactions
PezkuwiChain requires AuthorizeCall as the first signed extension in
all transactions. Without this extension properly configured, transactions
fail with "bad signature" errors.

Added signedExtensions configuration to:
- ApiPromise.create() in Api.tsx
- getApi() in StakingAsync.tsx
- Test API creation functions

This fix enables proper transaction signing for PezkuwiChain mainnet
and teyrchains (Asset Hub, People Chain).
2026-02-02 17:43:18 +03:00
..

@pezkuwi/react-api

WARNING: This is not deemed stable yet for external use in React-based apps and still included in the pezkuwichain/pezkuwi-apps repo. Since these are generic HOC components for React, they will move to the 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 pezkuwichain/pezkuwi-ui documentation