Use none as the 'free' gas post-london

pull/2960/head
Kieran Prasch 2022-09-08 15:46:09 +02:00
parent 47a7780082
commit e450179e23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ def token_airdrop(token_agent, amount: NU, transacting_power: TransactingPower,
def free_gas_price_strategy(w3, transaction_params=None):
return 0
return None
class TesterBlockchain(BlockchainDeployerInterface):