mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-25 21:07:17 +00:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
|
var OpCodes = artifacts.require("./OpCodes.sol");
|
||
|
|
||
|
module.exports = function(deployer) {
|
||
|
deployer.deploy(OpCodes);
|
||
|
};
|