Skip to content

Commit

Permalink
encapsulate tickers in parens
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopp committed Nov 28, 2024
1 parent 3b69904 commit b6cdee5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions automated_updates/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'btc',
'bitcoin',
# bitcoin etfs
# 'arka', # too many false positives
'\(arka\)',
'arkb',
'bitb',
'bitc',
Expand All @@ -21,7 +21,7 @@
'brrr',
'btco',
'btcw',
#'defi', # too many false positives
'\(defi\)',
'ezbc',
'fbtc',
'grayscale',
Expand All @@ -36,25 +36,25 @@
'arkz',
'ceth',
'eeth',
# 'etha', # too many false positives
'\(etha\)',
'ethd',
# 'ethe', # too many false positives
'\(ethe\)',
'etht',
'ethu',
'ethv',
'feth',
# 'seth', # too many false positives
'\(seth\)',
# mixed crypto etfs
# 'bete', # too many false positives
# 'beth', # too many false positives
'\(bete\)',
'\(beth\)',
'bitq',
'bits',
'bitw',
'blkc',
# 'btf', # too many false positives
'\(btf\)',
'btop',
'dapp',
# 'sato', # too many false positives
'\(sato\)',
'spbc',
'stce',
# miners
Expand Down Expand Up @@ -99,9 +99,9 @@
'\(sq\)',
# shitcoins
'avalanche',
# 'avax', # too many false positives
'\(avax\)',
'binance',
# 'bch', # too many false positives
'\(bch\)',
'cardano',
'chainlink',
'dogecoin',
Expand Down

0 comments on commit b6cdee5

Please sign in to comment.