From f5881aed093ae79d1d88fe20a2a6128e081b4550 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Fri, 28 Feb 2025 00:44:29 +0200 Subject: [PATCH] Update redstone-push.md --- docs/dapps/redstone-push.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dapps/redstone-push.md b/docs/dapps/redstone-push.md index ccdd4cf..0bf8227 100644 --- a/docs/dapps/redstone-push.md +++ b/docs/dapps/redstone-push.md @@ -19,7 +19,7 @@ RedStone Push has a significant advantage over traditional push oracles. Our mod This approach is built on top of the [RedStone Pull](./redstone-pull.mdx) model maintaining the security of on-chain validation of data providers and timestamps. -The model consists of two main parts. The first one is the off-chain [relayer](#relayer) responsible for pushing data on-chain in a customized way using [environment variables](#environment-variables). The second part is the on-chain [contracts](#contracts) which enable storing prices and getting them through a familiar interface (e.g. the [Chainlink Aggregator](https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.7/interfaces/AggregatorV3Interface.sol) ). RedStone Push can be used on all EVM-compatible L1s & L2s + Starknet + Fuel Network. +The model consists of two main parts. The first one is the off-chain [relayer](#relayer) responsible for pushing data on-chain in a customized way using [environment variables](#environment-variables). The second part is the on-chain [contracts](#contracts) which enable storing prices and getting them through a familiar interface (e.g. the [Chainlink Aggregator](https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.sol) ). RedStone Push can be used on all EVM-compatible L1s & L2s + Starknet + Fuel Network.