UNPKG

@gnosis.pm/pm-contracts

Version:

Collection of smart contracts for the Gnosis prediction market platform

8 lines (6 loc) 253 B
const Fixed192x64Math = artifacts.require('Fixed192x64Math') const LMSRMarketMaker = artifacts.require('LMSRMarketMaker') module.exports = function (deployer) { deployer.link(Fixed192x64Math, LMSRMarketMaker) deployer.deploy(LMSRMarketMaker) }