p2w_autoattest.py: hotfix undefined pyth_accounts

This commit is contained in:
Stan Drozd 2021-11-30 10:13:44 +01:00
parent 699a8c2b0c
commit 94cf2f1e73
1 changed files with 1 additions and 1 deletions

View File

@ -112,6 +112,7 @@ if PYTH_PRICE_ACCOUNT is None or PYTH_PRODUCT_ACCOUNT is None:
PYTH_PRICE_ACCOUNT = pyth_accounts["price"]
PYTH_PRODUCT_ACCOUNT = pyth_accounts["product"]
print(f"Retrieved Pyth accounts from endpoint: {pyth_accounts}")
nonce = 0
attest_result = run_or_die([
@ -127,7 +128,6 @@ attest_result = run_or_die([
], capture_output=True)
print("p2w_autoattest ready to roll.")
print(f"ACCOUNTS: {pyth_accounts}")
print(f"Attest Interval: {P2W_ATTEST_INTERVAL}")
# Serve p2w endpoint