We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf5749 commit c1c3589Copy full SHA for c1c3589
migrations/1_initial_migrations.js
@@ -1,4 +1,4 @@
1
-var Migrations = artifacts.require("./Migrations.sol");
+const Migrations = artifacts.require("./Migrations.sol");
2
3
module.exports = function(deployer) {
4
deployer.deploy(Migrations);
0 commit comments