mirror of https://github.com/nucypher/nucypher.git
Use none as the 'free' gas post-london
parent
47a7780082
commit
e450179e23
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue