From 5e61a2ee867cbb75fcba04d80c12632c01006226 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 13 Jun 2026 00:07:42 +0000 Subject: [PATCH] Fix capitalization of "Execution fee" in fees page https://claude.ai/code/session_01CJKErZ4iH7AyCaUrvHe5UV --- references/api/api_core_concepts/fees.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/references/api/api_core_concepts/fees.mdx b/references/api/api_core_concepts/fees.mdx index e50b52c..33143b7 100644 --- a/references/api/api_core_concepts/fees.mdx +++ b/references/api/api_core_concepts/fees.mdx @@ -12,7 +12,7 @@ In any given token swap or bridge powered by Relay, there are four potential fee - Destination (fill) gas estimate — always included, covers transaction fulfillment on the destination chain - Origin gas estimate — only included for gasless transactions, covers transaction submission on the origin chain on the user's behalf - For regular (non-gasless) transactions, the user pays origin gas directly from their own wallet to the network — it's not part of Relay's fee. + For regular (non-gasless) transactions, the user pays origin gas directly from their own wallet to the network — it's not part of the Execution fee. 2. **Swap Fees**