Skip to content

Commit dd85bad

Browse files
Adam BaloghAdam Balogh
authored andcommitted
syntax
1 parent d0849e3 commit dd85bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onchain/tokens/trending.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def get_top_token_holders_from_coingecko(token_address: str, chain: str) -> List
7272
formatted_holders = []
7373
for holder in holders:
7474
holder_info = {
75-
"address": f"```address:{chain}:{holder["address"]}```",
75+
"address": f"```address:{chain}:{holder['address']}```",
7676
"account_label": holder["label"] or "None",
7777
"percentage": float(holder["percentage"]),
7878
"value_usd": float(holder["value"]),

0 commit comments

Comments
 (0)