You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
web3js has recently released a major upgrade to v4.x.y and this library does not seem to be compatible anymore with that version.
The latest version I seem to be able to get compatibility with is v1.3.4
If eg I try to connect to a chain with ID 1071 I get the following error coming from the web3js library added using the cdn (which points to latest).
s: Web3 validator found 1 error[s]: value "1071" at "/0" must pass "hex" validation
If needed I can provide a repository and a deployment url
Thank you very much 🌷
The text was updated successfully, but these errors were encountered:
begonaalvarezd
changed the title
[Bug]: Cant connect to metamask after latest major upgrade in web3js to v4.x.y
[Bug]: Cant connect to metamask after latest major upgrade in web3js to v4.x.yJun 20, 2023
I would need a testcase since It's probably not strictly related to svelte-web3 . chainId have been migrated to native BigInt which create all kind of incompatibilities.
web3js has recently released a major upgrade to
v4.x.y
and this library does not seem to be compatible anymore with that version.The latest version I seem to be able to get compatibility with is
v1.3.4
If eg I try to connect to a chain with ID
1071
I get the following error coming from the web3js library added using the cdn (which points to latest).If needed I can provide a repository and a deployment url
Thank you very much 🌷
The text was updated successfully, but these errors were encountered: