We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5262b commit fa2ca24Copy full SHA for fa2ca24
main.py
@@ -72,7 +72,7 @@ def getLabel(label, label_type="account", input_type='single'):
72
addrIndex = len(baseUrl + '/address/')
73
for elem in elems:
74
href = elem.get_attribute("href")
75
- if (href.startswith('baseUrl/address/')):
+ if (href.startswith(baseUrl + '/address/')):
76
addressList.append(href[addrIndex:])
77
78
# Quickfix: Optimism uses etherscan subcat style but differing address format
0 commit comments