Skip to content

Commit 32e53eb

Browse files
chore: update OpenAPI spec from 0x-labs (#183)
Co-authored-by: byeongminP <42824048+byeongminP@users.noreply.github.com>
1 parent c805a40 commit 32e53eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fern/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6066,7 +6066,7 @@
60666066
"succeeded",
60676067
"confirmed"
60686068
],
6069-
"description": "`pending` means that the order has been queued on 0x. `submitted` means that it has been submitted onchain,`succeeded` means it has been included in a block and `confirmed` means it has at least 3 confirmations onchain"
6069+
"description": "`pending` means that the order has been queued on 0x. `submitted` means that it has been submitted onchain, `succeeded` means it has been included in a block, `confirmed` means the transaction has at least 3 confirmations onchain"
60706070
},
60716071
"transactions": {
60726072
"type": "array",
@@ -6087,7 +6087,7 @@
60876087
"required": ["hash", "timestamp"],
60886088
"additionalProperties": false
60896089
},
6090-
"description": "Details of the gasless swap transaction. If the trade is `pending`, no transaction will be returned. If `submitted`, multiple transactions may be returned, but only one will be mined. If `succeeded` and `confirmed`, the mined transaction will be returned"
6090+
"description": "Details of the gasless swap transaction. If the trade is `pending`, no transaction will be returned. If `submitted`, multiple transactions may be returned, but only one will be mined. If `succeeded` or `confirmed`, the mined transaction will be returned"
60916091
},
60926092
"zid": {
60936093
"type": "string",

0 commit comments

Comments
 (0)