Skip to content

Commit

Permalink
Hardhat removed
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptickoan committed Apr 21, 2022
1 parent f2f2da7 commit 826b03d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/esm/utils/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ export const chainMetadata = {
rpcUrl: "https://mainnet.optimism.io/",
blockExplorerURL: "https://optimistic.etherscan.io",
color: "#FE0521",
},
[ChainID.HARDHAT]: {
chainId: ChainID.HARDHAT,
name: "Hardhat",
imageUrl: "/static/networks/optimism.svg", // no logo
supported: true,
rpcUrl: "http://localhost:8545",
blockExplorerURL: "",
color: "#BC6C6C"
}
// [ChainID.HARDHAT]: {
// chainId: ChainID.HARDHAT,
// name: "Hardhat",
// imageUrl: "/static/networks/optimism.svg", // no logo
// supported: true,
// rpcUrl: "http://localhost:8545",
// blockExplorerURL: "",
// color: "#BC6C6C"
// }
};
export const isSupportedChainId = (chainId) => Object.values(ChainID).includes(chainId);
export function getSupportedChains() {
Expand Down

1 comment on commit 826b03d

@vercel
Copy link

@vercel vercel bot commented on 826b03d Apr 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.