github.com/cryptogateway/go-paymex@v0.0.0-20210204174735-96277fb1e602/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  };