We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0849e3 commit dd85badCopy full SHA for dd85bad
1 file changed
onchain/tokens/trending.py
@@ -72,7 +72,7 @@ def get_top_token_holders_from_coingecko(token_address: str, chain: str) -> List
72
formatted_holders = []
73
for holder in holders:
74
holder_info = {
75
- "address": f"```address:{chain}:{holder["address"]}```",
+ "address": f"```address:{chain}:{holder['address']}```",
76
"account_label": holder["label"] or "None",
77
"percentage": float(holder["percentage"]),
78
"value_usd": float(holder["value"]),
0 commit comments