Skip to content

Commit

Permalink
Change default maxGasPrice to 200 Gwei
Browse files Browse the repository at this point in the history
  • Loading branch information
thodges-gh committed Mar 12, 2020
1 parent 0bd2e67 commit 50abd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Expand Up @@ -11,7 +11,7 @@ const config = {
wei: process.env.WEI || '100000000,1000000000,1000000000',
fallbackGasPrice: process.env.FALLBACK_GAS_PRICE || 25000000000,
addedGasPrice: process.env.ADD_GAS_PRICE || 1000000000,
maxGasPrice: process.env.MAX_GAS_PRICE || 50000000000
maxGasPrice: process.env.MAX_GAS_PRICE || 200000000000
},
schedule: process.env.CRON_SCHEDULE || '0 * * * * *'
}
Expand Down

0 comments on commit 50abd21

Please sign in to comment.