From 63c1ae81137445ca9e9a56ca876b5b2db0707f1e Mon Sep 17 00:00:00 2001 From: jlwllmr <95916148+jlwllmr@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:18:30 +0100 Subject: [PATCH] Add Sepolia details --- docs/developers/reference/api/linea-estimategas.mdx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/developers/reference/api/linea-estimategas.mdx b/docs/developers/reference/api/linea-estimategas.mdx index bdec82e0a..0bd356043 100644 --- a/docs/developers/reference/api/linea-estimategas.mdx +++ b/docs/developers/reference/api/linea-estimategas.mdx @@ -12,10 +12,10 @@ import TabItem from '@theme/TabItem'; :::info Compatibility mode `linea_estimateGas` is currently only available on Mainnet in compatibility mode, which means it -returns the same results as `eth_gasPrice`. +returns the same results as `eth_gasPrice`. -`linea_estimateGas` will be fully activated on September 30. Infrastructure providers must adjust -their node configurations to ensure compatibility mode is deactivated and `linea_estimateGas` +`linea_estimateGas` will be fully activated on Mainnet on September 30. Infrastructure providers +must adjust their node configurations to ensure compatibility mode is deactivated and `linea_estimateGas` functions fully. See our [guide](#compatibility-mode). ::: @@ -143,6 +143,10 @@ When `linea_estimateGas` is activated on Mainnet on September 30, infrastructure using their own nodes to submit transactions must adjust their configuration files to disable compatibility mode. +No action is required for Linea Sepolia nodes using the `advanced-testnet` profile from the +[`linea-besu-package` repository](https://github.com/Consensys/linea-besu-package/tree/main), since +`linea_estimateGas` is already activated on Linea Sepolia. + ### Effects `linea_estimateGas` in compatibility mode returns the same gas price as `eth_gasPrice`. This means