Skip to content

Commit

Permalink
Filter out astroport deployments we don't have net configs for.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Jul 26, 2024
1 parent 23eda7a commit 8327d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ async def main() -> None:
endpoints=endpoints[chain_id],
)
for chain_id in ctx.deployments["pools"]["astroport"].keys()
if chain_id in endpoints
]

osmo_pools = await osmosis.pools()
Expand Down

0 comments on commit 8327d96

Please sign in to comment.