Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Commit

Permalink
version 0.0.41
Browse files Browse the repository at this point in the history
  • Loading branch information
vbloher committed Dec 6, 2018
1 parent c6f6766 commit a8954f0
Show file tree
Hide file tree
Showing 3 changed files with 597 additions and 586 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cyb",
"description": "Web3 browser",
"main": "public/electron.js",
"version": "0.0.40",
"version": "0.0.41",
"author": {
"name": "cybercongress",
"email": "[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions src/redux/rootRegistry.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ const localStorageItemName = 'rootRegistry';
const initState = {
items: {
help: {
hash: 'QmT26rKxQdkD6XruyN8J3LDkRxWy6ZAjeYabfQUe9GssGf',
hash: 'QmTf9ooSeBJMe4HbuXsebCukHDZbUtY8qWqP82us4Uvjwc',
protocol: 'ipfs',
},
cyber: {
hash: 'QmTzkiwFAFv7g1pmszgPfDtx9WzSgj2vWjvujyhKcU7YJE',
hash: 'QmXCCZ7gjbQFRSrTGQ1Vuwf7LWVgv3xbS4eruE4uKrqytc',
protocol: 'ipfs',
},
wiki: {
Expand All @@ -23,7 +23,7 @@ const initState = {
protocol: 'ipfs',
},
chaingear: {
hash: 'QmQcarEP3xofGtzmUYeFNihVNyzfLqybzCZASp1TT7TpSF',
hash: 'Qmcy9G1XVEMnmBPSoR1UXC5EbYSvPJWnxkCugxriG9oVcE',
protocol: 'ipfs',
},
dragons: {
Expand Down
Loading

0 comments on commit a8954f0

Please sign in to comment.