From f5e1ded4735c70a04038112f6de8fd6a96fecd99 Mon Sep 17 00:00:00 2001 From: provinzio Date: Sat, 14 Dec 2024 08:28:06 +0100 Subject: [PATCH] ADD Binance operations --- src/book.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/book.py b/src/book.py index 8265ba9..1626383 100644 --- a/src/book.py +++ b/src/book.py @@ -127,6 +127,8 @@ def _read_binance(self, file_path: Path, version: int = 1) -> None: "Simple Earn Flexible Airdrop": "Airdrop", "Airdrop Assets": "Airdrop", "Crypto Box": "Airdrop", + "Launchpool Airdrop": "Airdrop", + "Megadrop Rewards": "Airdrop", # "Savings Interest": "CoinLendInterest", "Savings purchase": "CoinLend", @@ -171,6 +173,7 @@ def _read_binance(self, file_path: Path, version: int = 1) -> None: "Transaction Revenue": "Buy", "Transaction Sold": "Sell", "Transaction Fee": "Fee", + "Asset Recovery": "Sell", } with open(file_path, encoding="utf8") as f: