From e536b3a61e35c92280f0241a9bd3d5372387ff3f Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Thu, 8 Dec 2022 14:03:27 +0100 Subject: [PATCH] [attester] Remove mapping from testing config (#419) --- third_party/pyth/p2w_autoattest.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/third_party/pyth/p2w_autoattest.py b/third_party/pyth/p2w_autoattest.py index ee7aeeba..1d23d233 100755 --- a/third_party/pyth/p2w_autoattest.py +++ b/third_party/pyth/p2w_autoattest.py @@ -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()