UNPKG

xor-external-contract-examples

Version:
8 lines (6 loc) 249 B
var ExampleLoanTrust = artifacts.require("ExampleLoanTrust"); var ExampleLoanInterest = artifacts.require("ExampleLoanInterest"); module.exports = function(deployer) { deployer.deploy(ExampleLoanTrust); deployer.deploy(ExampleLoanInterest); };