Skip to content
New issue

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

Add OP Scan Block Explorer #1102

Closed
wants to merge 53 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
5828dc0
Add OP Scan Block Explorer
saimeunt Nov 11, 2024
e33b435
Add missing files
saimeunt Nov 11, 2024
51c1e54
Update cross-chain-message.mdx
zainbacchus Nov 11, 2024
8b29d73
fix lint warning
krofax Nov 11, 2024
eb24a1c
remove word
krofax Nov 11, 2024
766a836
Update pages/stack/interop/cross-chain-message.mdx
krofax Nov 11, 2024
f6a249a
updated text
krofax Nov 11, 2024
8fff156
improved word
krofax Nov 11, 2024
24ecff7
Improve Grammar and Consistency in Glossary Term Template
donatik27 Nov 10, 2024
d12e0c8
Update suggest_tutorial.yaml
donatik27 Nov 10, 2024
95f0401
Updated docs files with errors
Anon-im Nov 9, 2024
562b257
Typo Update CONTRIBUTING.md
mdqst Nov 12, 2024
f46ab56
Clean up explainer
zainbacchus Nov 13, 2024
1baceef
remove duplicate
krofax Nov 13, 2024
9b2d714
correct spelling
krofax Nov 13, 2024
eadccee
fix spacing
krofax Nov 13, 2024
8942e00
improve text
krofax Nov 13, 2024
014db79
improve text
krofax Nov 13, 2024
f15d94a
Update explainer.mdx
zainbacchus Nov 13, 2024
6716511
reworded for clarity
krofax Nov 13, 2024
65ab7a4
improve text
krofax Nov 13, 2024
6b11565
Update home page capitalization
bradleycamacho Nov 13, 2024
08a1af9
Fix breadcrumb and title casing
bradleycamacho Nov 13, 2024
8172140
Typo Update content-reuse.md
voronor Nov 14, 2024
dbb9429
Added starter kit
krofax Nov 14, 2024
654f104
fix lint error
krofax Nov 14, 2024
f258618
Collapsing walkthrough section and disabling changed file summary
bradleycamacho Nov 13, 2024
44e1963
replace the SDK link with viem
krofax Nov 12, 2024
0adff39
changes op mainnet to op stack
krofax Nov 12, 2024
dd292f3
Deploy the L1 contract command path updated
BalrajHariharanA Nov 6, 2024
823c428
Refactor JSDoc for WipCallout to Improve Clarity and Precision Update…
0xbryer Nov 15, 2024
911b42c
Fix invalid stroke-width attribute Update Loader.tsx
voronor Nov 15, 2024
4488df3
Update components/calculator/Loader.tsx
krofax Nov 15, 2024
ba611db
Created a script that checks for borken links
krofax Nov 15, 2024
e8d2b35
updated the link checker
krofax Nov 15, 2024
dc23b5e
Documented the steps involved to automate the redirect
krofax Nov 15, 2024
11f7939
revert changes made in lychee
krofax Nov 15, 2024
7458aef
revert previous changes to lychee file
krofax Nov 15, 2024
071e411
Update notes/fix-redirects.md
krofax Nov 15, 2024
4a791af
fix lint issues
krofax Nov 15, 2024
ccf1313
update the command
krofax Nov 15, 2024
5148ca9
revert changes
krofax Nov 15, 2024
f902d7e
Typo Update OpProposerDescriptionShort.md
0xbryer Nov 17, 2024
7e3ac40
docs: fix SuperchainERC20 deployment guide URL
codeesura Nov 15, 2024
21b3dc5
Update rollup.mdx
brokewhale Nov 19, 2024
e9e04e5
Update addresses.mdx
Hopium21 Nov 18, 2024
b7814fa
Update security-policy.mdx
Hopium21 Nov 18, 2024
b05ddc5
Update 404.mdx
Hopium21 Nov 18, 2024
2390a3a
Update index.mdx
Hopium21 Nov 18, 2024
0cdd15a
Update pages/404.mdx
sbvegan Nov 19, 2024
0e80025
Update oracles.mdx tags
brokewhale Nov 19, 2024
e6d3bc3
fix lint issues
krofax Nov 19, 2024
4a9df6f
Sync with latest README
saimeunt Nov 19, 2024
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
1 change: 1 addition & 0 deletions pages/builders/chain-operators/tools/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"chain-monitoring": "Chain monitoring",
"explorer": "Block explorer",
"op-scan": "OP Scan Block Explorer",
Copy link
Contributor

Choose a reason for hiding this comment

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

💡 Codebase verification

Missing documentation file for OP Scan Block Explorer

The _meta.json file includes an entry for "op-scan" but there's no corresponding documentation file in the directory. The existing explorer.mdx is specifically about deploying Blockscout and is unrelated to OP Scan. You should:

  • Add a documentation file for OP Scan Block Explorer in the pages/builders/chain-operators/tools/ directory
  • Keep both entries in _meta.json as they represent different tools (Blockscout and OP Scan)
🔗 Analysis chain

Please clarify the relationship with existing explorer entry.

The addition follows the correct format and maintains alphabetical ordering. However, there's already an existing "explorer" entry. Could you clarify if:

  1. OP Scan is meant to be an additional explorer option, or
  2. OP Scan should replace the existing "explorer" entry?
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Check if there's a corresponding documentation file for both explorers
echo "Checking for explorer documentation files..."
fd --type f "explorer.md|op-scan.md" pages/builders/chain-operators/tools/

Length of output: 225


Script:

#!/bin/bash
# Let's check the content of the explorer.mdx to see if it's related to OP Scan
echo "Content of explorer.mdx:"
cat pages/builders/chain-operators/tools/explorer.mdx

# Also check if there's a new op-scan file that might have a different extension
echo -e "\nChecking for op-scan files with any extension:"
fd "op-scan" pages/builders/chain-operators/tools/

Length of output: 2457

"op-challenger": "op-challenger",
"op-conductor": "op-conductor",
"op-deployer": "op-deployer",
Expand Down