This commit is contained in:
Dan Finlay 2016-12-16 11:26:39 -08:00
parent 55fdf06d53
commit 2b1d821da3
3 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ app/.DS_Store
development/bundle.js
builds.zip
test/integration/bundle.js
development/states.js

View File

@ -21,9 +21,6 @@ module.exports = class MetamaskController {
this.noticeController = new NoticeController({
configManager: this.configManager,
})
this.noticeController = new NoticeController({
configManager: this.configManager,
})
this.provider = this.initializeProvider(opts)
this.ethStore = new EthStore(this.provider)
this.idStore.setStore(this.ethStore)

View File

@ -2,7 +2,6 @@
"metamask": {
"isInitialized": true,
"isUnlocked": true,
"rpcTarget": "https://rawtestrpc.metamask.io/",
"identities": {
"0x24a1d059462456aa332d6da9117aa7f91a46f2ac": {
"address": "0x24a1d059462456aa332d6da9117aa7f91a46f2ac",