function synpressCommandsForEthereumWalletMock(): void
Initializes Synpress commands for the Ethereum Wallet Mock. This function adds custom Cypress commands for interacting with a mocked Ethereum wallet. These commands include wallet import, account management, network operations, and dApp connections.

Returns

void

Example

import { synpressCommandsForEthereumWalletMock } from '@synthetixio/synpress/cypress/support';

synpressCommandsForEthereumWalletMock();