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
2 changes: 1 addition & 1 deletion pages/app-developers/tools/build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Card, Cards } from 'nextra/components'

# Build tools

This section provides information on account abstraction, block explorers, testnet faucets, OP Mainnet NFT tools and oracles. You'll find guide, reference, tool, API to help you understand and work with these topics.
This section provides information on account abstraction, block explorers, testnet faucets, OP Mainnet NFT tools and oracles. You'll find guides, reference, tool, API to help you understand and work with these topics.

<Cards>

Expand Down
2 changes: 1 addition & 1 deletion pages/stack/smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ valid state root of the layer 2.

### Official releases

The full smart contract release process is documented in the [monorepo](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/meta/VERSIONING.md).
The full smart contract release process is documented in the [monorepo](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/book/src/policies/versioning.md).
All production releases are always tagged, versioned as `<component-name>/v<semver>`.
Contract releases have a component name of `op-contracts` and therefore are tagged as `op-contract/vX.Y.Z`.

Expand Down
2 changes: 1 addition & 1 deletion pages/stack/transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Documentation covering Cross Domain, Deposit Flow, Fees, Forced Transaction, Tra

<Card title="Transaction fees on OP Stack" href="/stack/transactions/fees" />

<Card title="Transaction finality OP Stack" href="/stack/transactions/transaction-finality" />
<Card title="Transaction finality on OP Stack" href="/stack/transactions/transaction-finality" />

<Card title="Forced transaction" href="/stack/transactions/forced-transaction" />

Expand Down