Skip to content

Commit

Permalink
chore: Update datanode/gateway/graphql/schema.graphql
Browse files Browse the repository at this point in the history
Co-authored-by: candida-d <[email protected]>
  • Loading branch information
ze97286 and candida-d authored Sep 16, 2024
1 parent 156078d commit 45f4c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datanode/gateway/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45f4c99

Please sign in to comment.