Skip to content

Commit

Permalink
docs: add fillDeadline to api
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Jan 16, 2025
1 parent 4c8f52f commit cfceca1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api-docs-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ paths:
"quoteBlock": "19237525",
"spokePoolAddress": "0xe35e9842fceaCA96570B734083f4a58e8F7C5f2A",
"expectedFillTimeSec": "4",
"fillDeadline": 1737033609,
"limits": {
"minDeposit": "7799819",
"maxDeposit": "22287428516241",
Expand Down Expand Up @@ -527,6 +528,10 @@ components:
description: >
The expected time (in seconds) for a fill to be made. Represents 75th percentile of the 7-day rolling average of times (updated daily). Times are dynamic by origin/destination token/chain for a given amount.
example: "4"
fillDeadline:
type: number
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.
limits:
$ref: '#/components/schemas/TransferLimits'
TransferLimits:
Expand Down

0 comments on commit cfceca1

Please sign in to comment.