Skip to content

Commit de58f9d

Browse files
committed
rate limits mocks
1 parent 5caf6ec commit de58f9d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

public/api/ccip/v1/openapi.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2010,11 +2010,13 @@
20102010
"type": "object",
20112011
"properties": {
20122012
"hasCustomFinality": {
2013-
"type": ["boolean", "null"],
2013+
"type": "boolean",
2014+
"nullable": true,
20142015
"description": "Whether custom finality is enabled (derived from minBlockConfirmation > 0). Null if data is unavailable."
20152016
},
20162017
"minBlockConfirmation": {
2017-
"type": ["integer", "null"],
2018+
"type": "integer",
2019+
"nullable": true,
20182020
"description": "Minimum block confirmations required. Null if data is unavailable."
20192021
}
20202022
}
@@ -2071,11 +2073,13 @@
20712073
"description": "Finality data for a token on a specific chain",
20722074
"properties": {
20732075
"hasCustomFinality": {
2074-
"type": ["boolean", "null"],
2076+
"type": "boolean",
2077+
"nullable": true,
20752078
"description": "Whether custom finality is enabled (derived from minBlockConfirmation > 0). Null if data is unavailable."
20762079
},
20772080
"minBlockConfirmation": {
2078-
"type": ["integer", "null"],
2081+
"type": "integer",
2082+
"nullable": true,
20792083
"description": "Minimum block confirmations required. Null if data is unavailable."
20802084
}
20812085
}

0 commit comments

Comments
 (0)