From 14b7e3d076ed24cd3655952f9baffcd9ff283904 Mon Sep 17 00:00:00 2001 From: jpuri Date: Thu, 19 Dec 2024 20:44:49 +0530 Subject: [PATCH] update --- .../__snapshots__/confirm-send-ether.test.js.snap | 1 + .../confirmations/confirm-send-ether/confirm-send-ether.test.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/pages/confirmations/confirm-send-ether/__snapshots__/confirm-send-ether.test.js.snap b/ui/pages/confirmations/confirm-send-ether/__snapshots__/confirm-send-ether.test.js.snap index 3058b6fac001..a2b6fc1f0a7a 100644 --- a/ui/pages/confirmations/confirm-send-ether/__snapshots__/confirm-send-ether.test.js.snap +++ b/ui/pages/confirmations/confirm-send-ether/__snapshots__/confirm-send-ether.test.js.snap @@ -558,6 +558,7 @@ exports[`ConfirmSendEther should render correct information for for confirm send diff --git a/ui/pages/confirmations/confirm-send-ether/confirm-send-ether.test.js b/ui/pages/confirmations/confirm-send-ether/confirm-send-ether.test.js index 52196b25b758..7342cc331515 100644 --- a/ui/pages/confirmations/confirm-send-ether/confirm-send-ether.test.js +++ b/ui/pages/confirmations/confirm-send-ether/confirm-send-ether.test.js @@ -53,7 +53,7 @@ const sendEther = { userFeeLevel: 'dappSuggested', defaultGasEstimates: { estimateType: 'dappSuggested', - gas: '0x5208', + gasLimit: '0x5208', maxFeePerGas: '0x2540be400', maxPriorityFeePerGas: '0x3b9aca00', },