aboutsummaryrefslogtreecommitdiffstats
path: root/.config/cointop/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.config/cointop/config.toml')
-rw-r--r--.config/cointop/config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/cointop/config.toml b/.config/cointop/config.toml
index 23c4d0d..271090e 100644
--- a/.config/cointop/config.toml
+++ b/.config/cointop/config.toml
@@ -3,7 +3,7 @@ default_view = "default"
default_chart_range = "1Y"
api = "coingecko"
colorscheme = "devi"
-refresh_rate = 60
+refresh_rate = 600
cache_dir = "/tmp"
[shortcuts]
@@ -92,7 +92,7 @@ cache_dir = "/tmp"
[favorites]
columns = ["rank", "name", "symbol", "price", "1h_change", "24h_change", "7d_change", "24h_volume", "market_cap", "available_supply", "total_supply", "last_updated"]
- names = ["BNB", "Binance USD", "Chainlink", "Dai", "Energi", "Ethereum", "Filecoin", "Monero", "Mysterium", "PancakeSwap", "Polygon"]
+ names = ["Aave", "BNB", "Binance USD", "Chainlink", "Dai", "Energi", "Ethereum", "Filecoin", "Monero", "Mysterium", "PancakeSwap", "Polygon"]
symbols = []
[portfolio]
@@ -106,5 +106,5 @@ cache_dir = "/tmp"
pro_api_key = ""
[table]
- columns = ["rank", "name", "symbol", "price", "1h_change", "24h_change", "7d_change", "24h_volume", "market_cap", "available_supply", "total_supply", "last_updated"]
+ columns = ["rank", "name", "symbol", "price", "1h_change", "24h_change", "7d_change","30d_change","1y_change", "24h_volume", "market_cap", "available_supply", "total_supply", "last_updated"]
keep_row_focus_on_sort = false