Skip to content

Commit

Permalink
Refactor/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Sep 20, 2023
1 parent 1017f07 commit 5e6a3e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.22.11

- Add `eth_defi.provider.llamanodes` and work around issues with LlamaNodes.com

# 0.22.10

- Move Ankr specific functionality to its own `eth_defi.provider.ankr` module
Expand Down
2 changes: 1 addition & 1 deletion eth_defi/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from eth_defi.event_reader.conversion import convert_jsonrpc_value_to_int
from eth_defi.middleware import http_retry_request_with_sleep_middleware
from eth_defi.provider.llamarpc import is_llama_bad_grapql_reply
from eth_defi.provider.llamanodes import is_llama_bad_grapql_reply
from eth_defi.provider.named import NamedProvider

#: List of chain ids that need to have proof-of-authority middleweare installed
Expand Down
File renamed without changes.

0 comments on commit 5e6a3e7

Please sign in to comment.