From 0be0a8305a11f82c2d488e1b4d0b25b24e060bc8 Mon Sep 17 00:00:00 2001 From: Jon Ator Date: Sun, 30 Aug 2026 12:22:22 -0400 Subject: [PATCH] Fix typo --- src/pages/docs/quickstart/evm-compatibility.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/quickstart/evm-compatibility.mdx b/src/pages/docs/quickstart/evm-compatibility.mdx index 197db37a..22479366 100644 --- a/src/pages/docs/quickstart/evm-compatibility.mdx +++ b/src/pages/docs/quickstart/evm-compatibility.mdx @@ -69,7 +69,7 @@ Sometimes wallets will need to specify the currency symbol for the native token. ### Dealing with the fee token selection -Tempo does not have a native gas token. Instead, fees are denominated in USD and fees can be paid in an stablecoin. For Tempo Transactions, the `fee_token` field can be set to any TIP-20 token, and fees are paid in that token. +Tempo does not have a native gas token. Instead, fees are denominated in USD and fees can be paid in any stablecoin. For Tempo Transactions, the `fee_token` field can be set to any TIP-20 token, and fees are paid in that token. If your transactions are not using Tempo Transactions, there is a cascading fee token selection algorithm that determines the default fee token based on the user's preferences and the contract being called.