diff --git a/src/content/docs/en/developers/transaction-fees-on-scroll.mdx b/src/content/docs/en/developers/transaction-fees-on-scroll.mdx index bda3c0c71..6eaed9c25 100644 --- a/src/content/docs/en/developers/transaction-fees-on-scroll.mdx +++ b/src/content/docs/en/developers/transaction-fees-on-scroll.mdx @@ -175,10 +175,12 @@ On mainnet, the `L2GasPriceOracle` is deployed at [`0x987e300fDfb06093859358522a On Sepolia, an upgraded `L1MessageQueueWithGasPriceOracle` should be used, deployed to [`0xF0B2293F5D834eAe920c6974D50957A1732de763`](https://sepolia.etherscan.io/address/0xF0B2293F5D834eAe920c6974D50957A1732de763). +If your system supports off-chain mechanisms, you can also call `eth_estimateGas` and `eth_gasPrice` on any Scroll RPC node to get an estimate of the gas required for a given transaction. + {/* TODO: Add full documentation of key methods */} diff --git a/src/content/docs/en/technology/bridge/deposit-gateways.mdx b/src/content/docs/en/technology/bridge/deposit-gateways.mdx index 96fa57c73..bbb4636b2 100644 --- a/src/content/docs/en/technology/bridge/deposit-gateways.mdx +++ b/src/content/docs/en/technology/bridge/deposit-gateways.mdx @@ -8,7 +8,6 @@ whatsnext: { "Withdraw Gateways": "/technology/bridge/withdraw-gateways/" } --- import ClickToZoom from "../../../../../components/ClickToZoom.astro" -import Aside from "../../../../../components/Aside.astro" import DepositWorkflow from "../_images/deposit.png" This document describes how users and developers can utilize gateways to deposit tokens from L1 to L2. We provide several gateways for standard tokens and a gateway router on L1, listed in the table below.