Minor change in migration script.

This commit is contained in:
Thrilok Kumar 2020-05-03 05:44:25 +05:30
parent 464557fdb5
commit 0b811a5c4e

View File

@ -1,4 +1,4 @@
const Connector = artifacts.require("ConnectAuth"); // Change the Connector name while deploying.
const Connector = artifacts.require("MockProtocol"); // Change the Connector name while deploying.
module.exports = function(deployer) {
deployer.deploy(Connector);