mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-21 12:05:43 +00:00
Ensumer correcly encoded address in json (#134)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/keyring": "^0.91.1",
|
||||
"@polkadot/types": "^0.79.1",
|
||||
"@polkadot/types": "^0.80.0-beta.2",
|
||||
"@polkadot/util": "^0.91.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -39,7 +39,10 @@ export default function genericSubject (keyCreator: (address: string) => string,
|
||||
current = { ...current };
|
||||
|
||||
current[address] = {
|
||||
json,
|
||||
json: {
|
||||
...json,
|
||||
address
|
||||
},
|
||||
option: createOptionItem(address, json.meta.name, !json.meta.isRecent)
|
||||
};
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"@babel/runtime": "^7.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/types": "^0.79.1"
|
||||
"@polkadot/types": "^0.80.0-beta.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/types": "*"
|
||||
|
||||
Reference in New Issue
Block a user