UNPKG

@gnosis.pm/pm-contracts

Version:

Collection of smart contracts for the Gnosis prediction market platform

6 lines (4 loc) 125 B
const Migrations = artifacts.require('Migrations') module.exports = function (deployer) { deployer.deploy(Migrations) }