chore(deps): bump prismjs from 1.29.0 to 1.30.0 #7747
Annotations
2 errors
Run Playwright tests
Error: Invalid mnemonic
at specs/rpc-sign-psbt/sign-psbt.spec.ts:17
15 |
16 | function createKeychainFromTestMnmeonic() {
> 17 | const seed = mnemonicToSeedSync(TEST_ACCOUNT_SECRET_KEY);
| ^
18 | const keychain = HDKey.fromMasterSeed(seed);
19 | return keychain.derive(makeNativeSegwitAddressIndexDerivationPath('testnet', 0, 0));
20 | }
at normalize (/home/runner/work/extension/extension/node_modules/.pnpm/@Scure+bip39@1.5.4/node_modules/@scure/bip39/esm/index.js:52:15)
at mnemonicToSeedSync (/home/runner/work/extension/extension/node_modules/.pnpm/@Scure+bip39@1.5.4/node_modules/@scure/bip39/esm/index.js:162:27)
at createKeychainFromTestMnmeonic (/home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:17:16)
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:29:27
at /home/runner/work/extension/extension/tests/specs/rpc-sign-psbt/sign-psbt.spec.ts:22:6
|
Run Playwright tests
Process completed with exit code 1.
|
Loading