mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-22 11:38:31 +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);
|
||
|
};
|