Skip to content
New issue

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

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

Already on GitHub? # to your account

fixed provider-jsonrpc.ts strict compile fixes and error handling #4837

Closed
wants to merge 1 commit into from

Commits on Sep 17, 2024

  1. fixed provider-jsonrpc.ts strict compile fixes (and possible wrong er…

    …ror handling on network_error)
    
    The original condition used "NETWORK_ERROR" || isError(error, "UNSUPPORTED_OPERATION") which is always truthy due to the way the logical OR operator (||) is evaluated. This caused the if statement to not function as intended, potentially resulting in unexpected rejections during transaction handling.
    apetersson authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fc4ec66 View commit details
    Browse the repository at this point in the history