5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
module.exports = {
|
|
Contribution: artifacts.require('Contribution.sol'),
|
|
getContributionContract: name => artifacts.require(name)
|
|
}
|
|
|