Skip to content

Commit

Permalink
remove sol flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuntbach-bc committed Oct 14, 2024
1 parent fd1255c commit 2935b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def build_tokens_list(network, fill_from_coingecko=False):
tokens = list(set(tokens) | set(current_tokens))

# Optionally, fetch tokens from CoinGecko, adding to the current list
if fill_from_coingecko and network.symbol == "SOL":
if fill_from_coingecko:
print(f"Fetching missing tokens from CoinGecko")
new_tokens = fetch_missing_tokens_for_network(network, tokens)
print(f"Adding {len(new_tokens)} tokens fetched from CoinGecko")
Expand Down

0 comments on commit 2935b5d

Please sign in to comment.