Skip to content

Commit 6dcc6f5

Browse files
authored
Add params for relayer endpoint (#293)
1 parent a1a7c0a commit 6dcc6f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/routes/relayer/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export async function relayTransaction(fastify: FastifyInstance) {
110110
description: "Relay an EIP-2771 meta-transaction",
111111
tags: ["Relayer"],
112112
operationId: "relay",
113+
params: ParamsSchema,
113114
body: BodySchema,
114115
response: {
115116
...standardResponseSchema,

0 commit comments

Comments
 (0)