You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements EIP-3155 for execution tracing. (Optional)
Allows step tracing for detailed execution insights. (Optional)
Modify deployment pattern used in Anvil to work with PVM: deploying contracts using CREATE2, Anvil automatically provides a CREATE2 deployer proxy at a fixed address (0x4e59b44847b379578588920ca78fbf26c0b4956c) to facilitate the deployment of contracts at deterministic addresses.
The text was updated successfully, but these errors were encountered:
List all the required RPC Method
Implement the methods
Supports EVM snapshots and rewinds
Check if all cheatcodes work correctly
Implement gas reporting
Implement Transaction Tracing & Debugging
Modify deployment pattern used in Anvil to work with PVM: deploying contracts using CREATE2, Anvil automatically provides a CREATE2 deployer proxy at a fixed address (0x4e59b44847b379578588920ca78fbf26c0b4956c) to facilitate the deployment of contracts at deterministic addresses.
The text was updated successfully, but these errors were encountered: