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
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.
The text was updated successfully, but these errors were encountered:
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"
});
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
The text was updated successfully, but these errors were encountered: