Update an existing project
If your project or its dependencies are already using
Coinbase Wallet SDK beta, just add the following to package.json
.
"resolutions": {
"@coinbase/wallet-sdk": "npm:@coinbase/wallet-sdk@4.0.0-beta.12"
}
After doing so, remember to run install
with your package manager, e.g. pnpm install
.
Then, rebuild your project, and when you click to connect Coinbase Wallet, you will see a new
popup window with a Smart Wallet option.