github.com/CryptoKass/go-ethereum@v1.9.8-0.20191108085857-de2259d27c75/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 };