1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
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 development/bundle.js
builds.zip builds.zip
test/integration/bundle.js test/integration/bundle.js
development/states.js

View File

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

View File

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