mirror of
https://github.com/saymrwulf/splitter.git
synced 2026-05-14 20:58:02 +00:00
8 lines
No EOL
222 B
JavaScript
8 lines
No EOL
222 B
JavaScript
const Migrations = artifacts.require("Migrations");
|
|
|
|
module.exports = function(deployer, network, accounts) {
|
|
console.log("network: ", network);
|
|
console.log("accounts: ", accounts);
|
|
|
|
deployer.deploy(Migrations);
|
|
}; |