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:
parent
cf7a56fb45
commit
433c864922
@ -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 = {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user