Skip to content
Draft
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
1 change: 1 addition & 0 deletions pages/stack/smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ Documentation covering smart contracts overviews, upgrades using superchain-ops
<Card title="Upgrade using superchain-ops" href="/stack/smart-contracts/superchain-ops-guide" />
<Card title="Upgrade L1 contracts using op-deployer" href="/stack/smart-contracts/op-deployer-upgrade" />
<Card title="Upgrading Smart Contracts from v1.3.0 to v1.8.0" href="/stack/smart-contracts/upgrade-op-contracts-1-3-1-8" />
<Card title="Recovering tokens sent via the wrong bridge" href="/stack/smart-contracts/bridge-recovery" />
</Cards>
5 changes: 3 additions & 2 deletions pages/stack/smart-contracts/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"smart-contracts": "Smart Contracts",
"superchain-ops-guide": "Upgrade using superchain-ops",
"op-deployer-upgrade": "Upgrade L1 contracts using op-deployer",
"upgrade-op-contracts-1-3-1-8": "Upgrading Smart Contracts from v1.3.0 to v1.8.0"
}
"upgrade-op-contracts-1-3-1-8": "Upgrading Smart Contracts from v1.3.0 to v1.8.0",
"bridge-recovery": "Recovering tokens sent via the wrong bridge"
}
Loading