Files
CEIDEC-Pong-Web/migrations/2_pong_migration.js

6 lines
111 B
JavaScript
Raw Normal View History

2018-10-31 05:52:42 -04:00
var Pong = artifacts.require("./Pong.sol");
module.exports = function(deployer) {
deployer.deploy(Pong);
};