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

honeyswap.1hive.eth.limo always returns null chainID when using WalletConnect #83

Open
megakoko opened this issue Jul 29, 2022 · 2 comments

Comments

@megakoko
Copy link

If this is not the right place for this bug report, please direct me to the right one.

https://honeyswap.1hive.eth.limo can be used with 2 networks (gnosis and polygon), but when trying to use it with WalletConnect it always returns "null" chainId in the initial response. We have no way of determining which network to choose in our app.

Thank you

@kamikazebr
Copy link
Member

Did you tested in PC or Mobile?

And what the provider used with WalletConnect? MetamasK?

@megakoko
Copy link
Author

megakoko commented Aug 3, 2022

I was using Safari on a desktop Mac. We're developing our own application that uses WalletConnect protocol to connect to HoneySwap among other DApps.

This is the response we're getting:

{
    "id": 1659076821958458,
    "jsonrpc": "2.0",
    "method": "wc_sessionRequest",
    "params":
    [
        {
            "chainId": null,
            "peerId": "7019e642-025b-4770-8c45-bcd99d49a46d",
            "peerMeta":
            {
                "description": "",
                "icons":
                [
                    "https://honeyswap.1hive.eth.limo/images/favicon.png",
                    "https://honeyswap.1hive.eth.limo/images/192x192_App_Icon.png",
                    "https://honeyswap.1hive.eth.limo/images/512x512_App_Icon.png"
                ],
                "name": "Honeyswap Interface",
                "url": "https://honeyswap.1hive.eth.limo/"
            }
        }
    ]
}

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

No branches or pull requests

2 participants