Improve commenting

Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
pull/3569/head
James Campbell 2024-12-11 15:08:17 +01:00 committed by GitHub
parent d06d2880a3
commit 456195a8c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,8 @@ def get_healthy_default_rpc_endpoints(domain: TACoDomain) -> Dict[int, List[str]
if not domain.is_testnet:
# iterate over all chains and filter out unhealthy endpoints
# only performed for mainnet for now since it would be inefficient
# on testnet where many more chains are/will be allowed
healthy = {
chain_id: [
endpoint