linting fix

pull/5370/head
aniket-engg 1 year ago committed by Aniket
parent 9a38040263
commit 49409ef7cf
  1. 2
      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<string, any> = {
const paramsObj: Record<string, any> = {
chainId: chainId,
chainName: chainName,
rpcUrls: rpcUrls,

Loading…
Cancel
Save