From 49409ef7cfc828d7e494186687e0408b813243ef Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Wed, 13 Sep 2023 11:10:27 +0530 Subject: [PATCH] linting fix --- apps/remix-ide/src/app/providers/injected-custom-provider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/providers/injected-custom-provider.tsx b/apps/remix-ide/src/app/providers/injected-custom-provider.tsx index 95a8e08830..90b81c7263 100644 --- a/apps/remix-ide/src/app/providers/injected-custom-provider.tsx +++ b/apps/remix-ide/src/app/providers/injected-custom-provider.tsx @@ -34,7 +34,7 @@ export const addCustomNetwork = async (chainName: string, chainId: string, rpcUr // This error code indicates that the chain has not been added to MetaMask. if (switchError.code === 4902) { try { - let paramsObj: Record = { + const paramsObj: Record = { chainId: chainId, chainName: chainName, rpcUrls: rpcUrls,