Skip to content

Commit

Permalink
Comment goerli data
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Oct 18, 2024
1 parent a49f333 commit c3cd36a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/utils/metaMaskChainParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ export const METAMASK_CHAIN_PARAMETERS: {
rpcUrls: ["https://rpc.ankr.com/eth_ropsten"],
blockExplorerUrls: ["https://ropsten.etherscan.io"],
},
5: {
chainId: "0x5",
chainName: "Görli",
nativeCurrency: { name: "Görli Ether", symbol: "GOR", decimals: 18 },
rpcUrls: ["https://rpc.ankr.com/eth_goerli"],
blockExplorerUrls: ["https://goerli.etherscan.io"],
},
// 5: {
// chainId: "0x5",
// chainName: "Görli",
// nativeCurrency: { name: "Görli Ether", symbol: "GOR", decimals: 18 },
// rpcUrls: ["https://rpc.ankr.com/eth_goerli"],
// blockExplorerUrls: ["https://goerli.etherscan.io"],
// },
17000: {
chainId: "0x4268",
chainName: "Holesky",
Expand Down

0 comments on commit c3cd36a

Please sign in to comment.