Skip to content

Commit

Permalink
Merge pull request #1756 from jsvisa/anvil-more-args
Browse files Browse the repository at this point in the history
feat(rpc/anvil): add  more anvil command line args
  • Loading branch information
iamdefinitelyahuman authored May 4, 2024
2 parents 3d057f3 + ee7eb4b commit fc3677f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions brownie/network/rpc/anvil.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@
CLI_FLAGS = {
"port": "--port",
"host": "--host",
"evm_version": "--hardfork",
"fork": "--fork-url",
"fork_block": "--fork-block-number",
"chain_id": "--chain-id",
"default_balance": "--balance",
"accounts": "--accounts",
"mnemonic": "--mnemonic",
"block_time": "--block-time",
"base_fee": "--block-base-fee-per-gas",
"gas_price": "--gas-price",
"gas_limit": "--gas-limit",
}

Expand Down

0 comments on commit fc3677f

Please sign in to comment.