Use the fast gas strategy as the default

pull/2154/head
David Núñez 2020-07-22 11:58:50 +02:00
parent 3f68f1203d
commit 3210cd3ccf
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class BlockchainInterface:
TIMEOUT = 600 # seconds # TODO: Correlate with the gas strategy - #2070
DEFAULT_GAS_STRATEGY = 'medium'
DEFAULT_GAS_STRATEGY = 'fast'
GAS_STRATEGIES = {'glacial': time_based.glacial_gas_price_strategy, # 24h
'slow': time_based.slow_gas_price_strategy, # 1h
'medium': time_based.medium_gas_price_strategy, # 5m