Skip to content

Commit

Permalink
fix: 404 links (#6230)
Browse files Browse the repository at this point in the history
* Update broken link default-config.ts

* Update broken link README.md
  • Loading branch information
youyyytrok authored Feb 28, 2025
1 parent 043b867 commit 8267877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const defaultHardhatNetworkParams: Omit<
minGasPrice: 0n,
chains: new Map([
[
// block numbers below were taken from https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/common/src/chains
// block numbers below were taken from https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/common/src/chains.ts
1, // mainnet
{
hardforkHistory: new Map([
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-web3-v4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Or, if you are using TypeScript, add this to your `hardhat.config.ts`:
import "@nomicfoundation/hardhat-web3-v4";
```

By default, contract invocations will not be typesafe. Consider installing [@chainsafe/hardhat-ts-artifact-plugin](https://www.npmjs.com/package/@chainsafe/hardhat-ts-artifact-plugin) to obtain available contract methods and events. Read more about inferring types [here](https://docs.web3js.org/guides/smart_contracts/infer_contract_types_guide/).
By default, contract invocations will not be typesafe. Consider installing [@chainsafe/hardhat-ts-artifact-plugin](https://www.npmjs.com/package/@chainsafe/hardhat-ts-artifact-plugin) to obtain available contract methods and events. Read more about inferring types [here](https://docs.web3js.org/guides/smart_contracts/infer_contract_types/).

## Tasks

Expand Down

0 comments on commit 8267877

Please sign in to comment.