From 45f4c994daac768e872e8c73996ed96c4ac71676 Mon Sep 17 00:00:00 2001 From: Zohar Etzioni Date: Mon, 16 Sep 2024 20:52:03 +0100 Subject: [PATCH] chore: Update datanode/gateway/graphql/schema.graphql Co-authored-by: candida-d <62548908+candida-d@users.noreply.github.com> --- datanode/gateway/graphql/schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datanode/gateway/graphql/schema.graphql b/datanode/gateway/graphql/schema.graphql index 72d2994f62..17cd7c57de 100644 --- a/datanode/gateway/graphql/schema.graphql +++ b/datanode/gateway/graphql/schema.graphql @@ -7858,7 +7858,7 @@ type NewAutomatedPurchase { marketId: ID "The oracle which will define an approximate acceptable price for the transaction" priceOracle: DataSourceDefinition! - "The final acceptable price should be the Price Oracle value weighted by this factor (e.g. 1.05 to allow for 5% slippage on the purcase)" + "The final acceptable price is the price oracle value weighted by this factor (e.g. 1.05 to allow for 5% slippage on the purchase)" oracleOffsetFactor: String! "A time based oracle for when auctions will occur" auctionSchedule: DataSourceDefinition