Skip to content

Commit

Permalink
fix: base fee fix for remote host [APE-1196] (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Jul 18, 2023
1 parent 05c5ea3 commit 77e291f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ape_foundry/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ def unlocked_accounts(self) -> List[AddressType]:
def mnemonic(self) -> str:
return self._test_config.mnemonic

@property
def base_fee(self) -> int:
return self.config.base_fee

@property
def number_of_accounts(self) -> int:
return self._test_config.number_of_accounts
Expand Down

0 comments on commit 77e291f

Please sign in to comment.