The coinbaseConfig contains the default config for metadata and UI. you can optionally choose to override the defaults to customize the wallet.Learn more about these configs
constcoinbaseConfig=coinbaseWallet({ ... });
// override metadata
coinbaseConfig.meta.name ="..."; // change the name
coinbaseConfig.meta.iconURL ="..."; // change the icon
The Coinbase Wallet Mobile SDK uses Universal Links to communicate between Coinbase Wallet and your application.
We wrote a short guide to help you enable deep links support in your mobile app or
you can check the Coinbase setup.
coinbaseWallet({
callbackURL: newURL("your.scheme://"),
});
Show this wallet as "recommended" in the ConnectWallet modal.