File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/no-modal/src/connectors/metamask-connector Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ class MetaMaskConnector extends BaseEvmConnector<void> {
8181
8282 // initialize the MetaMask SDK
8383 const metamaskOptions = deepmerge ( this . metamaskOptions || { } , { dappMetadata : appMetadata } ) ;
84- this . metamaskSDK = new MetaMaskSDK ( metamaskOptions ) ;
84+ this . metamaskSDK = new MetaMaskSDK ( { ... metamaskOptions , _source : "web3auth" } ) ;
8585 // Work around: in case there is an existing SDK instance in memory (window.mmsdk exists), it won't initialize the new SDK instance again
8686 // and return the existing instance instead of undefined (this is an assumption, not sure if it's a bug or feature of the MetaMask SDK)
8787 const initResult = await this . metamaskSDK . init ( ) ;
You can’t perform that action at this time.
0 commit comments