We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a55113 commit 9c0f1afCopy full SHA for 9c0f1af
test/Pigify.test.js
@@ -17,7 +17,7 @@ beforeEach(async () => {
17
// Use an account to deploy contract
18
contract = await new web3.eth.Contract(abi)
19
.deploy({ data: bytecode })
20
- .send({ from: accounts[0], gas: "2000000" });
+ .send({ from: accounts[0], gas: "20000000" });
21
});
22
23
describe("Pigify", () => {
0 commit comments