diff --git a/next-env.d.ts b/next-env.d.ts
index a4a7b3f5c..4f11a03dc 100644
--- a/next-env.d.ts
+++ b/next-env.d.ts
@@ -2,4 +2,4 @@
///
// NOTE: This file should not be edited
-// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
+// see https://nextjs.org/docs/basic-features/typescript for more information.
diff --git a/pages/_meta.json b/pages/_meta.json
index 48d92b504..fe5e52428 100644
--- a/pages/_meta.json
+++ b/pages/_meta.json
@@ -65,29 +65,29 @@
"display": "children"
},
- "+++ OP MAINNET": {
+ "+++ OP STACK": {
"title": "",
"type": "separator"
},
- "--- OP MAINNET": {
- "title": "OP MAINNET",
+ "--- OP STACK": {
+ "title": "OP STACK",
"type": "separator"
},
- "chain": {
- "title": "OP Mainnet",
+ "stack": {
+ "title": "OP Stack",
"display": "children"
},
- "+++ OP STACK": {
+ "+++ OP MAINNET": {
"title": "",
"type": "separator"
},
- "--- OP STACK": {
- "title": "OP STACK",
+ "--- OP MAINNET": {
+ "title": "OP MAINNET",
"type": "separator"
},
- "stack": {
- "title": "OP Stack",
+ "chain": {
+ "title": "OP Mainnet",
"display": "children"
},
diff --git a/pages/builders/app-developers/_meta.json b/pages/builders/app-developers/_meta.json
index 70c7d2145..b2cbaa949 100644
--- a/pages/builders/app-developers/_meta.json
+++ b/pages/builders/app-developers/_meta.json
@@ -2,7 +2,6 @@
"overview": "Overview",
"quick-start": "Superchain app quick start",
"tutorials": "Tutorials",
- "contracts": "Smart contracts",
"transactions": "Transactions",
"bridging": "Bridging",
"tools": "App tools"
diff --git a/pages/builders/app-developers/contracts.mdx b/pages/builders/app-developers/contracts.mdx
deleted file mode 100644
index 605fd529c..000000000
--- a/pages/builders/app-developers/contracts.mdx
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: Contracts
-lang: en-US
-description: Information on the Superchain ERC-20
----
-
-import { Card, Cards } from 'nextra/components'
-
-# Contracts
-
-This section provides information on the Superchain ERC-20.
-
-
-
-
diff --git a/pages/builders/app-developers/contracts/_meta.json b/pages/builders/app-developers/contracts/_meta.json
deleted file mode 100644
index 6e2ad3d2e..000000000
--- a/pages/builders/app-developers/contracts/_meta.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "superchain-erc20": "SuperchainERC20"
-}
diff --git a/pages/builders/app-developers/contracts/superchain-erc20.mdx b/pages/builders/app-developers/contracts/superchain-erc20.mdx
deleted file mode 100644
index dfaf8f84e..000000000
--- a/pages/builders/app-developers/contracts/superchain-erc20.mdx
+++ /dev/null
@@ -1,6 +0,0 @@
----
----
-
-import SuperchainERC20 from '@/pages/stack/interop/superchain-erc20.mdx'
-
-
diff --git a/pages/stack/_meta.json b/pages/stack/_meta.json
index db6bc1efe..fb6fe060f 100644
--- a/pages/stack/_meta.json
+++ b/pages/stack/_meta.json
@@ -10,8 +10,8 @@
"transactions": "Transactions",
"features": "Features",
"security": "Security",
- "--- Experimental": {
- "title": "Experimental",
+ "--- EXPERIMENTAL": {
+ "title": "EXPERIMENTAL",
"type": "separator"
},
"opcm": "OP Contracts Manager",
diff --git a/pages/stack/interop.mdx b/pages/stack/interop.mdx
index b7823d3b7..6df1e266c 100644
--- a/pages/stack/interop.mdx
+++ b/pages/stack/interop.mdx
@@ -19,11 +19,7 @@ Documentation covering Cross Chain Message, Explainer, Message Passing, Op Super
-
-
-
-
-
+
diff --git a/pages/stack/interop/_meta.json b/pages/stack/interop/_meta.json
index 3a5a6bcbe..d42e969ce 100644
--- a/pages/stack/interop/_meta.json
+++ b/pages/stack/interop/_meta.json
@@ -2,9 +2,7 @@
"explainer": "Interop explainer",
"cross-chain-message": "Anatomy of cross-chain message",
"supersim": "Supersim Multichain Development Environment",
- "superchain-erc20": "SuperchainERC20",
"message-passing": "Interop message passing",
- "superchain-weth": "SuperchainWETH (Interoperable ETH)",
"op-supervisor": "OP Supervisor",
- "transfer-superchainERC20": "How to transfer a SuperchainERC20"
+ "assets": "Assets"
}
\ No newline at end of file
diff --git a/pages/stack/interop/assets.mdx b/pages/stack/interop/assets.mdx
new file mode 100644
index 000000000..f86a72a22
--- /dev/null
+++ b/pages/stack/interop/assets.mdx
@@ -0,0 +1,19 @@
+---
+title: Interop
+description: Documentation covering Cross Chain Message, Explainer, Message Passing, Op Supervisor, Superchain Erc20, Superchain Weth, Supersim, Transfer Superchainerc20 in the Interop section of the OP Stack ecosystem.
+lang: en-US
+---
+
+import { Card, Cards } from 'nextra/components'
+
+# Interop
+
+Documentation covering SuperchainERC20, Superchain WETH, Supersim, and how to transfer a SuperchainERC20.
+
+
+
+
+
+
+
+
diff --git a/pages/stack/interop/assets/_meta.json b/pages/stack/interop/assets/_meta.json
new file mode 100644
index 000000000..15677456d
--- /dev/null
+++ b/pages/stack/interop/assets/_meta.json
@@ -0,0 +1,5 @@
+{
+ "superchain-erc20": "SuperchainERC20",
+ "superchain-weth": "SuperchainWETH (Interoperable ETH)",
+ "transfer-superchainERC20": "How to transfer a SuperchainERC20"
+}
\ No newline at end of file
diff --git a/pages/stack/interop/superchain-erc20.mdx b/pages/stack/interop/assets/superchain-erc20.mdx
similarity index 100%
rename from pages/stack/interop/superchain-erc20.mdx
rename to pages/stack/interop/assets/superchain-erc20.mdx
diff --git a/pages/stack/interop/superchain-weth.mdx b/pages/stack/interop/assets/superchain-weth.mdx
similarity index 100%
rename from pages/stack/interop/superchain-weth.mdx
rename to pages/stack/interop/assets/superchain-weth.mdx
diff --git a/pages/stack/interop/transfer-superchainERC20.mdx b/pages/stack/interop/assets/transfer-superchainERC20.mdx
similarity index 100%
rename from pages/stack/interop/transfer-superchainERC20.mdx
rename to pages/stack/interop/assets/transfer-superchainERC20.mdx
diff --git a/public/_redirects b/public/_redirects
index 969d2a028..6d137da4f 100644
--- a/public/_redirects
+++ b/public/_redirects
@@ -112,3 +112,7 @@
/builders/cex-wallet-developers/cex-support /builders/app-developers/overview
/builders/cex-wallet-developers/wallet-support /builders/app-developers/overview
/builders/cex-wallet-developers /builders/app-developers/overview
+/stack/interop/superchain-erc20 /stack/interop/assets/superchain-erc20
+/stack/interop/superchain-weth /stack/interop/assets/superchain-weth
+/stack/interop/transfer-superchainERC20 /stack/interop/assets/transfer-superchainERC20
+/builders/app-developers/contracts/superchain-erc20 /stack/interop/assets/superchain-erc20
\ No newline at end of file
diff --git a/words.txt b/words.txt
index 08c53d776..5d17e5318 100644
--- a/words.txt
+++ b/words.txt
@@ -148,8 +148,8 @@ Holesky
holesky
IGNOREPRICE
ignoreprice
-Immunefi
implicity
+Immunefi
Inator
inator
INFLUXDBV
@@ -289,6 +289,7 @@ productionize
productionized
Protip
Proxied
+Proxyd
proxyd
pseudorandomly
Pyth
@@ -327,9 +328,7 @@ safedb
Schnorr
secp
SELFDESTRUCT
-SEPOLIA
Sepolia
-sepolia
seqnr
SEQUENCERHTTP
sequencerhttp
@@ -375,7 +374,6 @@ Thirdweb
threadcreate
tility
timeseries
-Tranfer
trustlessly
trustrpc
txfeecap
@@ -396,12 +394,11 @@ vhosts
Viem
viem
Viem's
+voxel
VMDEBUG
vmdebug
VMODULE
vmodule
-voxel
-wagmi
Warpcast
xlarge
XORI