Skip to content

Commit

Permalink
Merge pull request #650 from SatoshiAndKin/new_gas_limits
Browse files Browse the repository at this point in the history
Update default gas limit to 12 million
  • Loading branch information
iamdefinitelyahuman committed Jun 26, 2020
2 parents 2efa320 + 5f7f67c commit 30c7590
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://github.com/eth-brownie/brownie)
### Fixed
- Less restrictive `default_langauge_version` in pre-commit hooks
- Updated network configs to match mainnet's latest gas limits

## [1.9.4](https://github.com/eth-brownie/brownie/tree/v1.9.4) - 2020-06-21
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions brownie/data/default-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ project_structure:
networks:
default: development
development:
gas_limit: 6721975
gas_limit: 12000000
gas_price: 0
reverting_tx_gas_limit: 6721975
reverting_tx_gas_limit: 12000000
default_contract_owner: true
cmd_settings: null
live:
Expand Down
4 changes: 2 additions & 2 deletions brownie/data/network-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ development:
host: http://127.0.0.1
cmd_settings:
port: 8545
gas_limit: 6721975
gas_limit: 12000000
accounts: 10
evm_version: istanbul
mnemonic: brownie
Expand All @@ -57,7 +57,7 @@ development:
timeout: 120
cmd_settings:
port: 8545
gas_limit: 10000000
gas_limit: 12000000
accounts: 10
evm_version: istanbul
mnemonic: brownie
Expand Down

0 comments on commit 30c7590

Please sign in to comment.