diff --git a/packages/desktop/components/popup/popups/EvmTransactionFromDappPopup.svelte b/packages/desktop/components/popup/popups/EvmTransactionFromDappPopup.svelte index 413efc655c..7384b623a5 100644 --- a/packages/desktop/components/popup/popups/EvmTransactionFromDappPopup.svelte +++ b/packages/desktop/components/popup/popups/EvmTransactionFromDappPopup.svelte @@ -62,7 +62,7 @@ gasPrices = { ...gasPrices, ..._gasPrices } } } - $: preparedTransaction.gasPrice = gasPrices[selectedGasSpeed] + $: preparedTransaction.gasPrice = Converter.bigIntToHex(gasPrices?.[selectedGasSpeed] ?? gasPrices.required) setTokenTransfer() function setTokenTransfer(): void {