We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe138b0 + 36659d7 commit f193855Copy full SHA for f193855
src/modules/select/wallets/coinbase.ts
@@ -8,8 +8,8 @@ function coinbase(options: CommonWalletOptions): WalletModule {
8
9
return {
10
name: label || 'Coinbase',
11
- iconSrc: iconSrc || coinbaseIcon,
12
- svg,
+ iconSrc,
+ svg: svg || coinbaseIcon,
13
wallet: async (helpers: Helpers) => {
14
const { getProviderName, createLegacyProviderInterface } = helpers
15
const provider =
0 commit comments