You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(`Found MetaMask with key: "${metamaskKey}"`);
74
+
returnextensionsData[metamaskKey].id;
75
+
}
76
+
77
+
thrownewError(`MetaMask extension not found in extensions list. Available extensions: ${Object.keys(extensionsData).map(key=>`"${key}"`).join(', ')}`);
0 commit comments