add migration, explicit chain id

This commit is contained in:
Moon 2021-01-17 15:17:22 +00:00
parent bd6afce955
commit 16491d8d21
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
var FoolsGrans = artifacts.require("./FoolsGrans.sol");
module.exports = function(deployer) {
deployer.deploy(FoolsGrans);
};