mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-15 14:11:02 +00:00
Save genesisHash with recent (#198)
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -326,6 +326,7 @@ export class Keyring extends Base implements KeyringStruct {
|
||||
this.addresses.add(this._store, address, {
|
||||
address,
|
||||
meta: {
|
||||
genesisHash: this.genesisHash,
|
||||
isRecent: true,
|
||||
whenCreated: Date.now()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user