Skip to content

Commit

Permalink
resolve conflict of missing token address file path
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgoh committed Mar 31, 2021
1 parent 6ee898e commit 7e694d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hummingbot/client/config/config_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
)
from collections import OrderedDict
import json
import requests
from typing import (
Any,
Callable,
Expand All @@ -31,6 +32,7 @@
CONF_FILE_PATH,
CONF_POSTFIX,
CONF_PREFIX,
TOKEN_ADDRESSES_FILE_PATH,
CONNECTOR_SETTINGS
)
from hummingbot.client.config.security import Security
Expand Down
1 change: 1 addition & 0 deletions hummingbot/client/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
ENCYPTED_CONF_POSTFIX = ".json"
GLOBAL_CONFIG_PATH = "conf/conf_global.yml"
TRADE_FEES_CONFIG_PATH = "conf/conf_fee_overrides.yml"
TOKEN_ADDRESSES_FILE_PATH = "conf/erc20_tokens_override.json"
DEFAULT_KEY_FILE_PATH = "conf/"
DEFAULT_LOG_FILE_PATH = "logs/"
DEFAULT_ETHEREUM_RPC_URL = "https://mainnet.coinalpha.com/hummingbot-test-node"
Expand Down

0 comments on commit 7e694d9

Please sign in to comment.