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: 2 additions & 2 deletions src/pages/docs/protocol/upgrades/t10.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ T10 makes zone creation a native Tempo protocol operation. It enshrines `ZoneFac
For most partners, T10 matters if you operate a node, create Tempo Zones, or integrate directly with `ZoneFactory` and `ZonePortal`.

:::info[T10 status]
T10 is scheduled for testnet on August 20, 2026 at 14:00 UTC and mainnet on August 21, 2026 at 14:00 UTC. The forthcoming v1.13.0 release is required; see the [Network Upgrades and Releases table](/docs/guide/node/network-upgrades#node-operator-updates) for the current node-operator release status.
T10 is active on testnet as of August 20, 2026 at 14:00 UTC. Mainnet activation is scheduled for August 21, 2026 at 14:00 UTC. The v1.13.0 release is required; see the [Network Upgrades and Releases table](/docs/guide/node/network-upgrades#node-operator-updates) for the current node-operator release status.
:::

## Timeline
Expand All @@ -20,7 +20,7 @@ T10 is scheduled for testnet on August 20, 2026 at 14:00 UTC and mainnet on Augu
| Testnet | August 20, 2026 at 14:00 UTC | `1787234400` |
| Mainnet | August 21, 2026 at 14:00 UTC | `1787320800` |

Node operators must run v1.13.0 before T10 activates on their network to stay synced.
Node operators must run v1.13.0 before T10 activates on mainnet to stay synced.

## T10 upgrade overview

Expand Down
2 changes: 1 addition & 1 deletion vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ export default defineConfig({
items: [
{
text: 'T10',
badge: { text: 'Planned', variant: 'note' as const },
badge: { text: 'Testnet', variant: 'note' as const },
link: '/docs/protocol/upgrades/t10',
},
{
Expand Down
Loading