WalletConnect / walletconnect-monorepo

WalletConnect Monorepo
Apache License 2.0
1.25k stars 623 forks source link

Hey @juloxrox, thanks for reaching out. You can access the same exported members by using the methods in `modal` object which is created with the `createWeb3Modal` function. #4480

Closed Lccrazy666 closed 1 month ago

Lccrazy666 commented 1 month ago

Hey @juloxrox, thanks for reaching out. You can access the same exported members by using the methods in modal object which is created with the createWeb3Modal function.

const modal = createWeb3Modal({ ... })
...
const walletProvider = modal.getWalletProvider()

Also, I'd like to tell you that the Solana client is not launched yet and you might expect some issues. We are planning to publish it this week. So if you encounter any issues, please share with us and we are happy to help.

Originally posted by @enesozturk in https://github.com/WalletConnect/walletconnect-monorepo/discussions/4390#discussioncomment-9041832

linear[bot] commented 1 month ago

CR-20 Hey @juloxrox, thanks for reaching out. You can access the same exported members by using the methods in `modal` object which is created with the `createWeb3Modal` function.