Skip to content

Conversation

kirtiraj22
Copy link

Summary

While running the test suite, the test cases were failing due to usage of a deprecated/private property: _rpcEndpoint on the connection object.

Fix

Replaced:

provider.connection._rpcEndpoint

with

provider.connection.rpcEndpoint

It's a minor fix, but this resolves the test failure and all tests are now passing.

Checkout :

Screenshot 2025-06-03 100325

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

Successfully merging this pull request may close these issues.

1 participant