github.com/jiajun1992/watercarver@v0.0.0-20191031150618-dfc2b17c0c4a/go-ethereum/tests/solidity/migrations/2_opCodes_migration.js (about)

     1  var OpCodes = artifacts.require("./OpCodes.sol");
     2  
     3  module.exports = function(deployer) {
     4    deployer.deploy(OpCodes);
     5  };