You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remember, your feature is much more likely to be included if it does not involve any breaking changes.
in network/rpc/anvil.py
CLI_FLAGS = {
"port": "--port",
"host": "--host",
"fork": "--fork-url",
"fork_block": "--fork-block-number",
"chain_id": "--chain-id",
"default_balance": "--balance",
"gas_limit": "--gas-limit",
"accounts": "--accounts",
"evm_version": "--hardfork",
}
Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.
The text was updated successfully, but these errors were encountered:
Overview
Provide a simple overview of what you wish to see added. Please include:
What you are trying to do
brownie console --network anvil
Why Brownie's current functionality is inadequate to address your goal
Specification
Describe the syntax and semantics of how you would like to see this feature implemented. The more detailed the better!
Remember, your feature is much more likely to be included if it does not involve any breaking changes.
in
network/rpc/anvil.py
CLI_FLAGS = {
"port": "--port",
"host": "--host",
"fork": "--fork-url",
"fork_block": "--fork-block-number",
"chain_id": "--chain-id",
"default_balance": "--balance",
"gas_limit": "--gas-limit",
"accounts": "--accounts",
"evm_version": "--hardfork",
}
Dependencies
Include links to any open issues that must be resolved before this feature can be implemented.
The text was updated successfully, but these errors were encountered: