Use publicKey for icons (#118)

* Use publicKey for icons

* Hex value for jdenticon
This commit is contained in:
Jaco Greeff
2019-04-29 15:34:02 +02:00
committed by GitHub
parent 19e652c8ce
commit 700d495fa8
15 changed files with 746 additions and 503 deletions
+4 -5
View File
@@ -10,16 +10,15 @@
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.4.3",
"@babel/runtime": "^7.4.4",
"@types/store": "^2.0.1",
"rxjs": "^6.4.0",
"store": "^2.0.12",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@polkadot/keyring": "^0.76.1",
"@polkadot/types": "^0.77.0-beta.3",
"@polkadot/util": "^0.76.1"
"@polkadot/keyring": "^0.90.0-beta.1",
"@polkadot/types": "^0.78.0-beta.1",
"@polkadot/util": "^0.90.0-beta.1"
},
"peerDependencies": {
"@polkadot/keyring": "*",