github.com/codysnider/go-ethereum@v1.10.18-0.20220420071915-14f4ae99222a/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  };