We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I was working on a web3 game about 10 months ago, and recently came back to it. I am getting the strangest error:
Uncaught (in promise) s: Web3 validator found 1 error[s]: value "1" at "/0" must pass "hex" validation
This occurs whenever I try to connect, BUT if I switch provider in Metamask it all of a sudden updates and is connected properly.
The number for value changes depending on chainID of the network I've chosen in Metamask.
I've tried: downgrading web3js to 4.0.3 using web3modal using default injected
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I was working on a web3 game about 10 months ago, and recently came back to it. I am getting the strangest error:
This occurs whenever I try to connect, BUT if I switch provider in Metamask it all of a sudden updates and is connected properly.
The number for value changes depending on chainID of the network I've chosen in Metamask.
I've tried:
downgrading web3js to 4.0.3
using web3modal
using default injected
The text was updated successfully, but these errors were encountered: