UNPKG

@gnosis.pm/util-contracts

Version:
7 lines (5 loc) 157 B
async function migrate ({ artifacts, deployer }) { const Math = artifacts.require('GnosisMath') return deployer.deploy(Math) } module.exports = migrate