diff --git a/extension/src/browser/Drawer/Translate.tsx b/extension/src/browser/Drawer/Translate.tsx index d82273e4..e701e1b6 100644 --- a/extension/src/browser/Drawer/Translate.tsx +++ b/extension/src/browser/Drawer/Translate.tsx @@ -46,7 +46,7 @@ export const Translate: React.FC = ({ }) // revert to checkpoint before the transaction to remove - const checkpoint = transactionState.transactionHash // the ForkProvider uses checkpoints as IDs for the recorded transactions + const checkpoint = transactionState.snapshotId // the ForkProvider uses checkpoints as IDs for the recorded transactions await provider.request({ method: 'evm_revert', params: [checkpoint] }) // re-simulate all transactions starting with the translated ones