diff --git a/src/telliot_feeds/constants.py b/src/telliot_feeds/constants.py index 9409c971..71378a2d 100644 --- a/src/telliot_feeds/constants.py +++ b/src/telliot_feeds/constants.py @@ -28,6 +28,7 @@ 919, 1918988905, 808813, + 534352, } GNOSIS_CHAINS = {100, 10200} diff --git a/src/telliot_feeds/reporters/tips/__init__.py b/src/telliot_feeds/reporters/tips/__init__.py index 4b1859c4..5d85fafe 100644 --- a/src/telliot_feeds/reporters/tips/__init__.py +++ b/src/telliot_feeds/reporters/tips/__init__.py @@ -281,6 +281,13 @@ def add_multicall_support( multicall3_address="0xcA11bde05977b3631167028862bE2a173976CA11", ) +add_multicall_support( + network="Scroll", + network_id=534352, + 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