Skip to content

Commit

Permalink
use different wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleewilcox committed Nov 6, 2024
1 parent 753e2ea commit da5d00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/specs/wallet/send-ERC-token.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe(SmokeCore('Send ERC Token'), () => {
});

it('should import wallet and go to the wallet view', async () => {
await importWalletWithRecoveryPhrase();
await importWalletWithRecoveryPhrase(process.env.MM_TEST_WALLET_SRP);
});

it('should add Sepolia testnet to my networks list', async () => {
Expand Down

0 comments on commit da5d00b

Please sign in to comment.