mirror of
https://github.com/miky-kr5/CEIDEC-Pong-Web.git
synced 2023-01-29 18:47:06 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
var Pong = artifacts.require("./Pong.sol");
|
|
|
|
module.exports = function(deployer) {
|
|
deployer.deploy(Pong);
|
|
};
|