Open
Description
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?

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.