diff --git a/src/screens/SpeedUpAndCancelSheet.js b/src/screens/SpeedUpAndCancelSheet.js index 00e6c71699a..bbbf1766df1 100644 --- a/src/screens/SpeedUpAndCancelSheet.js +++ b/src/screens/SpeedUpAndCancelSheet.js @@ -336,7 +336,7 @@ export default function SpeedUpAndCancelSheet() { setNonce(tx.nonce); setValue(hexValue); setData(hexData); - setTo(tx.txTo); + setTo(tx.to); setGasLimit(hexGasLimit); if (!isL2) { setTxType(GasFeeTypes.eip1559);