From b316f86355c762912097e8422c2638d4f75445eb Mon Sep 17 00:00:00 2001 From: shaito Date: Tue, 10 Dec 2024 14:26:59 -0300 Subject: [PATCH] fix: move warning --- docs/src/content/intro/README.md | 8 ++++++++ docs/src/content/intro/framework.md | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/src/content/intro/README.md b/docs/src/content/intro/README.md index 53c968ce..0e7bd70a 100644 --- a/docs/src/content/intro/README.md +++ b/docs/src/content/intro/README.md @@ -1,5 +1,13 @@ # Getting Started +
+ +Do not interact with any request without validating the modules and parameters included in it as it may lead to lost or stuck funds. + +Participants should always call the validateParameters function for each module before interacting with a Request to check that the specified parameters are correct. + +
+ Prophet presents a versatile and fully adaptable optimistic oracle solution, transcending the boundaries of conventional dispute resolution modules. With its emphasis on complete control and modularity across all aspects of the system, Prophet is an open-source public good for the Optimism community. ## Useful links diff --git a/docs/src/content/intro/framework.md b/docs/src/content/intro/framework.md index a89a87bf..8943d894 100644 --- a/docs/src/content/intro/framework.md +++ b/docs/src/content/intro/framework.md @@ -1,13 +1,5 @@ # Prophet Framework 101 -
- -Do not interact with any request without validating the modules and parameters included in it as it may lead to lost or stuck funds. - -Participants should always call the validateParameters function for each module before interacting with a Request to check that the specified parameters are correct. - -
- ## What is Prophet? Prophet presents a versatile and fully adaptable optimistic oracle solution, transcending the boundaries of conventional dispute resolution modules. It moves away from a one-fits-all resolution system and provides customizable modules that can be fine-tuned to meet the unique requirements of each user. With its emphasis on complete control and modularity across all aspects of the system, Prophet is an open-source public good for the Optimism community.