mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
Minor change in migration script.
This commit is contained in:
parent
464557fdb5
commit
0b811a5c4e
|
@ -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) {
|
module.exports = function(deployer) {
|
||||||
deployer.deploy(Connector);
|
deployer.deploy(Connector);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user