-
EnvironmentMainnet Provide a brief description of the functionality you're trying to implement and the issue you are running into.In other EVM networks, I can use Foundry/Hardhat to fork mainnet and trace/debug to see the logic flow from a transaction. How can we do it in zkSync? Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Use the in-memory-node to fork at a specific block or to replay transactions. https://docs.zksync.io/build/test-and-debug/in-memory-node#fork-a-network |
Beta Was this translation helpful? Give feedback.
sorry for the late reply @Zohar97
I was able to replay the testnet transaction but noticed I was using a previous version of era-test-node. I've managed to replicate the issue with the latest version and created the following issue in the repo https://github.com/matter-labs/era-test-node/issues/303