We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41517a2 commit 2e5abf5Copy full SHA for 2e5abf5
migrations/3_deploy_stakecontainer.js
@@ -1,6 +1,6 @@
1
const CodexToken = artifacts.require('./CodexToken.sol')
2
-const ERC900StakeContainer = artifacts.require('./ERC900StakeContainer.sol')
+const ERC900BasicStakeContainer = artifacts.require('./ERC900BasicStakeContainer.sol')
3
4
module.exports = (deployer) => {
5
- deployer.deploy(ERC900StakeContainer, CodexToken.address)
+ deployer.deploy(ERC900BasicStakeContainer, CodexToken.address)
6
}
0 commit comments