diff --git a/CHANGELOG.md b/CHANGELOG.md index ed90d41f..c1620406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All changes will be registered here per release. ## [0.8.6] - Current date Added `Algorand / ALGO` Project/Token. Added `Dfinity / ICP` Project/Token. +Added `BUSD` stable coin. +Code refactoring and fixes. ## [0.8.6] - 2021-07-03 Fix `COINBASE` Exchange Rate limits that would result in an HTTP 429 Too Many Requests. diff --git a/xtcryptosignals/client/config.py b/xtcryptosignals/client/config.py index 8bd9dcfc..5f310ae8 100644 --- a/xtcryptosignals/client/config.py +++ b/xtcryptosignals/client/config.py @@ -20,7 +20,7 @@ class Config(object): SECRET_KEY = None - SERVER_API_BASE_URL = "http://127.0.0.1:5000/" + SERVER_API_BASE_URL = "http://127.0.0.1:5050/" SESSION_COOKIE_HTTPONLY = True SESSION_COOKIE_SAMESITE = "Lax" diff --git a/xtcryptosignals/client/static/imgs/logos/BUSD.png b/xtcryptosignals/client/static/imgs/logos/BUSD.png new file mode 100644 index 00000000..dddea4f3 Binary files /dev/null and b/xtcryptosignals/client/static/imgs/logos/BUSD.png differ diff --git a/xtcryptosignals/client/static/imgs/logos/BUSD@128.png b/xtcryptosignals/client/static/imgs/logos/BUSD@128.png new file mode 100644 index 00000000..e35cfd8a Binary files /dev/null and b/xtcryptosignals/client/static/imgs/logos/BUSD@128.png differ diff --git a/xtcryptosignals/client/templates/base.html b/xtcryptosignals/client/templates/base.html index 7c38e705..a55f4496 100644 --- a/xtcryptosignals/client/templates/base.html +++ b/xtcryptosignals/client/templates/base.html @@ -4,12 +4,12 @@ XTCryptoSignals - {% block title %}{% endblock %} - - + + - + @@ -19,11 +19,11 @@ - - - - - + + + + + @@ -36,12 +36,12 @@ - - - - - - + + + + + + + + + - - + + - + + + + - + + - + + - + +