Use this method to use connected wallets in webapps or if you want to set up a wallet yourself.
Copy
import { getSolanaChainAdapterFromWallet } from '@rhino.fi/sdk/adapters/solana'// You can initialize the wallet yourself or depending on the specific browser// wallet find it in th global window objectconst chainAdapter = getSolanaChainAdapterFromWallet( wallet, chainConfig, rpcUrl,)