From 476d473339b646ee48bcc780ed9587a3b53fe3dd Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Fri, 1 Nov 2024 13:55:23 -0600 Subject: [PATCH] Update oracles.mdx Per conversation with Marine at the foundation we are adding blocknative to the list of gas providers --- pages/builders/tools/build/oracles.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/builders/tools/build/oracles.mdx b/pages/builders/tools/build/oracles.mdx index f69f07fac..77ba3a07f 100644 --- a/pages/builders/tools/build/oracles.mdx +++ b/pages/builders/tools/build/oracles.mdx @@ -57,6 +57,9 @@ This is a push Oracle. OP Mainnet (and the testnets) updates the gas price parameters onchain whenever those parameters change. The L1 gas price, which can be volatile, is only pushed once every 5 minutes, and each time can change only by up to 20%. +* [Blocknative](https://docs.blocknative.com/gas-prediction) provides real-time gas estimation powered by predictive modeling to forecast gas price distribution for select OP Stack chains, including OP Mainnet and Base. The [API](https://docs.blocknative.com/gas-prediction) is also available on Ethereum Mainnet to estimate base fee costs. + + ### API3 The [API3 Market](https://market.api3.org/optimism) provides access to 200+ price feeds on [Optimism Mainnet](https://market.api3.org/optimism) and [Testnet](https://market.api3.org/optimism-sepolia-testnet). The price feeds operate as a native push oracle and can be activated instantly via the Market UI.