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

Commit

Permalink
adds default wallet hosted by github (#767)
Browse files Browse the repository at this point in the history
* adds default wallet hosted by github

* change to ethereum.org page, adds id to avoid inserting multiple times

* new icon
  • Loading branch information
Alex Van de Sande committed Jun 6, 2016
1 parent 6c59a98 commit 3eca456
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Binary file modified icons/mist/icon.icns
Binary file not shown.
19 changes: 10 additions & 9 deletions interface/client/appStart.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,16 @@ mistInit = function(){
});

// wait for accounts and blocks to be initialized below
// Meteor.setTimeout(function() {
// Tabs.insert({
// url: 'http://ethereum-dapp-wallet.meteor.com',
// position: 0,
// permissions: {
// accounts: web3.eth.accounts
// }
// });
// }, 1500);
Meteor.setTimeout(function() {
Tabs.insert({
_id: 'wallet',
url: 'https://wallet.ethereum.org',
position: 1,
permissions: {
accounts: web3.eth.accounts
}
});
}, 1500);
}

EthAccounts.init();
Expand Down

0 comments on commit 3eca456

Please sign in to comment.