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

Error: invalid address (argument="address", value="0x0", code=INVALID_ARGUMENT, version=address/5.7.0) #137

Open
sentry-io bot opened this issue Aug 27, 2023 · 2 comments · Fixed by #138

Comments

@sentry-io
Copy link

sentry-io bot commented Aug 27, 2023

Sentry Issue: SNAPSHOT-RELAYER-3

Error: invalid address (argument="address", value="0x0", code=INVALID_ARGUMENT, version=address/5.7.0)
  File "/workspace/node_modules/@ethersproject/logger/lib/index.js", line 238, in Logger.makeError
    var error = new Error(message);
  File "/workspace/node_modules/@ethersproject/logger/lib/index.js", line 247, in Logger.throwError
    throw this.makeError(message, code, params);
  File "/workspace/node_modules/@ethersproject/logger/lib/index.js", line 250, in Logger.throwArgumentError
    return this.throwError(message, Logger.errors.INVALID_ARGUMENT, {
  File "/workspace/node_modules/@ethersproject/address/lib/index.js", line 96, in getAddress
    logger.throwArgumentError("invalid address", "address", address);
  File "/workspace/node_modules/@ethersproject/providers/lib/formatter.js", line 190, in Formatter.address
    return (0, address_1.getAddress)(value);
...
(6 additional frame(s) were not displayed)
@wa0x6e
Copy link
Contributor

wa0x6e commented Aug 27, 2023

Due to invalid user input, passing an invalid address

@wa0x6e
Copy link
Contributor

wa0x6e commented Aug 30, 2023

Regression, address error also happening on check.ts

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 a pull request may close this issue.

1 participant