From afa9ba07250b26ba72f611969528620b956e793e Mon Sep 17 00:00:00 2001 From: Alex Karys Date: Tue, 20 Aug 2024 19:37:54 -0400 Subject: [PATCH] Update becomeQuoter.md --- docs/contracts/uniswapx/guides/becomeQuoter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contracts/uniswapx/guides/becomeQuoter.md b/docs/contracts/uniswapx/guides/becomeQuoter.md index 8c537e991..ca82f1775 100644 --- a/docs/contracts/uniswapx/guides/becomeQuoter.md +++ b/docs/contracts/uniswapx/guides/becomeQuoter.md @@ -72,7 +72,7 @@ If you are an onboarded quoter who is currently disabled by the circuit breaker, method: POST content-type: application/json data: { - blockUntil: "timestamp - the timestamp that this quoter is disabled until" + blockUntilTimestamp: "timestamp - the timestamp that this quoter is disabled until" } ```