Skip to content

Commit

Permalink
chore: query all chains
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Jul 17, 2024
1 parent 914a232 commit 5c330e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/python/query_upkeeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ def get_upkeeps(chain="ethereum"):
if __name__ == "__main__":
dfs = []
for chain in [
# "ethereum",
# "arbitrum",
# "polygon",
# "optimism",
"ethereum",
"arbitrum",
"polygon",
"optimism",
"avalanche_c",
# "base",
# "gnosis",
"base",
"gnosis",
]:
dfs.append(get_upkeeps(chain))
dfs = pd.concat(dfs)
Expand Down

0 comments on commit 5c330e2

Please sign in to comment.