Skip to content

Commit

Permalink
Add Sepolia details
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 20, 2024
1 parent be64529 commit 63c1ae8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/developers/reference/api/linea-estimategas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

:::
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 63c1ae8

Please sign in to comment.