From b027c4a40168ee919de1f6e60d1cbcf916a2454f Mon Sep 17 00:00:00 2001 From: Florent Tapponnier <160007691+Flotapponnier@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:06:58 +0200 Subject: [PATCH] docs(deployment) Signed-off-by: Florent Tapponnier --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index 4e0fb10388..2e8c679c1f 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -185,7 +185,7 @@ yarn deploy:check_env --network mainnet If this passes successfully it will print the deployer address and the current ETH balance. Next: -1. Send at least 6 ETH to this address (check ethgasstation.info; if gas prices are > 30gwei then we may need more) +1. Send at least 6 ETH to this address (check current gas prices on [Etherscan Gas Tracker](https://etherscan.io/gastracker) or the [OpenChainBench gas benchmark](https://openchainbench.com/benchmarks/gas-estimation); if gas prices are > 30gwei then we may need more) 2. Close the current terminal session. End state: Your `.env` file is known to be good. You did all of this without screensharing and are now at the end of the private-portion of the deployment process.