diff options
author | terminaldweller <thabogre@gmail.com> | 2022-06-24 13:22:52 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-06-24 13:22:52 +0000 |
commit | 33678beddf20b33c1f107a4282a59931fed4b47d (patch) | |
tree | 29b7a55ba481117f1fc12bec7bd0f22817ffd5ca /.config/cointop/config.toml | |
parent | updates (diff) | |
download | scripts-33678beddf20b33c1f107a4282a59931fed4b47d.tar.gz scripts-33678beddf20b33c1f107a4282a59931fed4b47d.zip |
updates
Diffstat (limited to '')
-rw-r--r-- | .config/cointop/config.toml | 6 |
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 |