Add settable base dir
This commit is contained in:
parent
3cdf1bf6d9
commit
9d1f36549e
@ -71,7 +71,7 @@ class GasPriceFilter(SyncFilter):
|
||||
|
||||
|
||||
def main():
|
||||
gas_store = RunStore()
|
||||
gas_store = RunStore(basedir=config.get('STORE_BASE_DIR'))
|
||||
gas_aggregator = GasAggregator(gas_store, 360)
|
||||
gas_filter = GasPriceFilter(chain_spec, gas_aggregator)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user