Skip to content

Conversation

brokewhale
Copy link
Contributor

Description

Tests

Additional context

Metadata

@brokewhale brokewhale requested a review from a team as a code owner July 21, 2025 13:43
Copy link

netlify bot commented Jul 21, 2025

Deploy Preview for docs-optimism failed. Why did it fail? →

Built without sensitive environment variables

Name Link
🔨 Latest commit ff30e0a
🔍 Latest deploy log https://app.netlify.com/projects/docs-optimism/deploys/687e43ed3acd4a0008afa30e

Copy link

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 2 Critical 9 High 9 Medium 9 Low
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
Total 2 Critical 9 High 9 Medium 9 Low

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

Choose a reason for hiding this comment

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

Critical Vulnerability Finding on line 0

More Details

Vulnerabilities [next:14.2.21]

Name Severity Source Fixed version CVSS score CVSS exploitability score Has public exploit Has CISA KEV exploit
CVE-2025-29927 Critical GHSA-f82v-jwr5-mffw 14.2.25 9.1 3.9 true false
CVE-2025-32421 Low GHSA-qpjv-v59x-3qc4 14.2.24 3.7 2.2 false false
CVE-2025-48068 Low GHSA-3h52-269p-cp9r 14.2.30 2.3 - false false

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

Choose a reason for hiding this comment

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

Critical Vulnerability Finding on line 0

More Details

Vulnerabilities [elliptic:6.5.4]

Name Severity Source Fixed version CVSS score CVSS exploitability score Has public exploit Has CISA KEV exploit
CVE-2024-42459 Low GHSA-f7q4-pwc6-w24p 6.5.7 5.3 3.9 false false
CVE-2024-42460 Low GHSA-977x-g7h5-7qgw 6.5.7 5.3 3.9 false false
CVE-2024-42461 Low GHSA-49q7-c7j4-3p7m 6.5.7 9.1 3.9 false false
CVE-2024-48948 Low GHSA-fc9h-whq2-v747 6.6.0 4.8 2.2 false false
CVE-2024-48949 Low GHSA-434g-2637-qmqr 6.5.6 9.1 3.9 false false
GHSA-vjh7-7g9h-fjfh Critical GHSA-vjh7-7g9h-fjfh 6.6.1 9.0 - false false

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

Copy link
Contributor

coderabbitai bot commented Jul 21, 2025

📝 Walkthrough

Walkthrough

This pull request updates two files. The pages/notices/upgrade-16.mdx documentation is revised to specify the exact activation time for the Mainnet Superchain upgrade and reduces the list of chains involved from ten to four in all relevant sections. Minor adjustments were made to punctuation in the chain lists. The words.txt file is updated to adjust the capitalization of various entries, resulting in case normalization and the coexistence of both capitalized and lowercase variants of some words. No logic, control flow, or code entities are affected by these changes.

Estimated code review effort

1 (<30 minutes)

Possibly related PRs

  • quick update on shifting timelines #1531: Updates upgrade notice markdown files by refining upgrade timelines and adjusting the lists of chains involved, similar in structure and content.
  • Draft U16 notice page #1618: Modifies the same pages/notices/upgrade-16.mdx file, updating the Upgrade 16 notice with timing and chain list changes.
  • upgrade 16 change #1690: Refines the Upgrade 16 notice by specifying the exact activation time and reducing the listed chains, directly updating the same documentation file.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (3)
pages/notices/upgrade-16.mdx (2)

24-26: Insert the missing Oxford comma between Ink and Unichain.

Style-guide compliance requires the Oxford comma in lists. The current wording also lacks a space after the back-tick, producing “Inkand”.

-  The upgrade will be executed on the following chains: `OP`, `Soneium`, `Ink`and `Unichain`.  
+  The upgrade will be executed on the following chains: `OP`, `Soneium`, `Ink`, and `Unichain`.  

66-67: Apply the same list-punctuation fix here for consistency.

-*   Mainnet and Sepolia: `OP`, `Soneium`, `Ink`and `Unichain`
+*   Mainnet and Sepolia: `OP`, `Soneium`, `Ink`, and `Unichain`
words.txt (1)

2-456: Large influx of case-variant duplicates bloats the word list.

Hundreds of uppercase variants (e.g., ACCOUNTQUEUE, ACCOUNTSLOTS, BLOBPOOL, …) have been added directly beneath their lowercase forms.
Unless the spell-checker is case-sensitive, this duplicates data, increases merge-conflict risk, and degrades maintainability.

