Skip to content

Commit

Permalink
chore: rm outdated comment (ApeWorX#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Jan 26, 2023
1 parent c10917f commit eb78b20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ape_ethereum/ecosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def _create_local_config(default_provider: Optional[str] = None, **kwargs) -> Ne


def _create_config(required_confirmations: int = 2, **kwargs) -> NetworkConfig:
# Put in own method to isolate `type: ignore` comments
return NetworkConfig(required_confirmations=required_confirmations, **kwargs)


Expand Down

0 comments on commit eb78b20

Please sign in to comment.