mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-21 19:18:25 +00:00
6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
const Migrations = artifacts.require("Migrations");
|
|
|
|
module.exports = function(deployer) {
|
|
deployer.deploy(Migrations);
|
|
};
|