Skip to content

Commit

Permalink
Merge pull request #806 from tellor-io/scroll-mainnet
Browse files Browse the repository at this point in the history
scroll mainnet
  • Loading branch information
0xSpuddy authored Sep 23, 2024
2 parents fdb320c + 4e6ea73 commit 4636b4f
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 @@ -28,6 +28,7 @@
919,
1918988905,
808813,
534352,
}

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 @@ -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
Expand Down

0 comments on commit 4636b4f

Please sign in to comment.