Skip to content

Commit

Permalink
Merge pull request hummingbot#6490 from nikspz/development
Browse files Browse the repository at this point in the history
Fix/change default global_token_name to USDT
  • Loading branch information
nikspz authored Jul 18, 2023
2 parents 0df4d60 + b6cf83e commit 97794ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hummingbot/client/config/client_config_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ class Config:

class GlobalTokenConfigMap(BaseClientModel):
global_token_name: str = Field(
default="USD",
default="USDT",
client_data=ClientFieldData(
prompt=lambda
cm: "What is your default display token? (e.g. USD,EUR,BTC)",
Expand Down
2 changes: 1 addition & 1 deletion test/hummingbot/client/command/test_config_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_list_configs(self, notify_mock, get_strategy_config_map_mock):
" | ∟ gateway_api_port | 15888 |\n"
" | rate_oracle_source | binance |\n"
" | global_token | |\n"
" | ∟ global_token_name | USD |\n"
" | ∟ global_token_name | USDT |\n"
" | ∟ global_token_symbol | $ |\n"
" | rate_limits_share_pct | 100 |\n"
" | commands_timeout | |\n"
Expand Down

0 comments on commit 97794ee

Please sign in to comment.