We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimism has been renamed to OP Mainnet. We should change all references to optimism to op-mainnet to reflect this.
optimism
op-mainnet
The text was updated successfully, but these errors were encountered:
Which occurrence of optimism is within the scope of of renaming?
README.md [op-mainnet] consensus_rpc = "https://optimism.operationsolarstorm.org" execution_rpc = "https://opt-mainnet.g.alchemy.com/v2/XXXXX"
opstack/src/server/net/block_handler.rs blocks_v3_topic: IdentTopic::new(format!("/optimism/{}/2/blocks", chain_id))
DOM
helios-ts/index.html <div class="panel" id="optimism-panel"> .... <div class="blocks" id="optimism-blocks"> ... <pre class="block-info syncing" id="optimism-syncing">Syncing...</pre>
Other than that, does #422 looks sufficient?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Optimism has been renamed to OP Mainnet. We should change all references to
optimism
toop-mainnet
to reflect this.The text was updated successfully, but these errors were encountered: