UNPKG

@gnosis.pm/pm-contracts

Version:

Collection of smart contracts for the Gnosis prediction market platform

7 lines (5 loc) 205 B
const Campaign = artifacts.require('Campaign') const CampaignFactory = artifacts.require('CampaignFactory') module.exports = function (deployer) { deployer.deploy(CampaignFactory, Campaign.address) }