Skip to content

Commit

Permalink
metamask chain list corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Sep 15, 2023
1 parent 67341b1 commit 5ed854a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/metaMaskChainParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -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"],
Expand Down

0 comments on commit 5ed854a

Please sign in to comment.