Skip to content

Commit

Permalink
Merge pull request #212 from mollybs/master
Browse files Browse the repository at this point in the history
docs: fix minor typo
  • Loading branch information
tamtamchik committed Sep 23, 2024
2 parents 0d4231e + 9d44fa9 commit 0c772b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scratch-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ To do Holešky deployment, the following parameters must be set up via env varia
- `DEPLOYER`. The deployer address. The deployer must own its private key. To ensure proper operation, it should have an
adequate amount of ether. The total deployment gas cost is approximately 120,000,000 gas, and this cost can vary based
on whether specific components of the environment, such as the DepositContract, are deployed or not.
- `RPC_URL`. Address of of the Ethereum RPC node to use. E.g. for Infura it is
- `RPC_URL`. Address of the Ethereum RPC node to use. E.g. for Infura it is
`https://holesky.infura.io/v3/<yourProjectId>`
- `GAS_PRIORITY_FEE`. Gas priority fee. By default set to `2`
- `GAS_MAX_FEE`. Gas max fee. By default set to `100`
Expand Down

0 comments on commit 0c772b0

Please sign in to comment.