From 63936a6491c55f6c2c77e129d96a2d1f5c81c455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20Mi=C3=B1o?= Date: Wed, 4 Sep 2024 15:08:52 -0400 Subject: [PATCH] use correct chainId (#6076) --- src/redux/gas.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/redux/gas.ts b/src/redux/gas.ts index c912960b074..a9567865af5 100644 --- a/src/redux/gas.ts +++ b/src/redux/gas.ts @@ -475,7 +475,6 @@ export const gasPricesStartPolling = defaultGasLimit, gasLimit, selectedGasFee, - chainId, selectedGasFee: lastSelectedGasFee, gasFeesBySpeed: lastGasFeesBySpeed, currentBlockParams,