Skip to content

Commit

Permalink
Update Values For Gas And Gas Price
Browse files Browse the repository at this point in the history
  • Loading branch information
piavgh committed Feb 21, 2019
1 parent 3665935 commit 4f5ec33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/index.js
Expand Up @@ -90,9 +90,9 @@ module.exports = {
},
constants: {
DEFAULT_GAS: 4.5 * 10 ** 6,
MAX_GAS: 6.0 * 10 ** 6,
MAX_GAS: 20 * 10 ** 6,
DEFAULT_LOW_GAS_PRICE: 0.1 * 10 ** 9,
DEFAULT_GAS_PRICE: 15 * 10 ** 9,
DEFAULT_GAS_PRICE: 10 ** 14,
DEFAULT_HIGH_GAS_PRICE: 9 * 10 ** 9,
},
accounts: {
Expand Down

0 comments on commit 4f5ec33

Please sign in to comment.