Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Use a direct gas-price tracker for the second reference.

The linked OpenChainBench page measures gas-oracle prediction accuracy and explicitly distinguishes that from selecting an oracle or reporting a current gas price. It may therefore mislead operators deciding how much ETH to fund. Replace it with a direct fee-estimate source or clarify exactly which metric should be used. (openchainbench.com)

🧰 Tools
🪛 LanguageTool

[grammar] ~188-~188: Ensure spelling is correct
Context: ...ks/gas-estimation); if gas prices are > 30gwei then we may need more) 2. Close the cur...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/deployment.md` at line 188, Update the funding instruction near the
Etherscan Gas Tracker reference by replacing the OpenChainBench link with a
direct current gas-price or fee-estimate source. Keep the existing guidance
about increasing the ETH amount when gas prices exceed 30 gwei.

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.
Expand Down