Skip to content

Commit

Permalink
re_add chain_names_by_id as is required by older versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
BIP Bot committed Mar 13, 2024
1 parent a471825 commit a80e19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bal_addresses/addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class AddrBook:
).json()
)
chain_ids_by_name = chains.CHAIN_IDS_BY_NAME
chain_names_by_id = {v: k for k, v in chain_ids_by_name.items()}

def __init__(self, chain, jsonfile=False):
self.jsonfile = jsonfile
Expand Down

0 comments on commit a80e19a

Please sign in to comment.