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
9 changes: 7 additions & 2 deletions src/pages/guide/tempo-transaction/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,13 @@ If you are an EVM smart contract developer, see the [Foundry guide for Tempo](/s

## Properties

:::info[T3 will change these examples]
The examples below show the currently active Tempo Transaction shape. T3 changes the access-key examples and parts of the transaction envelope, and the affected lines are called out inline.
:::info[T3 examples]
The examples below show the T3 Tempo Transaction shape. If you still support T2, the affected sections include a `T2 -> T3 changes` note with the migration details.

- [Configurable Fee Tokens](#configurable-fee-tokens)
- [Access Keys](#access-keys)

The examples assume you are using a T3-compatible network and the most recent SDK releases.
:::

<TempoTxProperties />
9 changes: 7 additions & 2 deletions src/pages/protocol/transactions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,13 @@ If you are an EVM smart contract developer, see the [Foundry guide for Tempo](/s

## Properties

:::info[T3 will change these examples]
The examples below show the currently active Tempo Transaction shape. T3 changes the access-key examples and parts of the transaction envelope, and the affected lines are called out inline.
:::info[T3 examples]
The examples below show the T3 Tempo Transaction shape. If you still support T2, the affected sections include a `T2 -> T3 changes` note with the migration details.

- [Configurable Fee Tokens](#configurable-fee-tokens)
- [Access Keys](#access-keys)

The examples assume you are using a T3-compatible network and the most recent SDK releases.
:::

<TempoTxProperties />
Expand Down
Loading
Loading