mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-09 09:42:07 +00:00
4 lines
115 B
JavaScript
4 lines
115 B
JavaScript
const Migrations = artifacts.require('./Migrations.sol')
|
|
|
|
module.exports = deployer => deployer.deploy(Migrations)
|