mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
var OpCodes = artifacts.require("./OpCodes.sol");
|
|
|
|
module.exports = function(deployer) {
|
|
deployer.deploy(OpCodes);
|
|
};
|