Rename Substrate entry to "generic" (#327)

* Rename Substrate entry to "generic"

* Rewrite yarn.lock

* Linting (base package update)
This commit is contained in:
Jaco Greeff
2020-05-30 09:03:08 +02:00
committed by GitHub
parent 66f65052f6
commit 990d4394af
12 changed files with 975 additions and 962 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ export class Keyring extends Base implements KeyringStruct {
};
Object.keys(meta).forEach((key): void => {
json.meta[key] = meta[key] as unknown;
json.meta[key] = meta[key];
});
delete json.meta.isRecent;