Skip to content

Commit

Permalink
Merge pull request #1550 from n1punp/anvil_add_cli_flags
Browse files Browse the repository at this point in the history
Add anvil cli flags
  • Loading branch information
charles-cooper authored Jul 17, 2022
2 parents f712a1f + 49cb96d commit 8dbd7f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.19.0](https://github.com/eth-brownie/brownie/tree/v1.19.0) - 2022-05-29
### Added
- Initial support for [Anvil](https://github.com/foundry-rs/foundry/tree/master/anvil), a blazing-fast local testnet node implementation in Rust ([#1541](https://github.com/eth-brownie/brownie/pull/1541))
- Support configurable initial wallet balance, chain id, and gas limit.

### Fixed
- `StopIteration` when compiling some Vyper `v0.3.3` contracts ([#1547](https://github.com/eth-brownie/brownie/pull/1547))
Expand Down
2 changes: 2 additions & 0 deletions brownie/network/rpc/anvil.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"fork": "--fork-url",
"fork_block": "--fork-block-number",
"chain_id": "--chain-id",
"default_balance": "--balance",
"gas_limit": "--gas-limit",
}


Expand Down

0 comments on commit 8dbd7f0

Please sign in to comment.