UNPKG

@gnosis.pm/pm-contracts

Version:

Collection of smart contracts for the Gnosis prediction market platform

10 lines (9 loc) 220 B
module.exports = function (deployer) { for(const contractName of [ 'CategoricalEvent', 'ScalarEvent', 'OutcomeToken', ]) { deployer.deploy(artifacts.require(contractName)) } }