Skip to content

Commit 2e5abf5

Browse files
committed
Fix build
1 parent 41517a2 commit 2e5abf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const CodexToken = artifacts.require('./CodexToken.sol')
2-
const ERC900StakeContainer = artifacts.require('./ERC900StakeContainer.sol')
2+
const ERC900BasicStakeContainer = artifacts.require('./ERC900BasicStakeContainer.sol')
33

44
module.exports = (deployer) => {
5-
deployer.deploy(ERC900StakeContainer, CodexToken.address)
5+
deployer.deploy(ERC900BasicStakeContainer, CodexToken.address)
66
}

0 commit comments

Comments
 (0)