mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 16:13:47 +00:00
* fix: resolve conflict * chg: use bor url for import * Fix regressions from merge Co-authored-by: Jaynti Kanani <jdkanani@gmail.com>
5 lines
125 B
JavaScript
5 lines
125 B
JavaScript
const Migrations = artifacts.require("Migrations");
|
|
|
|
module.exports = function(deployer) {
|
|
deployer.deploy(Migrations);
|
|
};
|