File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7832,7 +7832,7 @@ type AMM {
7832
7832
proposedFee : String
7833
7833
"An AMM with an oracle driven base price will only be updated if abs(new-base-price / old-base-price - 1) >= minimum_price_change_trigger"
7834
7834
minimumPriceChangeTrigger : String !
7835
- "Factor of the fair-price that the AMM will quotes its best prices"
7835
+ "Factor of the fair-price that the AMM quotes as its best prices"
7836
7836
spread : String !
7837
7837
}
7838
7838
Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ message SubmitAMM {
470
470
}
471
471
// An AMM with an oracle driven base price will only be updated if abs(new-base-price / old-base-price - 1) >= minimum_price_change_trigger.
472
472
optional string minimum_price_change_trigger = 7 ;
473
- // Factor of the fair-price that the AMM will quotes its best prices
473
+ // Factor of the fair-price that the AMM will quote as its best prices
474
474
optional string spread = 8 ;
475
475
}
476
476
@@ -503,7 +503,7 @@ message AmendAMM {
503
503
}
504
504
// An AMM with an oracle driven base price will only be updated if abs(new-base-price / old-base-price - 1) >= minimum_price_change_trigger.
505
505
optional string minimum_price_change_trigger = 7 ;
506
- // Factor of the fair-price that the AMM will quotes its best prices
506
+ // Factor of the fair-price that the AMM will quote as its best prices
507
507
optional string spread = 8 ;
508
508
}
509
509
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ message AMM {
54
54
optional Curve upper_curve = 11 ;
55
55
// An AMM with an oracle driven base price will only be updated if abs(new-base-price / old-base-price - 1) >= minimum_price_change_trigger.
56
56
string minimum_price_change_trigger = 12 ;
57
- // Factor of the fair-price that the AMM will quotes its best prices
57
+ // Factor of the fair-price that the AMM quotes as its best prices
58
58
string spread = 13 ;
59
59
60
60
enum Status {
You can’t perform that action at this time.
0 commit comments