Skip to content

Commit

Permalink
Removed the gas value (paritytech#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertov19 authored Oct 22, 2020
1 parent a15ff56 commit 0363c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/truffle/migrations/2_deploy_contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ var MyToken = artifacts.require("MyToken");

module.exports = function (deployer) {
// deployment steps
deployer.deploy(MyToken, "8000000000000000000000000", { gas: 4294967295 });
deployer.deploy(MyToken, "8000000000000000000000000");
};

0 comments on commit 0363c02

Please sign in to comment.