diff options
Diffstat (limited to 'app/scripts/inpage.js')
-rw-r--r-- | app/scripts/inpage.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/scripts/inpage.js b/app/scripts/inpage.js index 057d7add..f910afed 100644 --- a/app/scripts/inpage.js +++ b/app/scripts/inpage.js @@ -158,8 +158,9 @@ detectAccountRequest('sendAsync') inpageProvider.publicConfigStore.subscribe(function (state) { web3.eth.defaultAccount = state.selectedAddress }) + // expose provider -window.dexon = inpageProvider +window.dexon = proxiedInpageProvider // need to make sure we aren't affected by overlapping namespaces // and that we dont affect the app with our namespace |