We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3516f61 commit df17fe4Copy full SHA for df17fe4
src/server/routes/contract/subscriptions/getLatestBlock.ts
@@ -29,10 +29,10 @@ export async function getLatestBlock(fastify: FastifyInstance) {
29
method: "GET",
30
url: "/contract/subscriptions/get-last-block",
31
schema: {
32
- summary: "Get subscribed contract latest indexed block",
33
- description: "Get latest indexed block for a subscribed contract",
+ summary: "Get latest indexed block for a chain",
+ description: "Get latest indexed block for a chain",
34
tags: ["Contract-Subscriptions"],
35
- operationId: "getContractSubscriptions",
+ operationId: "getLatestBlock",
36
response: {
37
...standardResponseSchema,
38
[StatusCodes.OK]: responseSchema,
0 commit comments