Skip to content

Commit

Permalink
Fix web3 global in deploy-test-ens
Browse files Browse the repository at this point in the history
Co-Authored-By: bingen <bingentxu@gmail.com>
  • Loading branch information
izqui and bingen committed Oct 30, 2018
1 parent 56a609f commit 750f247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-test-ens.js
Expand Up @@ -2,7 +2,7 @@ const logDeploy = require('./helpers/deploy-logger')
const getAccounts = require('./helpers/get-accounts')

const globalArtifacts = this.artifacts // Not injected unless called directly via truffle
const globalWeb3 = this.artifacts // Not injected unless called directly via truffle
const globalWeb3 = this.web3 // Not injected unless called directly via truffle

const defaultOwner = process.env.OWNER

Expand Down

0 comments on commit 750f247

Please sign in to comment.