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

Walletconnect not working with Linea chainId: 59144 #2307

Open
1 task done
souvikmishra opened this issue Oct 25, 2024 · 0 comments
Open
1 task done

Walletconnect not working with Linea chainId: 59144 #2307

souvikmishra opened this issue Oct 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@souvikmishra
Copy link

souvikmishra commented Oct 25, 2024

Current Behavior

I have these chains that I want to support in my dApp:
[1, 137, 42161, 59144]
When connecting with a Rainbow wallet its showing me an error saying

Non conforming namespaces. approve() namespaces chains don't satisfy required namespaces.

Required: eip155:1, eip155:155, eip155:42161, eip155:59144

Approved: eip155:1, eip155:8453, eip155:10, eip155:4161, eip155:137, eip155:7777777, eip155:81457, eip155:666666666, eip155:43114, eip155:56, eip155:33139

Expected Behavior

It should provider approval for all required chains passed into the required chains

Steps To Reproduce

You can go to hub.marlin.org and try to connect via rainbow kit using the walletconnect option

What package is effected by this issue?

@web3-onboard/walletconnect

Is this a build or a runtime issue?

Runtime

Package Version

2.6.1

Node Version

21.7.3

What browsers are you seeing the problem on?

Firefox

Relevant log output

No response

Anything else?

Screenshot 2024-10-25 at 3 27 26 PM

This means that web3onboard is actually considering the Linea Network

Sanity Check

  • If this is a build issue, I have included my build config. If this is a runtime issue, I have included reproduction steps and/or a Minimal, Reproducible Example.
@souvikmishra souvikmishra added the bug Something isn't working label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants
@Adamj1232 @souvikmishra and others