mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-05-09 12:48:04 +00:00
2adf8ca880
- Update chainType from 'substrate' to 'bizinikiwi' in extension-inject/types.ts - Update default icon from 'substrate' to 'bizinikiwi' in extension-chains/bundle.ts - Bump all extension packages to version 0.62.14 - Add *.zip to .gitignore
@polkadot/extension-base
Functions, classes and other utilities used in @polkadot/extension. These include:
- background script handlers,
- message passing,
- scripts injected inside pages.
They are primarily meant to be used in @polkadot/extension, and can be broken without any notice to cater for @polkadot/extension's needs.
They are exported here if you wish to use part of them in the development of your
own extension. Don't forget to add process.env.EXTENSION_PREFIX to separate
ports and stores from the current extension's ones.