mirror of
https://github.com/PatrickAlphaC/dungeons-and-dragons-nft.git
synced 2021-05-29 14:48:35 +03:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
const Migrations = artifacts.require('Migrations')
|
|
|
|
module.exports = deployer => {
|
|
deployer.deploy(Migrations)
|
|
}
|