Skip to content

Commit

Permalink
Merge pull request #775 from tellor-io/bob-networks
Browse files Browse the repository at this point in the history
added puff-bob testnet for reporting
  • Loading branch information
0xSpuddy authored May 3, 2024
2 parents ce54b04 + cbeafe0 commit 234163b
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 @@ -23,6 +23,7 @@
11155420,
421614,
84532,
111,
}

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 @@ -225,6 +225,13 @@ def add_multicall_support(
multicall3_address="0xcA11bde05977b3631167028862bE2a173976CA11",
)

add_multicall_support(
network="puff-bob-jznbxtoq7h",
network_id=111,
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 234163b

Please sign in to comment.