We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86dff3e commit 91b51b6Copy full SHA for 91b51b6
src/wallet.ts
@@ -59,7 +59,7 @@ export class MetamaskWalletAccount extends ReadonlyWalletAccount {
59
export class MetamaskWallet implements Wallet {
60
readonly #listeners: { [E in StandardEventsNames]?: StandardEventsListeners[E][] } = {};
61
readonly version = '1.0.0' as const;
62
- readonly name = 'MetaMask (Injected pkg)' as const;
+ readonly name = 'MetaMask' as const;
63
readonly icon = metamaskIcon;
64
readonly chains: SolanaChain[] = [SOLANA_MAINNET_CHAIN, SOLANA_DEVNET_CHAIN, SOLANA_TESTNET_CHAIN];
65
readonly scope = 'solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp';
0 commit comments