cryptoshield 0.2.2__tar.gz → 0.2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/PKG-INFO +1 -1
  2. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield/approvals.py +1 -1
  3. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield.egg-info/PKG-INFO +1 -1
  4. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/pyproject.toml +1 -1
  5. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/LICENSE +0 -0
  6. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/README.md +0 -0
  7. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield/__init__.py +0 -0
  8. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield/cli.py +0 -0
  9. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield/db.py +0 -0
  10. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield/honeypot.py +0 -0
  11. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield/phishing.py +0 -0
  12. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield/rugpull.py +0 -0
  13. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield/solana.py +0 -0
  14. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield/utils.py +0 -0
  15. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield.egg-info/SOURCES.txt +0 -0
  16. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield.egg-info/dependency_links.txt +0 -0
  17. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield.egg-info/entry_points.txt +0 -0
  18. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield.egg-info/requires.txt +0 -0
  19. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/cryptoshield.egg-info/top_level.txt +0 -0
  20. {cryptoshield-0.2.2 → cryptoshield-0.2.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cryptoshield
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: All-in-one crypto security toolkit — honeypot, approvals, rugpull, phishing
5
5
  Author-email: yossweh <cilokcilok15@gmail.com>
6
6
  License: MIT
@@ -5,7 +5,7 @@ Scans on-chain Approval events to find all active token approvals.
5
5
 
6
6
  from web3 import Web3
7
7
  from .utils import (
8
- get_web3, checksum, label_address, ERC20_ABI, APPROVAL_EVENT,
8
+ get_web3, checksum, label_address, ERC20_ABI,
9
9
  KNOWN_ADDRESSES, print_header, print_ok, print_warn, print_fail, print_info,
10
10
  )
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cryptoshield
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: All-in-one crypto security toolkit — honeypot, approvals, rugpull, phishing
5
5
  Author-email: yossweh <cilokcilok15@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cryptoshield"
7
- version = "0.2.2"
7
+ version = "0.2.3"
8
8
  description = "All-in-one crypto security toolkit — honeypot, approvals, rugpull, phishing"
9
9
  readme = "README.md"
10
10
  license = {text = "MIT"}
File without changes
File without changes
File without changes