Consider keeping a single canonical casing per entry and configuring the linter to be case-insensitive, or generate the variants at build time.

No functional breakage, but worth a clean-up pass.

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4c1c33d and ff30e0a.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • pages/notices/upgrade-16.mdx (3 hunks)
  • words.txt (9 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
**/*.mdx

⚙️ CodeRabbit Configuration File

**/*.mdx: "ALWAYS review Markdown content THOROUGHLY with the following criteria:

  • First, check the frontmatter section at the top of the file:
    1. For regular pages, ensure ALL these fields are present and not empty:
    ---
    title: [non-empty]
    lang: [non-empty]
    description: [non-empty]
    topic: [non-empty]
    personas: [non-empty array]
    categories: [non-empty array]
    content_type: [valid type]
    ---
    1. For landing pages (index.mdx or files with ), only these fields are required:
    ---
    title: [non-empty]
    lang: [non-empty]
    description: [non-empty]
    topic: [non-empty]
    ---
    1. If any required fields are missing or empty, comment:
      'This file appears to be missing required metadata. Please check keywords.config.yaml for valid options and add the required fields manually. You can validate your changes by running:
    pnpm validate-metadata
    ```'
  • Use proper nouns in place of personal pronouns like 'We' and 'Our' to maintain consistency in communal documentation.
  • Avoid gender-specific language and use the imperative form.
  • Monitor capitalization for emphasis. Avoid using all caps, italics, or bold for emphasis.
  • Ensure proper nouns are capitalized in sentences.
  • Apply the Oxford comma.
  • Use proper title case for buttons, tab names, page names, and links. Sentence case should be used for body content and short phrases, even in links.
  • Use correct spelling and grammar at all times (IMPORTANT).
  • For H1, H2, and H3 headers:
    1. Use sentence case, capitalizing only the first word.
    2. Preserve the capitalization of proper nouns, technical terms, and acronyms as defined in the 'nouns.txt' file located in the root directory of the project.
    3. Do not automatically lowercase words that appear in the 'nouns.txt' file, regardless of their position in the header.
  • Flag any headers that seem to inconsistently apply these rules for manual review.
  • When rev...

Files:

  • pages/notices/upgrade-16.mdx
🧠 Learnings (3)
📓 Common learnings
Learnt from: qbzzt
PR: ethereum-optimism/docs#1216
File: pages/stack/interop/security.mdx:136-144
Timestamp: 2025-01-08T11:04:45.361Z
Learning: In the ethereum-optimism/docs repository, sections that are commented out in documentation files are intentionally excluded due to accuracy concerns and should not be suggested for inclusion until the information becomes accurate.
words.txt (1)

Learnt from: sbvegan
PR: #1001
File: pages/builders.mdx:11-12
Timestamp: 2024-10-22T02:58:02.175Z
Learning: Prefer using 'OP Stack' over 'OP Mainnet' in documentation for consistency.

pages/notices/upgrade-16.mdx (2)

Learnt from: sbvegan
PR: #1001
File: pages/builders.mdx:11-12
Timestamp: 2024-10-22T02:58:02.175Z
Learning: Prefer using 'OP Stack' over 'OP Mainnet' in documentation for consistency.

Learnt from: qbzzt
PR: #1613
File: public/tutorials/attest.mjs:64-71
Timestamp: 2025-05-24T18:24:46.628Z
Learning: For tutorial and educational code in the ethereum-optimism/docs repository, prioritize simplicity and clarity over production-level robustness. Hardcoded values and simplified error handling are acceptable when they help demonstrate core concepts without unnecessary complexity.

🪛 LanguageTool
words.txt

[duplication] ~2-~2: Možný preklep: zopakovali ste slovo
Context: accountqueue ACCOUNTQUEUE accountslots ACCOUNTSLOTS ACDC ADDI ADDIU ADDU airgap Allnodes al...

(WORD_REPEAT_RULE)


[duplication] ~11-~11: Možný preklep: zopakovali ste slovo
Context: ... ADDI ADDIU ADDU airgap Allnodes allocs alphanet Alphanet alphanets Alphanets altda ANDI Ankr Ape...

(WORD_REPEAT_RULE)


[duplication] ~13-~13: Možný preklep: zopakovali ste slovo
Context: ...irgap Allnodes allocs alphanet Alphanet alphanets Alphanets altda ANDI Ankr Apeworx Arweave authrpc...

(WORD_REPEAT_RULE)


[duplication] ~21-~21: Možný preklep: zopakovali ste slovo
Context: ...altda ANDI Ankr Apeworx Arweave authrpc autorelay Autorelay autorelayer basefee bcde betanet Betane...

(WORD_REPEAT_RULE)


[duplication] ~26-~26: Možný preklep: zopakovali ste slovo
Context: ...elay Autorelay autorelayer basefee bcde betanet Betanet betanets Betanets BGEZ BGTZ Biconomy BL...

(WORD_REPEAT_RULE)


[duplication] ~28-~28: Možný preklep: zopakovali ste slovo
Context: ...utorelayer basefee bcde betanet Betanet betanets Betanets BGEZ BGTZ Biconomy BLEZ blobpool BLOBPO...

(WORD_REPEAT_RULE)


[duplication] ~34-~34: Možný preklep: zopakovali ste slovo
Context: ...tanets Betanets BGEZ BGTZ Biconomy BLEZ blobpool BLOBPOOL blobspace Blockdaemon blockhash blockli...

(WORD_REPEAT_RULE)


[duplication] ~40-~40: Možný preklep: zopakovali ste slovo
Context: ...bspace Blockdaemon blockhash blocklists blocklogs BLOCKLOGS blockprofilerate BLOCKPROFILERATE Block...

(WORD_REPEAT_RULE)


[duplication] ~42-~42: Možný preklep: zopakovali ste slovo
Context: ...lockhash blocklists blocklogs BLOCKLOGS blockprofilerate BLOCKPROFILERATE Blockscout blockspace Blockspace blockt...

(WORD_REPEAT_RULE)


[duplication] ~45-~45: Možný preklep: zopakovali ste slovo
Context: ...profilerate BLOCKPROFILERATE Blockscout blockspace Blockspace blocktime blocktimes Blocktimes bloomfi...

(WORD_REPEAT_RULE)


[duplication] ~48-~48: Možný preklep: zopakovali ste slovo
Context: ...ckscout blockspace Blockspace blocktime blocktimes Blocktimes bloomfilter BLOOMFILTER BLTZ Bootcamp b...

(WORD_REPEAT_RULE)


[duplication] ~50-~50: Možný preklep: zopakovali ste slovo
Context: ...ckspace blocktime blocktimes Blocktimes bloomfilter BLOOMFILTER BLTZ Bootcamp bootnode bootnodes Bootno...

(WORD_REPEAT_RULE)


[duplication] ~55-~55: Možný preklep: zopakovali ste slovo
Context: ...lter BLOOMFILTER BLTZ Bootcamp bootnode bootnodes Bootnodes BOOTNODES bottlenecked brotli Brotli ca...

(WORD_REPEAT_RULE)


[duplication] ~59-~59: Možný preklep: zopakovali ste slovo
Context: ...tnodes Bootnodes BOOTNODES bottlenecked brotli Brotli callouts Callouts CCIP cdef Celestia Ce...

(WORD_REPEAT_RULE)


[duplication] ~61-~61: Možný preklep: zopakovali ste slovo
Context: ...es BOOTNODES bottlenecked brotli Brotli callouts Callouts CCIP cdef Celestia Celestia's chainid C...

(WORD_REPEAT_RULE)


[duplication] ~79-~79: Možný preklep: zopakovali ste slovo
Context: ...alized Collateralized compr Comprensive computependingblock COMPUTEPENDINGBLOCK confs corsdomain counterfactually cross...

(WORD_REPEAT_RULE)


[duplication] ~84-~84: Možný preklep: zopakovali ste slovo
Context: ...BLOCK confs corsdomain counterfactually crosschain Crosschain Crossmint daserver datacap DATACAP data...

(WORD_REPEAT_RULE)


[duplication] ~88-~88: Možný preklep: zopakovali ste slovo
Context: ...rosschain Crosschain Crossmint daserver datacap DATACAP datadir DATADIR Defi Defillama's delega...

(WORD_REPEAT_RULE)


[duplication] ~90-~90: Možný preklep: zopakovali ste slovo
Context: ...hain Crossmint daserver datacap DATACAP datadir DATADIR Defi Defillama's delegatecall devnet De...

(WORD_REPEAT_RULE)


[duplication] ~95-~95: Možný preklep: zopakovali ste slovo
Context: ...r DATADIR Defi Defillama's delegatecall devnet Devnet devnets Devnets devs direnv disabletxpo...

(WORD_REPEAT_RULE)


[duplication] ~97-~97: Možný preklep: zopakovali ste slovo
Context: ... Defillama's delegatecall devnet Devnet devnets Devnets devs direnv disabletxpoolgossip DISABLE...

(WORD_REPEAT_RULE)


[duplication] ~101-~101: Možný preklep: zopakovali ste slovo
Context: ...vnet Devnet devnets Devnets devs direnv disabletxpoolgossip DISABLETXPOOLGOSSIP discv Discv DIVU Drand dripcheck Drippi...

(WORD_REPEAT_RULE)


[duplication] ~103-~103: Možný preklep: zopakovali ste slovo
Context: ...disabletxpoolgossip DISABLETXPOOLGOSSIP discv Discv DIVU Drand dripcheck Drippie Eigen EIPs...

(WORD_REPEAT_RULE)


[duplication] ~111-~111: Možný preklep: zopakovali ste slovo
Context: ...DIVU Drand dripcheck Drippie Eigen EIPs enabledeprecatedpersonal ENABLEDEPRECATEDPERSONAL enginekind erigon Erigon etherbase ETHE...

(WORD_REPEAT_RULE)


[duplication] ~114-~114: Možný preklep: zopakovali ste slovo
Context: ...nal ENABLEDEPRECATEDPERSONAL enginekind erigon Erigon etherbase ETHERBASE Ethernity Ethernow ...

(WORD_REPEAT_RULE)


[duplication] ~116-~116: Možný preklep: zopakovali ste slovo
Context: ...ECATEDPERSONAL enginekind erigon Erigon etherbase ETHERBASE Ethernity Ethernow ethstats ETHSTATS ev...

(WORD_REPEAT_RULE)


[duplication] ~120-~120: Možný preklep: zopakovali ste slovo
Context: ... etherbase ETHERBASE Ethernity Ethernow ethstats ETHSTATS evmtimeout EVMTIMEOUT executability exf...

(WORD_REPEAT_RULE)


[duplication] ~122-~122: Možný preklep: zopakovali ste slovo
Context: ...SE Ethernity Ethernow ethstats ETHSTATS evmtimeout EVMTIMEOUT executability exfiltrate exitwhensynced...

(WORD_REPEAT_RULE)


[duplication] ~126-~126: Možný preklep: zopakovali ste slovo
Context: ...out EVMTIMEOUT executability exfiltrate exitwhensynced EXITWHENSYNCED extensibly extradata EXTRADATA Farcaste...

(WORD_REPEAT_RULE)


[duplication] ~129-~129: Možný preklep: zopakovali ste slovo
Context: ...xitwhensynced EXITWHENSYNCED extensibly extradata EXTRADATA Farcaster Faultproof fdlimit FDLIMIT Fl...

(WORD_REPEAT_RULE)


[duplication] ~133-~133: Možný preklep: zopakovali ste slovo
Context: ...xtradata EXTRADATA Farcaster Faultproof fdlimit FDLIMIT Flashblocks Flashbots forkable forkchoi...

(WORD_REPEAT_RULE)


[duplication] ~146-~146: Možný preklep: zopakovali ste slovo
Context: ...s Fraxtal Funct gascap GASCAP gaslessly gcmode GCMODE Gelato gifs globalqueue GLOBALQUEUE glo...

(WORD_REPEAT_RULE)


[duplication] ~150-~150: Možný preklep: zopakovali ste slovo
Context: ...CAP gaslessly gcmode GCMODE Gelato gifs globalqueue GLOBALQUEUE globalslots GLOBALSLOTS gokzg growthepi...

(WORD_REPEAT_RULE)


[duplication] ~152-~152: Možný preklep: zopakovali ste slovo
Context: ...ODE Gelato gifs globalqueue GLOBALQUEUE globalslots GLOBALSLOTS gokzg growthepie hardfork hardforks hea...

(WORD_REPEAT_RULE)


[duplication] ~158-~158: Možný preklep: zopakovali ste slovo
Context: ...OTS gokzg growthepie hardfork hardforks healthcheck HEALTHCHECK healthchecks historicalrpc HISTORICALRP...

(WORD_REPEAT_RULE)


[duplication] ~161-~161: Možný preklep: zopakovali ste slovo
Context: ...ks healthcheck HEALTHCHECK healthchecks historicalrpc HISTORICALRPC historicalrpctimeout HISTORICALRPCTIMEO...

(WORD_REPEAT_RULE)


[duplication] ~163-~163: Možný preklep: zopakovali ste slovo
Context: ...ealthchecks historicalrpc HISTORICALRPC historicalrpctimeout HISTORICALRPCTIMEOUT holesky Holesky HOLESKY IERC ignorepric...

(WORD_REPEAT_RULE)


[duplication] ~165-~165: Možný preklep: zopakovali ste slovo
Context: ...storicalrpctimeout HISTORICALRPCTIMEOUT holesky Holesky HOLESKY IERC ignoreprice IGNOREPRICE Im...

(WORD_REPEAT_RULE)


[duplication] ~169-~169: Možný preklep: zopakovali ste slovo
Context: ...RPCTIMEOUT holesky Holesky HOLESKY IERC ignoreprice IGNOREPRICE Immunefi inator Inator influxdbv INFLUX...

(WORD_REPEAT_RULE)


[duplication] ~172-~172: Možný preklep: zopakovali ste slovo
Context: ...Y IERC ignoreprice IGNOREPRICE Immunefi inator Inator influxdbv INFLUXDBV initcode ipcdisable...

(WORD_REPEAT_RULE)


[duplication] ~174-~174: Možný preklep: zopakovali ste slovo
Context: ...rice IGNOREPRICE Immunefi inator Inator influxdbv INFLUXDBV initcode ipcdisable IPCDISABLE ipcfile ...

(WORD_REPEAT_RULE)


[duplication] ~177-~177: Možný preklep: zopakovali ste slovo
Context: ...tor Inator influxdbv INFLUXDBV initcode ipcdisable IPCDISABLE ipcfile ipcpath IPCPATH IPFS JALR journ...

(WORD_REPEAT_RULE)


[duplication] ~180-~180: Možný preklep: zopakovali ste slovo
Context: ... initcode ipcdisable IPCDISABLE ipcfile ipcpath IPCPATH IPFS JALR journalremotes JOURNALREMOTES...

(WORD_REPEAT_RULE)


[duplication] ~184-~184: Možný preklep: zopakovali ste slovo
Context: ...SABLE ipcfile ipcpath IPCPATH IPFS JALR journalremotes JOURNALREMOTES jspath JSPATH jwtsecret Keccak leveldb ...

(WORD_REPEAT_RULE)


[duplication] ~186-~186: Možný preklep: zopakovali ste slovo
Context: ...IPFS JALR journalremotes JOURNALREMOTES jspath JSPATH jwtsecret Keccak leveldb lightkdf Lisk ...

(WORD_REPEAT_RULE)


[duplication] ~198-~198: Možný preklep: zopakovali ste slovo
Context: ...k logfile logfmt Mainnets maxage MAXAGE maxbackups MAXBACKUPS maxpeers MAXPEERS maxpendpeers MAXPENDP...

(WORD_REPEAT_RULE)


[duplication] ~200-~200: Možný preklep: zopakovali ste slovo
Context: ...ets maxage MAXAGE maxbackups MAXBACKUPS maxpeers MAXPEERS maxpendpeers MAXPENDPEERS maxprice MAXP...

(WORD_REPEAT_RULE)


[duplication] ~202-~202: Možný preklep: zopakovali ste slovo
Context: ...maxbackups MAXBACKUPS maxpeers MAXPEERS maxpendpeers MAXPENDPEERS maxprice MAXPRICE memprofilerate MEMPRO...

(WORD_REPEAT_RULE)


[duplication] ~204-~204: Možný preklep: zopakovali ste slovo
Context: ...eers MAXPEERS maxpendpeers MAXPENDPEERS maxprice MAXPRICE memprofilerate MEMPROFILERATE merkle Me...

(WORD_REPEAT_RULE)


[duplication] ~206-~206: Možný preklep: zopakovali ste slovo
Context: ...endpeers MAXPENDPEERS maxprice MAXPRICE memprofilerate MEMPROFILERATE merkle Merkle MFHI MFLO Mgas Minato min...

(WORD_REPEAT_RULE)


[duplication] ~208-~208: Možný preklep: zopakovali ste slovo
Context: ... MAXPRICE memprofilerate MEMPROFILERATE merkle Merkle MFHI MFLO Mgas Minato minfreedisk MINFR...

(WORD_REPEAT_RULE)


[duplication] ~214-~214: Možný preklep: zopakovali ste slovo
Context: ...ATE merkle Merkle MFHI MFLO Mgas Minato minfreedisk MINFREEDISK minsuggestedpriorityfee MINSUGGESTEDPRI...

(WORD_REPEAT_RULE)


[duplication] ~216-~216: Možný preklep: zopakovali ste slovo
Context: ...FLO Mgas Minato minfreedisk MINFREEDISK minsuggestedpriorityfee MINSUGGESTEDPRIORITYFEE Mintable Mintplex MIPSEVM Mitigations m...

(WORD_REPEAT_RULE)


[duplication] ~222-~222: Možný preklep: zopakovali ste slovo
Context: ...E Mintable Mintplex MIPSEVM Mitigations monitorism Monitorism Moralis Mordor mountpoint MOVN MOVZ MTH...

(WORD_REPEAT_RULE)


[duplication] ~239-~239: Možný preklep: zopakovali ste slovo
Context: ... multiclient multisigs MULTU nethermind netrestrict NETRESTRICT networkid NETWORKID newpayload NEWPAYLO...

(WORD_REPEAT_RULE)


[duplication] ~241-~241: Možný preklep: zopakovali ste slovo
Context: ...ULTU nethermind netrestrict NETRESTRICT networkid NETWORKID newpayload NEWPAYLOAD nextra nocompacti...

(WORD_REPEAT_RULE)


[duplication] ~243-~243: Možný preklep: zopakovali ste slovo
Context: ...estrict NETRESTRICT networkid NETWORKID newpayload NEWPAYLOAD nextra nocompaction NOCOMPACTION nodeke...

(WORD_REPEAT_RULE)


[duplication] ~246-~246: Možný preklep: zopakovali ste slovo
Context: ... NETWORKID newpayload NEWPAYLOAD nextra nocompaction NOCOMPACTION nodekey NODEKEY nodekeyhex NODEKEYHEX n...

(WORD_REPEAT_RULE)


[duplication] ~248-~248: Možný preklep: zopakovali ste slovo
Context: ...AYLOAD nextra nocompaction NOCOMPACTION nodekey NODEKEY nodekeyhex NODEKEYHEX nodename Nodies n...

(WORD_REPEAT_RULE)


[duplication] ~250-~250: Možný preklep: zopakovali ste slovo
Context: ...compaction NOCOMPACTION nodekey NODEKEY nodekeyhex NODEKEYHEX nodename Nodies nodiscover NODISCOVER n...

(WORD_REPEAT_RULE)


[duplication] ~254-~254: Možný preklep: zopakovali ste slovo
Context: ...Y nodekeyhex NODEKEYHEX nodename Nodies nodiscover NODISCOVER nolocals NOLOCALS noprefetch NOPREFETCH...

(WORD_REPEAT_RULE)


[duplication] ~256-~256: Možný preklep: zopakovali ste slovo
Context: ...X nodename Nodies nodiscover NODISCOVER nolocals NOLOCALS noprefetch NOPREFETCH nopruning NOPRUNI...

(WORD_REPEAT_RULE)


[duplication] ~258-~258: Možný preklep: zopakovali ste slovo
Context: ...nodiscover NODISCOVER nolocals NOLOCALS noprefetch NOPREFETCH nopruning NOPRUNING nosyncserve NOSYNCS...

(WORD_REPEAT_RULE)


[duplication] ~260-~260: Možný preklep: zopakovali ste slovo
Context: ...nolocals NOLOCALS noprefetch NOPREFETCH nopruning NOPRUNING nosyncserve NOSYNCSERVE Numba NVME offc...

(WORD_REPEAT_RULE)


[duplication] ~262-~262: Možný preklep: zopakovali ste slovo
Context: ...prefetch NOPREFETCH nopruning NOPRUNING nosyncserve NOSYNCSERVE Numba NVME offchain Offchain onlyreqtos...

(WORD_REPEAT_RULE)


[duplication] ~266-~266: Možný preklep: zopakovali ste slovo
Context: ...NING nosyncserve NOSYNCSERVE Numba NVME offchain Offchain onlyreqtostatic opchaina opchainb opcm ...

(WORD_REPEAT_RULE)


[duplication] ~271-~271: Možný preklep: zopakovali ste slovo
Context: ...chain onlyreqtostatic opchaina opchainb opcm OPCM Openfort oplabs opnode's outfile outper...

(WORD_REPEAT_RULE)


[duplication] ~279-~279: Možný preklep: zopakovali ste slovo
Context: ...node's outfile outperformance pcscdpath pectra Pectra Pectra's peerstore Peerstore peerstores...

(WORD_REPEAT_RULE)


[duplication] ~282-~282: Možný preklep: zopakovali ste slovo
Context: ...rmance pcscdpath pectra Pectra Pectra's peerstore Peerstore peerstores permissioned Permissioned pe...

(WORD_REPEAT_RULE)


[duplication] ~285-~285: Možný preklep: zopakovali ste slovo
Context: ...Pectra's peerstore Peerstore peerstores permissioned Permissioned permissioning permissionless Permission...

(WORD_REPEAT_RULE)


[duplication] ~288-~288: Možný preklep: zopakovali ste slovo
Context: ...permissioned Permissioned permissioning permissionless Permissionless permissionlessly Perps Peta Pimlico POA...

(WORD_REPEAT_RULE)


[duplication] ~296-~296: Možný preklep: zopakovali ste slovo
Context: ...ionlessly Perps Peta Pimlico POAP POAPs pprof PPROF precommitments Precommitments preconfig...

(WORD_REPEAT_RULE)


[duplication] ~298-~298: Možný preklep: zopakovali ste slovo
Context: ...rps Peta Pimlico POAP POAPs pprof PPROF precommitments Precommitments preconfigured predeploy predeployed Pre...

(WORD_REPEAT_RULE)


[duplication] ~302-~302: Možný preklep: zopakovali ste slovo
Context: ... Precommitments preconfigured predeploy predeployed Predeployed predeploys Predeploys prefunded preimag...

(WORD_REPEAT_RULE)


[duplication] ~304-~304: Možný preklep: zopakovali ste slovo
Context: ...gured predeploy predeployed Predeployed predeploys Predeploys prefunded preimage Preimage preimages P...

(WORD_REPEAT_RULE)


[duplication] ~307-~307: Možný preklep: zopakovali ste slovo
Context: ...eployed predeploys Predeploys prefunded preimage Preimage preimages PREIMAGES preinstall preinsta...

(WORD_REPEAT_RULE)


[duplication] ~309-~309: Možný preklep: zopakovali ste slovo
Context: ... Predeploys prefunded preimage Preimage preimages PREIMAGES preinstall preinstalls Preinstalls pres...

(WORD_REPEAT_RULE)


[duplication] ~312-~312: Možný preklep: zopakovali ste slovo
Context: ...Preimage preimages PREIMAGES preinstall preinstalls Preinstalls prestate Prestate prestates PREVRANDAO ...

(WORD_REPEAT_RULE)


[duplication] ~314-~314: Možný preklep: zopakovali ste slovo
Context: ...AGES preinstall preinstalls Preinstalls prestate Prestate prestates PREVRANDAO pricebump PRICEBUM...

(WORD_REPEAT_RULE)


[duplication] ~318-~318: Možný preklep: zopakovali ste slovo
Context: ... prestate Prestate prestates PREVRANDAO pricebump PRICEBUMP pricelimit PRICELIMIT productionize pro...

(WORD_REPEAT_RULE)


[duplication] ~320-~320: Možný preklep: zopakovali ste slovo
Context: ...restates PREVRANDAO pricebump PRICEBUMP pricelimit PRICELIMIT productionize productionized Protip Pro...

(WORD_REPEAT_RULE)


[duplication] ~326-~326: Možný preklep: zopakovali ste slovo
Context: ...uctionize productionized Protip Proxied proxyd Proxyd Pyth Pyth's QRNG quicknode Quicknode qu...

(WORD_REPEAT_RULE)


[duplication] ~328-~328: Možný preklep: zopakovali ste slovo
Context: ...uctionized Protip Proxied proxyd Proxyd Pyth Pyth's QRNG quicknode Quicknode quickstarts ...

(WORD_REPEAT_RULE)


[duplication] ~331-~331: Možný preklep: zopakovali ste slovo
Context: ... Proxied proxyd Proxyd Pyth Pyth's QRNG quicknode Quicknode quickstarts rebalancing reemit Reemitti...

(WORD_REPEAT_RULE)


[duplication] ~337-~337: Možný preklep: zopakovali ste slovo
Context: ...ickstarts rebalancing reemit Reemitting regenesis Regenesis Reimagine rejournal REJOURNAL remotedb ...

(WORD_REPEAT_RULE)


[duplication] ~340-~340: Možný preklep: zopakovali ste slovo
Context: ...eemitting regenesis Regenesis Reimagine rejournal REJOURNAL remotedb REMOTEDB Reown Reown's replaya...

(WORD_REPEAT_RULE)


[duplication] ~342-~342: Možný preklep: zopakovali ste slovo
Context: ...Regenesis Reimagine rejournal REJOURNAL remotedb REMOTEDB Reown Reown's replayability replayor re...

(WORD_REPEAT_RULE)


[duplication] ~344-~344: Možný preklep: zopakovali ste slovo
Context: ...e rejournal REJOURNAL remotedb REMOTEDB Reown Reown's replayability replayor reposts reprov...

(WORD_REPEAT_RULE)


[duplication] ~350-~350: Možný preklep: zopakovali ste slovo
Context: ...replayability replayor reposts reproven requiredblocks REQUIREDBLOCKS rollouts rollups Rollups Routescan rpck...

(WORD_REPEAT_RULE)


[duplication] ~353-~353: Možný preklep: zopakovali ste slovo
Context: ... requiredblocks REQUIREDBLOCKS rollouts rollups Rollups Routescan rpckind rpcprefix RPCPREFIX r...

(WORD_REPEAT_RULE)


[duplication] ~357-~357: Možný preklep: zopakovali ste slovo
Context: ...louts rollups Rollups Routescan rpckind rpcprefix RPCPREFIX rpcs RPGF runbooks Runbooks RWAs safedb...

(WORD_REPEAT_RULE)


[duplication] ~361-~361: Možný preklep: zopakovali ste slovo
Context: ...n rpckind rpcprefix RPCPREFIX rpcs RPGF runbooks Runbooks RWAs safedb Schnorr sepolia Sepolia SEP...

(WORD_REPEAT_RULE)


[duplication] ~366-~366: Možný preklep: zopakovali ste slovo
Context: ...F runbooks Runbooks RWAs safedb Schnorr sepolia Sepolia SEPOLIA seqnr sequencerhttp SEQUENCERHT...

(WORD_REPEAT_RULE)


[duplication] ~370-~370: Možný preklep: zopakovali ste slovo
Context: ...b Schnorr sepolia Sepolia SEPOLIA seqnr sequencerhttp SEQUENCERHTTP serv signup SLLV SLTI SLTIU SLTU smartc...

(WORD_REPEAT_RULE)


[duplication] ~388-~388: Možný preklep: zopakovali ste slovo
Context: ...olana Soneium soyboy Spearbit SRAV SRLV stablecoins Stablecoins statefulset structs subcomponents subga...

(WORD_REPEAT_RULE)


[duplication] ~400-~400: Možný preklep: zopakovali ste slovo
Context: ...nd SUBU Sunnyside superchain Superchain SUPERCHAIN Superchain's superchainerc Superlend Superloans Su...

(WORD_REPEAT_RULE)


[duplication] ~407-~407: Možný preklep: zopakovali ste slovo
Context: ...uperlend Superloans Superscan Superseed supersim Supersim syncmode SYNCMODE synctarget SYNCTARGET...

(WORD_REPEAT_RULE)


[duplication] ~409-~409: Možný preklep: zopakovali ste slovo
Context: ...s Superscan Superseed supersim Supersim syncmode SYNCMODE synctarget SYNCTARGET syscalls SYSCON t...

(WORD_REPEAT_RULE)


[duplication] ~411-~411: Možný preklep: zopakovali ste slovo
Context: ...eed supersim Supersim syncmode SYNCMODE synctarget SYNCTARGET syscalls SYSCON thirdweb threadcreate t...

(WORD_REPEAT_RULE)


[duplication] ~440-~440: Možný preklep: zopakovali ste slovo
Context: ...ubmitted UPNP upstreaming verkle VERKLE vhosts VHOSTS viem Viem viem's Viem's vmdebug VMDEBUG...

(WORD_REPEAT_RULE)


[duplication] ~442-~442: Možný preklep: zopakovali ste slovo
Context: ...upstreaming verkle VERKLE vhosts VHOSTS viem Viem viem's Viem's vmdebug VMDEBUG vmodule V...

(WORD_REPEAT_RULE)


[duplication] ~446-~446: Možný preklep: zopakovali ste slovo
Context: ...E vhosts VHOSTS viem Viem viem's Viem's vmdebug VMDEBUG vmodule VMODULE xlarge XORI ZKPs ZKVM z...

(WORD_REPEAT_RULE)


[duplication] ~448-~448: Možný preklep: zopakovali ste slovo
Context: ...viem Viem viem's Viem's vmdebug VMDEBUG vmodule VMODULE xlarge XORI ZKPs ZKVM zora Zora

(WORD_REPEAT_RULE)


[duplication] ~454-~454: Možný preklep: zopakovali ste slovo
Context: ...G vmodule VMODULE xlarge XORI ZKPs ZKVM zora Zora

(WORD_REPEAT_RULE)

🔇 Additional comments (1)
pages/notices/upgrade-16.mdx (1)

1-15: Front-matter looks complete — no action needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants