add migration, explicit chain id
This commit is contained in:
parent
bd6afce955
commit
16491d8d21
|
@ -0,0 +1,5 @@
|
||||||
|
var FoolsGrans = artifacts.require("./FoolsGrans.sol");
|
||||||
|
|
||||||
|
module.exports = function(deployer) {
|
||||||
|
deployer.deploy(FoolsGrans);
|
||||||
|
};
|
Loading…
Reference in New Issue