diff --git a/config.json.example b/config.json.example index afeb6ada2..da855f1eb 100644 --- a/config.json.example +++ b/config.json.example @@ -10,8 +10,8 @@ }, "exchange": { "name": "bittrex", - "key": "your_echange_key", - "secret": "your_echange_secret", + "key": "your_exchange_key", + "secret": "your_exchange_secret", "pair_whitelist": [ "BTC_ETH", "BTC_LTC", diff --git a/config_full.json.example b/config_full.json.example index 92c9a9c1d..dc5bb7162 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -18,8 +18,8 @@ }, "exchange": { "name": "bittrex", - "key": "your_echange_key", - "secret": "your_echange_secret", + "key": "your_exchange_key", + "secret": "your_exchange_secret", "pair_whitelist": [ "BTC_ETH", "BTC_LTC", diff --git a/setup.sh b/setup.sh index c4b9eb929..7d382190c 100755 --- a/setup.sh +++ b/setup.sh @@ -114,8 +114,8 @@ function config_generator () { -e "s/\"stake_amount\": 0.05,/\"stake_amount\": $stake_amount,/g" \ -e "s/\"stake_currency\": \"BTC\",/\"stake_currency\": \"$stake_currency\",/g" \ -e "s/\"fiat_display_currency\": \"USD\",/\"fiat_display_currency\": \"$fiat_currency\",/g" \ - -e "s/\"your_echange_key\"/\"$api_key\"/g" \ - -e "s/\"your_echange_secret\"/\"$api_secret\"/g" \ + -e "s/\"your_exchange_key\"/\"$api_key\"/g" \ + -e "s/\"your_exchange_secret\"/\"$api_secret\"/g" \ -e "s/\"your_instagram_token\"/\"$token\"/g" \ -e "s/\"your_instagram_chat_id\"/\"$chat_id\"/g" -e "s/\"dry_run\": false,/\"dry_run\": true,/g" config.json.example > config.json