mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 17:13:45 +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);
|
|
};
|