network-incentivisation/migrations/2_deploy_contracts.js

6 lines
123 B
JavaScript

const Nodes = artifacts.require('./Nodes.sol');
module.exports = function deploy(deployer) {
deployer.deploy(Nodes);
};