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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Describe the problem
Actually I'm facing 2 problem, When I try to setup metamask it doesn't use my config (seed, password & always show testnet) but it's okay. I just want to know how to fix failed when trying to import PK.
You think I'm doing wrong step ? Please let me know thanks.
asyncfunctiontask5_Week3(newPrivateKey){constnewSeed="test test test test test test test test test test test test ";constDappeteerLaunchOptions={metaMaskVersion: "v11.12.1",metaMaskPath: "metamask-chrome-11.12.1.zip",automation: "puppeteer",headless: false,};constMetaMaskOptions={seed: newSeed,password: "Abc12345",showTestNets: false,};try{const{ metaMask, browser }=awaitdappeteer.bootstrap(DappeteerLaunchOptions,MetaMaskOptions);constdappPage=awaitbrowser.newPage();awaitdappPage.goto("https://www.google.com");awaitmetaMask.importPK(newPrivateKey);}catch(error){console.error("Something Wrong:",error);}}
Describe the problem

Actually I'm facing 2 problem, When I try to setup metamask it doesn't use my config (seed, password & always show testnet) but it's okay. I just want to know how to fix failed when trying to import PK.
You think I'm doing wrong step ? Please let me know thanks.
Log
System: