Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
add prices sql query and fix pylint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Nov 4, 2024
1 parent f986ff9 commit 7237c39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/sql/prices.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Selects all known appData hashes and preimages (as string) from the backend database

SELECT
*
FROM prices
2 changes: 1 addition & 1 deletion src/sync/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ class PriceFeedSyncConfig:
# The name of the table to upload to
table: str = "price_feed_test"
# Description of the table (for creation)
description: str = "Table containing prices and timestamps from multiple prices relevant to imbalances occuring after each tx."
description: str = "Table containing prices and timestamps from multiple price feeds"

0 comments on commit 7237c39

Please sign in to comment.