mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 16:51:04 +00:00
Swap to HDKD dev keyring (#91)
* Swap to HDKD dev keyring * CHANGELOG * Bump deps * Bump version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-keyring",
|
||||
"version": "0.28.8",
|
||||
"version": "0.29.0",
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/polkadot-js/apps.git",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
@@ -16,9 +16,9 @@
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^0.34.36",
|
||||
"@polkadot/types": "^0.45.21",
|
||||
"@polkadot/util": "^0.34.36"
|
||||
"@polkadot/keyring": "^0.36.1",
|
||||
"@polkadot/types": "^0.46.11",
|
||||
"@polkadot/util": "^0.36.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/keyring": "*",
|
||||
|
||||
@@ -84,7 +84,7 @@ export default class Base {
|
||||
}
|
||||
|
||||
protected initKeyring (options: KeyringOptions): void {
|
||||
const keyring = testKeyring({ addressPrefix: this._prefix, ...options });
|
||||
const keyring = testKeyring({ addressPrefix: this._prefix, ...options }, true);
|
||||
|
||||
if (isBoolean(options.isDevelopment)) {
|
||||
this.setDevMode(options.isDevelopment);
|
||||
|
||||
Reference in New Issue
Block a user