# Unsupported cheatcodes

Description: List of unsupported cheatcodes in Hardhat.

Note: This document was authored using MDX

  Source: https://github.com/NomicFoundation/hardhat-website/tree/main/src/content/docs/docs/reference/cheatcodes/unsupported-cheatcodes.mdx

The following Solidity test cheatcodes are currently not supported in Hardhat:

### Debugging cheatcodes

- `breakpoint`

### EIP-712 cheatcodes

- `eip712HashStruct`
- `eip712HashType`
- `eip712HashTypedData`

### EIP-7702 cheatcodes

- `attachDelegation`
- `signAndAttachDelegation`
- `signDelegation`

### Foundry version cheatcodes

- `foundryVersionAtLeast`
- `foundryVersionCmp`
- `getFoundryVersion`

### Key management cheatcodes

- `createWallet`
- `deriveKey`
- `getWallets`
- `rememberKey`
- `rememberKeys`

### Scripting & contract deployment cheatcodes

- `attachBlob`
- `broadcast`
- `broadcastRawTransaction`
- `deployCode`
- `getArtifactPathByCode`
- `getArtifactPathByDeployedCode`
- `getBroadcast`
- `getBroadcasts`
- `getDeployment`
- `getDeployments`
- `startBroadcast`
- `stopBroadcast`
