Skip to content

Commit

Permalink
FTX UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
VladKochetov007 committed Aug 8, 2021
1 parent 07c584a commit 2358ff2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,13 @@ trader.realtime_trading(

# Help the project

BTC: ```15TC5wjgxTj5btKr75DBswsdafUqXmkAjp```
BTC: ```33BEsCUi1C3NbnoNda32z9S5pXdaHBq6gA```

ETH ERC20: ```0xbc7d8d7fb6ccc0963a7bf5eb41faf8e4bb546740```
ETH ERC20: ```0x064fb4Dfe9c91913FE1847AAB04146b9757E4066```

USDT ERC20: ```0xbc7d8d7fb6ccc0963a7bf5eb41faf8e4bb546740```
USDT ERC20: ```0xc33AfF803aCdf08a1D0b8B4939E75598aB2518c1```

USDT TRC20: ```TCb9nWdApXmrfQuPcChdP9FpBXjXuFDFNX```
USDT TRC20: ```TDvegWDM7bvZthw8Z8Su6CsE8zasVGhWNa```

### My telegram

Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

## donate

BTC: ```15TC5wjgxTj5btKr75DBswsdafUqXmkAjp```
BTC: ```33BEsCUi1C3NbnoNda32z9S5pXdaHBq6gA```

ETH ERC20: ```0xbc7d8d7fb6ccc0963a7bf5eb41faf8e4bb546740```
ETH ERC20: ```0x064fb4Dfe9c91913FE1847AAB04146b9757E4066```

USDT ERC20: ```0xbc7d8d7fb6ccc0963a7bf5eb41faf8e4bb546740```
USDT ERC20: ```0xc33AfF803aCdf08a1D0b8B4939E75598aB2518c1```

USDT TRC20: ```TCb9nWdApXmrfQuPcChdP9FpBXjXuFDFNX```
USDT TRC20: ```TDvegWDM7bvZthw8Z8Su6CsE8zasVGhWNa```

### My telegram

Expand Down
2 changes: 1 addition & 1 deletion quick_trade/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
mean year percentage profit: {}%
winrate: {}%""" # .format(Trader.losses, Trader.trades, Trader.profits, Trader.year_profit, Trader.winrate)

__version__: str = "6.3.8"
__version__: str = "6.3.9"
__author__: str = 'Vlad Kochetov'
__credits__: List[str] = [
"Hemerson Tacon -- Stack overflow",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open('README.md') as file:
long_desc = file.read()

__version__ = "6.3.8"
__version__ = "6.3.9"

setup(
name='quick_trade',
Expand Down

0 comments on commit 2358ff2

Please sign in to comment.