[attester] Remove mapping from testing config (#419)
This commit is contained in:
parent
90a9037ae1
commit
e536b3a61e
|
@ -170,14 +170,6 @@ symbol_groups:
|
|||
price: {price}
|
||||
product: {product}"""
|
||||
|
||||
cfg_yaml += f"""
|
||||
- group_name: mapping
|
||||
conditions:
|
||||
min_interval_secs: 10
|
||||
price_changed_bps: 500
|
||||
symbols: []
|
||||
"""
|
||||
|
||||
with open(P2W_ATTESTATION_CFG, "w") as f:
|
||||
f.write(cfg_yaml)
|
||||
f.flush()
|
||||
|
|
Loading…
Reference in New Issue