docs: fix accuracy & consistency issues across EVM and Learn docs#21
Conversation
Small, concrete corrections from a documentation review pass: - Gas: resolve the 10 vs 50 gwei minimum-gas-price contradiction; point to the governance-set floor and eth_gasPrice (verified live on mainnet: eth_gasPrice = 55 gwei = 50 gwei floor + tip). - Ethereum comparison: correct throughput to ~5 MGas/s and block time to ~12 s (60M block gas limit / 12s slots) and recompute the throughput multiplier to 20x (100 / 5). - Finality: standardize on the existing dominant term "instant finality" and show "Instant (~400 ms)" consistently in comparison tables. - Native token: relabel ETH -> SEI in the gas and seid examples. - Accounts: clarify that the two addresses hold separate balances until association. - Explorer: standardize Seitrace -> Seiscan. - Hardhat: align the keystore variable to SEI_PRIVATE_KEY between the deploy and verify guides. - wagmi: update the sendTransaction snippet to the wagmi v2 API (@wagmi/core, config-first, parseEther/parseGwei, gas not gasLimit). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
PR SummaryLow Risk Overview Gas and Ethereum comparisons: Finality and tokens: Comparison tables and prose consistently use “Instant (~400 ms)” where instant finality is described. Examples that said ETH for native value are relabeled SEI in Accounts, tooling, and branding: Reviewed by Cursor Bugbot for commit 3d06c7e. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
What is the purpose of the change?
Correct existing documentation. This is a review pass that fixes small, concrete accuracy and consistency issues — no new content and no deletions.
Describe the changes to the documentation
differences-with-ethereum): resolves a direct contradiction (one page said legacy txs need10 gwei, others said50 gwei). Now points to the governance-set floor (50 gwei) and tells devs to queryeth_gasPrice. Verified against live mainnet:eth_gasPricereturns 55 gwei (50 gwei floor + tip).evm/index,migrate-from-other-evms): Ethereum throughput corrected to~5 MGas/sand block time to~12 s(60M block gas limit / 12s slots, post-Fusaka), and the throughput multiplier recomputed to 20× (100 ÷ 5). Sei stays at 100 MGas/s.differences-with-ethereum,reference,migrate-from-other-evms).dev-gas,transactions-with-seid): relabelETH→SEIin examples/flag descriptions.learn/accounts): intro now clarifies that the two addresses hold separate balances until association, instead of implying they are always unified.Seitrace→Seiscan(ai/sei-skill/*,cambrian-agent-kit).evm-verify-contracts): align the keystore variable toSEI_PRIVATE_KEYso it matches the deploy tutorial.dev-gas): update thesendTransactionsnippet to the wagmi v2 API (@wagmi/core, config-first,parseEther/parseGwei,gasnotgasLimit).Target audience: EVM developers building/migrating to Sei.
Notes
typospasses on all changed files..mdxor generatedllms-full.txt(both are clean). Intentionally no change here; thekeywordsfrontmatter is valid SEO metadata.llms.txt/llms-full.txtare generated from these sources and are not regenerated in this PR. If a refresh is required before merge, run the repo's generation step (scripts/generate-llms.mjs) — happy to add that as a follow-up commit.🤖 Generated with Claude Code