From 7a6d417df3826c5458d85837934ca9d83dc0beeb Mon Sep 17 00:00:00 2001 From: 0xSpuddy Date: Thu, 3 Oct 2024 12:37:39 -0400 Subject: [PATCH] configs for lisk --- src/telliot_feeds/constants.py | 1 + src/telliot_feeds/reporters/tips/__init__.py | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/src/telliot_feeds/constants.py b/src/telliot_feeds/constants.py index a7dad874..05ff9791 100644 --- a/src/telliot_feeds/constants.py +++ b/src/telliot_feeds/constants.py @@ -30,6 +30,7 @@ 808813, 534352, 8453, + 1135, } GNOSIS_CHAINS = {100, 10200} diff --git a/src/telliot_feeds/reporters/tips/__init__.py b/src/telliot_feeds/reporters/tips/__init__.py index ed6b0358..85436f17 100644 --- a/src/telliot_feeds/reporters/tips/__init__.py +++ b/src/telliot_feeds/reporters/tips/__init__.py @@ -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