mirror of
https://github.com/Instadapp/InstaContract.git
synced 2024-07-29 22:47:45 +00:00
6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
|
const Migrations = artifacts.require('./Migrations.sol')
|
||
|
|
||
|
module.exports = async deployer => {
|
||
|
await deployer.deploy(Migrations)
|
||
|
}
|