Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"metadata-batch-cli": "NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/metadata-batch-cli.ts",
"metadata-batch-cli:dry": "pnpm metadata-batch-cli --dry-run",
"metadata-batch-cli:verbose": "pnpm metadata-batch-cli --verbose",
"validate-metadata": "CHANGED_FILES=$(git diff --name-only HEAD) NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/metadata-manager.ts",
"validate-metadata": "CHANGED_FILES=$(git diff --name-only HEAD) pnpm metadata-batch-cli:dry",
"validate-pr-metadata": "NODE_NO_WARNINGS=1 node --loader ts-node/esm utils/metadata-manager.ts --pr",
"dev": "next dev",
"build": "next build",
Expand All @@ -34,6 +34,7 @@
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"escape-string-regexp": "^5.0.0",
"glob": "^11.0.1",
"js-yaml": "^4.1.0",
"next": "14.2.21",
"next-sitemap": "^4.2.3",
Expand All @@ -50,6 +51,7 @@
"@eth-optimism/core-utils": "^0.13.1",
"@eth-optimism/sdk": "^3.1.6",
"@types/dotenv": "^8.2.3",
"@types/glob": "^8.1.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "18.11.10",
"cspell": "^8.1.3",
Expand Down
1 change: 0 additions & 1 deletion pages/app-developers/interop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ personas:
- protocol-developer
categories:
- protocol
- architecture
- mainnet
is_imported_content: 'true'
---
Expand Down
2 changes: 1 addition & 1 deletion pages/app-developers/tools/build/account-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ personas:
categories:
- account-abstraction
- paymasters
- Transactions
- transactions
is_imported_content: 'false'
---

Expand Down
3 changes: 1 addition & 2 deletions pages/app-developers/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ description: >-
topics such as bridging tokens, deploying contracts, and estimating
transaction costs.
lang: en-US
content_type: guide
content_type: landing-page
topic: app-dev-tutorials
personas:
- app-developer
categories:
- mainnet
- testnet
- reference
is_imported_content: 'false'
---

Expand Down
13 changes: 3 additions & 10 deletions pages/app-developers/tutorials/supersim.mdx
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
---
title: Supersim guides and tutorials
description: >-
A collection of guides and tutorials to understanding and working with
Supersim, including getting started, CLI reference, and chain environment.
description: A collection of guides and tutorials to understanding and working with Supersim.
lang: en-US
content_type: tutorial
topic: supersim-guides-and-tutorials
personas:
- app-developer
categories:
- supersim
- devnets
- testing
- protocol
personas: app-developer
categories: ['supersim', 'devnets', 'cli']
is_imported_content: 'false'
---

Expand Down
75 changes: 75 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading