File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments