We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f88ae4 commit 9e34bd2Copy full SHA for 9e34bd2
migrations/2_deploy_contracts.js
@@ -1,6 +1,6 @@
1
var METoken = artifacts.require("METoken");
2
3
module.exports = function(deployer) {
4
- // Deploy the METoken contract as our only task
+ // Deploy the METoken .contract as our only task
5
deployer.deploy(METoken);
6
};
0 commit comments