Skip to content

Commit

Permalink
Prepare version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Oct 14, 2024
1 parent a4a24e7 commit 6bcf31d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Current
# 0.26.1

- Add: TokenSniffer API wrapper with a persistent cache
- Add: Enzyme vault deployments on Arbitrum
- Add: Custom cache interface support for `CachedTokenSniffer()`

# 0.26

Expand Down
4 changes: 2 additions & 2 deletions eth_defi/token_analysis/tokensniffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
#:
KNOWN_GOOD_TOKENS = {
"USDC",
"USDT",
"USDS", # Dai rebranded
"MKR",
"DAI",
"WBTC",
Expand Down Expand Up @@ -469,8 +471,6 @@ class CachedTokenSniffer(TokenSniffer):
- Use SQLite DB as a key-value cache backend, or your custom cache interface
- No cache expiration
- No support for multithreading/etc. fancy stuff
Example usage:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "web3-ethereum-defi"
version = "0.26"
version = "0.26.1"
description = "Python library for Uniswap, Aave, ChainLink, Enzyme and other protocols on BNB Chain, Polygon, Ethereum and other blockchains"
authors = ["Mikko Ohtamaa <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6bcf31d

Please sign in to comment.