dcc/migrations/2_deploy_contracts.js

9 lines
201 B
JavaScript
Raw Permalink Normal View History

const DECA = artifacts.require("DECA");
module.exports = function (deployer) {
module.exports = function (deployer) {
deployer.deploy(DECA, {
gas: 6712390
});
};
};