From c168c36c4d72ead3991f3257c4d76a2088eba033 Mon Sep 17 00:00:00 2001 From: Dong-Ha Kim Date: Thu, 16 Jan 2025 16:46:05 +0100 Subject: [PATCH] fix: `fillDeadline` example value in docs --- api-docs-openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api-docs-openapi.yaml b/api-docs-openapi.yaml index 4e2bf7011..3c7be0714 100644 --- a/api-docs-openapi.yaml +++ b/api-docs-openapi.yaml @@ -533,6 +533,7 @@ components: type: string description: > The recommended deadline (UNIX timestamp in seconds) for the relayer to fill the deposit. After this destination chain timestamp, the fill will revert on the destination chain. + example: "1737033609" limits: $ref: "#/components/schemas/TransferLimits" TransferLimits: