Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhforrest committed May 29, 2018
1 parent 41517a2 commit 2e5abf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/3_deploy_stakecontainer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const CodexToken = artifacts.require('./CodexToken.sol')
const ERC900StakeContainer = artifacts.require('./ERC900StakeContainer.sol')
const ERC900BasicStakeContainer = artifacts.require('./ERC900BasicStakeContainer.sol')

module.exports = (deployer) => {
deployer.deploy(ERC900StakeContainer, CodexToken.address)
deployer.deploy(ERC900BasicStakeContainer, CodexToken.address)
}

0 comments on commit 2e5abf5

Please sign in to comment.