Skip to content

Commit 9a109d0

Browse files
authored
doc: update README.md
1 parent 3192aa3 commit 9a109d0

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,3 @@ To fix this `chainId` must not be set in the forked node. To do so set `DONT_SET
8080
- merge the PR
8181
- create a new tag with the version `git tag -a <version> -m "Hardhat version <version>"`
8282
- push the tag `git push --tags`
83-
84-
### Available Environment Variables
85-
86-
The following environment variables can be used to configure the hardhat node:
87-
88-
- `INFURA_TOKEN` - Token for Infura provider
89-
- `ALCHEMY_TOKEN` - Token for Alchemy provider
90-
- `ETH_RPC_URL` - Custom Ethereum RPC URL
91-
- `ARB_RPC_URL` - Custom Arbitrum RPC URL
92-
- `OPT_RPC_URL` - Custom Optimism RPC URL
93-
- `DONT_SET_CHAIN_ID` - Set to any value to prevent setting chainId (useful when forking)
94-
- `HARDFORK` - Specify the hardfork to use (defaults to "cancun")
95-
96-
### Available Node Types
97-
98-
The following node types are available as different Docker image tags:
99-
100-
- `:latest` or `:<version>` - Mainnet fork node
101-
- `:<version>-scratch` - Fresh node without forking
102-
- `:<version>-hoodi-fork` - Hoodi network fork node

0 commit comments

Comments
 (0)