1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-02-01 03:54:46 +00:00

Fix embarkjs web3

This commit is contained in:
Lyubomir Kiprov 2019-06-07 17:36:26 +03:00
parent cf7a56fb45
commit 433c864922

View File

@ -5,9 +5,7 @@ const EmbarkJS = require('/Users/lyubo/Desktop/Projects/Status/deployment/discov
export default EmbarkJS
global.EmbarkJS = EmbarkJS
const Web3 =
global.__Web3 ||
require('/Users/lyubo/Desktop/Projects/Status/deployment/discover/src/embarkArtifacts/modules/web3')
const Web3 = global.__Web3 || require('web3')
global.Web3 = Web3 /*global Web3*/
const embarkJSConnectorWeb3 = {}