Skip to content

Commit e536b3a

Browse files
authored
[attester] Remove mapping from testing config (#419)
1 parent 90a9037 commit e536b3a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

third_party/pyth/p2w_autoattest.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,6 @@
170170
price: {price}
171171
product: {product}"""
172172

173-
cfg_yaml += f"""
174-
- group_name: mapping
175-
conditions:
176-
min_interval_secs: 10
177-
price_changed_bps: 500
178-
symbols: []
179-
"""
180-
181173
with open(P2W_ATTESTATION_CFG, "w") as f:
182174
f.write(cfg_yaml)
183175
f.flush()

0 commit comments

Comments
 (0)