mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-11 02:25:40 +00:00
5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
// @flow
|
|
const Migrations = artifacts.require('./Migrations.sol')
|
|
|
|
module.exports = deployer => deployer.deploy(Migrations)
|