Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running get-node-info action throws errors #71

Open
erik78se opened this issue Jul 28, 2024 · 2 comments
Open

running get-node-info action throws errors #71

erik78se opened this issue Jul 28, 2024 · 2 comments

Comments

@erik78se
Copy link
Contributor

Errors are thrown when running "get-node-info":

/var/lib/juju/agents/unit-polkadot-1/charm/venv/eth_utils/network.py:44: UserWarning: Network 345 with name 'Yooldo Verse Mainnet' does not have a valid ChainId. eth-typing should be updated with the latest networks.
  warnings.warn(
/var/lib/juju/agents/unit-polkadot-1/charm/venv/eth_utils/network.py:44: UserWarning: Network 12611 with name 'Astar zkEVM' does not have a valid ChainId. eth-typing should be updated with the latest networks.
  warnings.warn(


image

@jakobilobi
Copy link
Collaborator

I've seen that too. Maybe originates in some Juju lib you've imported @Maharacha ?

@jonathanudd
Copy link
Collaborator

Seems like it's related to this ethereum/eth-utils#276
And eth-utils is used by SubstrateInterface which we import. https://github.com/polkascan/py-substrate-interface/blob/master/requirements.txt

So I guess it will go away when we get a later version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants