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

Wallet connect provider can not send transaction #2264

Open
1 task done
dza35013 opened this issue Jul 30, 2024 · 0 comments
Open
1 task done

Wallet connect provider can not send transaction #2264

dza35013 opened this issue Jul 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dza35013
Copy link

Current Behavior

Hello, when I am using the wallet connect provider, https://onboard.blocknative.com/docs/wallets/walletconnect, it is the only one on which the provider onject doesn't have a .sendAsync or a .send function, how can I send transaction so ? I tried request but it only works for some methods like get chain ID, switch chain or ask accounts

Expected Behavior

I just want it to have sendAsync or send enabled so I can send transactions

Steps To Reproduce

Just create a wallet connect module:
walletConnectModule({
projectId: "project ID there",
dappUrl: "http://127.0.0.1"
})
and then init the modal:
this.onboard = Onboard({
wallets, // Put wallet connect inside
chains, // Made before, doesn't matter
appMetadata, // Made before, doesn't matter
theme: "dark"
});

    Then call connect and see

What package is effected by this issue?

@web3-onboard/walletconnect

Is this a build or a runtime issue?

Build

Package Version

last

Node Version

last

What browsers are you seeing the problem on?

Chrome, Safari, Microsoft Edge

Relevant log output

I don't have except that the wallet object doesn't have .sendAsync or .send but only request

Anything else?

No response

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.
@dza35013 dza35013 added the bug Something isn't working label Jul 30, 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

2 participants