Skip to content

Commit

Permalink
Set version 6.0.0b37
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Sep 17, 2024
1 parent bea5211 commit cbb1c9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Once the issue is created or edited, an automatic validation will be executed an
Ethereum utils
--------------
safe_eth.eth
~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~
- ``class EthereumClient (ethereum_node_url: str)``: Class to connect and do operations
with an ethereum node. Uses web3 and raw rpc calls for things not supported in web3.
Only ``http/https`` urls are supported for the node url.
Expand Down Expand Up @@ -73,14 +73,13 @@ If you want to use the underlying `web3.py <https://github.com/ethereum/web3.py>
safe_eth.eth.constants
~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~
- ``NULL_ADDRESS (0x000...0)``: Solidity ``address(0)``.
- ``SENTINEL_ADDRESS (0x000...1)``: Used for Safe's linked lists (modules, owners...).
- Maximum and minimum values for `R`, `S` and `V` in ethereum signatures.

safe_eth.eth.oracles
~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~
Price oracles for Uniswap, UniswapV2, Kyber, SushiSwap, Aave, Balancer, Curve, Mooniswap, Yearn...
Example:

Expand All @@ -97,7 +96,7 @@ Example:
safe_eth.eth.utils
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~

Contains utils for ethereum operations:

Expand Down
2 changes: 1 addition & 1 deletion safe_eth/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "6.0.0b36"
VERSION = "6.0.0b37"

0 comments on commit cbb1c9e

Please sign in to comment.