diff --git a/src/__swaps__/screens/Swap/components/SearchInputButton.tsx b/src/__swaps__/screens/Swap/components/SearchInputButton.tsx index 503764f05ef..aa89ce65023 100644 --- a/src/__swaps__/screens/Swap/components/SearchInputButton.tsx +++ b/src/__swaps__/screens/Swap/components/SearchInputButton.tsx @@ -143,5 +143,4 @@ export const SearchInputButton = ({ ); - }; 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);