From f6ccd2faff08377118b52a07c1b721cd42df201a Mon Sep 17 00:00:00 2001 From: Krum <32573397+pashov@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:56:23 +0300 Subject: [PATCH] Add C3.6 & C3.7 Oracle requirements --- 2.0/0x200-Components/0x203-C3-Oracle.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2.0/0x200-Components/0x203-C3-Oracle.md b/2.0/0x200-Components/0x203-C3-Oracle.md index 9639699..44080a9 100644 --- a/2.0/0x200-Components/0x203-C3-Oracle.md +++ b/2.0/0x200-Components/0x203-C3-Oracle.md @@ -20,6 +20,8 @@ Category “C3” lists requirements related to the Oracle smart contract as one | **C3.3** | Verify if there is a way to mark the data as incorrect. | | **C3.4** | Verify that the supply with incorrect data is penalized. | | **C3.5** | Verify that the value (e.g., price for an asset) returned by oracle cannot be influenced in a single block. | +| **C3.6** | Verify that the chain Sequencer is operational, when using an oracle on a L2 network | +| **C3.7** | Verify that the assumptions about the reported price's decimals are correct | ## References