Skip to content

Commit

Permalink
configs for lisk
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSpuddy committed Oct 3, 2024
1 parent 54522d5 commit 7a6d417
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/telliot_feeds/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
808813,
534352,
8453,
1135,
}

GNOSIS_CHAINS = {100, 10200}
Expand Down
7 changes: 7 additions & 0 deletions src/telliot_feeds/reporters/tips/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,13 @@ def add_multicall_support(
multicall3_address="0xcA11bde05977b3631167028862bE2a173976CA11",
)

add_multicall_support(
network="Lisk",
network_id=1135,
state_override=False,
multicall3_address="0xcA11bde05977b3631167028862bE2a173976CA11",
)

CATALOG_QUERY_IDS = {query_catalog._entries[tag].query.query_id: tag for tag in query_catalog._entries}
CATALOG_QUERY_DATA = {query_catalog._entries[tag].query.query_data: tag for tag in query_catalog._entries}
# A list of query types that have a generic source that can take any properly formatted inputs and return a price
Expand Down

0 comments on commit 7a6d417

Please sign in to comment.