mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 04:17:58 +00:00
9e6370e04c
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).
@pezkuwi/react-hooks
WARNING: This is an internal package to pezkuwichain/pezkuwi-apps so is not intended (yet) for broad use. Since these are generic components, they will move to the 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 pezkuwichain/pezkuwi-ui documentation