> ## Documentation Index
> Fetch the complete documentation index at: https://docs.synpress.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Function: synpressCommandsForEthereumWalletMock()

```ts theme={null}
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

```typescript theme={null}
import { synpressCommandsForEthereumWalletMock } from '@synthetixio/synpress/cypress/support';

synpressCommandsForEthereumWalletMock();
```
