mirror of https://gitlab.com/ecentrics/concordia
Apostolos Fanakis
4 years ago
4 changed files with 23 additions and 21 deletions
@ -1,5 +1,6 @@ |
|||||
const Migrations = artifacts.require('./Migrations.sol'); |
const Migrations = artifacts.require('./Migrations.sol'); |
||||
|
|
||||
|
// eslint-disable-next-line func-names
|
||||
module.exports = function (deployer) { |
module.exports = function (deployer) { |
||||
deployer.deploy(Migrations); |
deployer.deploy(Migrations); |
||||
}; |
}; |
||||
|
@ -1,5 +1,6 @@ |
|||||
const Forum = artifacts.require('Forum'); |
const Forum = artifacts.require('Forum'); |
||||
|
|
||||
|
// eslint-disable-next-line func-names
|
||||
module.exports = function (deployer) { |
module.exports = function (deployer) { |
||||
deployer.deploy(Forum); |
deployer.deploy(Forum); |
||||
}; |
}; |
||||
|
Loading…
Reference in new issue