From 5ed854ac7a6a54142828d5da94e37e02d7ab17c6 Mon Sep 17 00:00:00 2001 From: Evan Gray Date: Fri, 15 Sep 2023 17:30:57 -0400 Subject: [PATCH] metamask chain list corrections --- src/utils/metaMaskChainParameters.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/metaMaskChainParameters.ts b/src/utils/metaMaskChainParameters.ts index 3f65503..df722de 100644 --- a/src/utils/metaMaskChainParameters.ts +++ b/src/utils/metaMaskChainParameters.ts @@ -106,7 +106,7 @@ export const METAMASK_CHAIN_PARAMETERS: { }, 421613: { chainId: "0x66EED", - chainName: "Arbitrum Görli", + chainName: "Arbitrum Goerli", nativeCurrency: { name: "AGOR", symbol: "AGOR", decimals: 18 }, rpcUrls: ["https://goerli-rollup.arbitrum.io/rpc"], blockExplorerUrls: ["https://goerli.arbiscan.io"], @@ -140,8 +140,8 @@ export const METAMASK_CHAIN_PARAMETERS: { blockExplorerUrls: ["https://goerli.basescan.org"], }, 420: { - chainId: "0x1056", - chainName: "Optimism Goerli", + chainId: "0x1a4", + chainName: "Optimism Goerli Testnet", nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 }, rpcUrls: ["https://goerli.optimism.io"], blockExplorerUrls: ["https://goerli-optimism.etherscan.io"],