mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
6 lines
172 B
JavaScript
6 lines
172 B
JavaScript
const Connector = artifacts.require("CurveProtocol"); // Change the Connector name while deploying.
|
|
|
|
module.exports = function(deployer) {
|
|
deployer.deploy(Connector);
|
|
};
|