[attester] Remove mapping from testing config (#419)
This commit is contained in:
parent
90a9037ae1
commit
e536b3a61e
|
@ -170,14 +170,6 @@ symbol_groups:
|
||||||
price: {price}
|
price: {price}
|
||||||
product: {product}"""
|
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:
|
with open(P2W_ATTESTATION_CFG, "w") as f:
|
||||||
f.write(cfg_yaml)
|
f.write(cfg_yaml)
|
||||||
f.flush()
|
f.flush()
|
||||||
|
|
Loading…
Reference in New Issue