mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-22 09:05:42 +00:00
Save genesisHash with recent (#198)
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/keyring": "^1.2.0-beta.6",
|
"@polkadot/keyring": "^1.2.0-beta.6",
|
||||||
"@polkadot/types": "^0.91.0-beta.14",
|
"@polkadot/types": "^0.91.0-beta.16",
|
||||||
"@polkadot/util": "^1.2.0-beta.6"
|
"@polkadot/util": "^1.2.0-beta.6"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
@@ -326,6 +326,7 @@ export class Keyring extends Base implements KeyringStruct {
|
|||||||
this.addresses.add(this._store, address, {
|
this.addresses.add(this._store, address, {
|
||||||
address,
|
address,
|
||||||
meta: {
|
meta: {
|
||||||
|
genesisHash: this.genesisHash,
|
||||||
isRecent: true,
|
isRecent: true,
|
||||||
whenCreated: Date.now()
|
whenCreated: Date.now()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2098,10 +2098,10 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@types/chrome" "^0.0.88"
|
"@types/chrome" "^0.0.88"
|
||||||
|
|
||||||
"@polkadot/types@^0.91.0-beta.14":
|
"@polkadot/types@^0.91.0-beta.16":
|
||||||
version "0.91.0-beta.14"
|
version "0.91.0-beta.16"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.91.0-beta.14.tgz#d0d6f4ecb983988f0695fb4bc44ecbb3d888d510"
|
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.91.0-beta.16.tgz#98ca2e2fa713a9b6021549144aeca9e91e3560d4"
|
||||||
integrity sha512-57KdS7mMPuBUUdjMwbXkIrsVf48KWTw2CDv13Ry5+IrGUPnO+/oOC+DnegQ2Oy/+J2wI6+4emOetEh6UGVhwPQ==
|
integrity sha512-JK73wdMwECc6lNxaShxLEd5JDY75QyWS+fk2jjGsv76BEw8KC/k0MQjtMbOZrtSFDkAk1BSzD/YIoz4C8LUsQA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.5.5"
|
"@babel/runtime" "^7.5.5"
|
||||||
"@polkadot/util" "^1.2.0-beta.6"
|
"@polkadot/util" "^1.2.0-beta.6"
|
||||||
|
|||||||
Reference in New Issue
Block a user