ethereum / eth-utils

Utility functions for working with ethereum related codebases.
https://eth-utils.readthedocs.io/en/latest/
MIT License
312 stars 148 forks source link

Run update_networks.py to get rid of warnings for Astar zkEVM and Yooldo Verse #276

Closed florian-cl closed 4 months ago

florian-cl commented 4 months ago

What was wrong?

When using eth-utils 4.1.0, we currently see the following errors:

/Users/<repopath>/.venv/lib/python3.12/site-packages/eth_utils/network.py:61: UserWarning: Network 345 with name 'Yooldo Verse Mainnet' does not have a valid ChainId. eth-typing should be updated with the latest networks.
  networks = initialize_network_objects()
/Users/<repopath>/.venv/lib/python3.12/site-packages/eth_utils/network.py:61: UserWarning: Network 12611 with name 'Astar zkEVM' does not have a valid ChainId. eth-typing should be updated with the latest networks.
  networks = initialize_network_objects()

Related to Issue # Closes #

How was it fixed?

Ran the python update_networks.py command

Todo:

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

kootsZhin commented 4 months ago

Also seeing these when using web3.py, is there a way to get rid of it when using as dependency?