We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efe23d commit be8c09fCopy full SHA for be8c09f
packages/connect/src/index.ts
@@ -88,6 +88,7 @@ export { mock } from './connectors/mock/mock.js'
88
export { sequence, type SequenceOptions } from './connectors/sequence/sequence.js'
89
export { twitch, type TwitchOptions } from './connectors/twitch/twitch.js'
90
export { walletConnect } from './connectors/walletConnect/walletConnect.js'
91
+export { metaMask } from './connectors/metaMask/metaMask.js'
92
export { ecosystemWallet, type EcosystemWalletOptions } from './connectors/ecosystem/index.js'
93
export {
94
sequenceWaasWallet,
0 commit comments