From 3d051894c83644d2c85647c0b824f3f1e6aec757 Mon Sep 17 00:00:00 2001 From: Taeho Lim <48875325+bbaktaeho@users.noreply.github.com> Date: Mon, 25 May 2026 16:02:44 +0900 Subject: [PATCH] Update index.mdx --- src/pages/protocol/rpc/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/protocol/rpc/index.mdx b/src/pages/protocol/rpc/index.mdx index 94cb671e..14ea9bd0 100644 --- a/src/pages/protocol/rpc/index.mdx +++ b/src/pages/protocol/rpc/index.mdx @@ -230,4 +230,4 @@ Gas estimation accounts for TIP-20 fee token balances instead of native ETH. The ### `eth_sendRawTransaction` -Accepts both standard EVM transaction types and [Tempo Transactions](/protocol/transactions) (type `0x54`). Transactions targeting a subblock proposer are routed directly to the consensus layer when submitted to the matching validator node; other nodes reject them. +Accepts both standard EVM transaction types and [Tempo Transactions](/protocol/transactions) (type `0x76`). Transactions targeting a subblock proposer are routed directly to the consensus layer when submitted to the matching validator node; other nodes reject them.