coinbase-wallet-sdk icon indicating copy to clipboard operation
coinbase-wallet-sdk copied to clipboard

An open protocol that lets users connect their mobile wallets to your DApp

Results 102 coinbase-wallet-sdk issues
Sort by recently updated
recently updated
newest added

### Describe the bug wallet_switchEthereumChain doesn't switch to a chain added manually through wallet UI, but switches successfully when the chain is added programmatically with wallet_addEthereumChain ### Steps ```js try...

type: bug

### Is your feature request related to a problem? Please describe. Our app creates an iframe on the end user's webpage. We are using Wagmi for wallet connection. We found...

type: enhancement

### _Summary_ - Add ExtensionSigner which wraps the injected extension provider (`window.coinbaseWalletExtension`) - Eventing - Handles `"chainChanged"` and `"accountsChanged"` events emitted by extension provider - Updates CoinbaseWalletProvider state accordingly. -...

### _Summary_ Even though SHA-256 is only used in one place to just hash a session key, it pulls 2 irrelevant deps. This PR removes sha.js and replaces it with...

### _Summary_ ### _How did you test your changes?_

### Is your feature request related to a problem? Please describe. While the deployed smart-contracts support the whitelisting of additional owners besides the signer account, the SDK itself does not...

type: enhancement

### Describe the bug The window can get out of sync with the wallets chain ID. ### Steps has anyone seen the wagmi store chain ID not match the wallet...

type: bug

### _Summary_ ### _How did you test your changes?_

### _Summary_ Param boxes are unwieldy. This gives them some ability to resize. ### _How did you test your changes?_ manually https://github.com/user-attachments/assets/0effe7f0-295b-42a4-8eb9-b5bdb891d2e4

### _Summary_ This PR fixes a TypeScript error in the jest.setup.ts file within the wallet-sdk package. The TextDecoder was previously throwing a type error, which was bypassed with a @ts-expect-error....