Skip to content

Commit 2733f6b

Browse files
authored
Merge pull request ProjectOpenSea#22 from DJViau/dan/10/01/lower-default-gas
lower default gas price
2 parents 50ca174 + 0247ab2 commit 2733f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

truffle.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
);
3535
},
3636
gas: 4000000,
37-
gasPrice: 50000000000
37+
gasPrice: 5000000000
3838
},
3939
mocha: {
4040
reporter: 'eth-gas-reporter',
@@ -49,4 +49,4 @@ module.exports = {
4949
}
5050
},
5151
}
52-
};
52+
};

0 commit comments

Comments
 (0)