mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Cleanup
This commit is contained in:
parent
55fdf06d53
commit
2b1d821da3
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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)
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user