mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
6 lines
129 B
JavaScript
Executable File
6 lines
129 B
JavaScript
Executable File
var Migrations = artifacts.require("./Migrations.sol");
|
|
|
|
module.exports = function(deployer) {
|
|
deployer.deploy(Migrations);
|
|
};
|