Skip to content

Commit d67226f

Browse files
committed
fix precommit issues
1 parent e101e49 commit d67226f

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

pages/express-relay/contract-addresses.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ Express Relay is currently deployed on the following networks:
138138

139139
</Tabs.Tab>
140140
</Tabs>
141+
141142
</Tabs.Tab>
142143

143144
<Tabs.Tab>
@@ -192,5 +193,6 @@ Express Relay is currently deployed on the following networks:
192193

193194
</Tabs.Tab>
194195
</Tabs>
196+
195197
</Tabs.Tab>
196198
</Tabs>

pages/express-relay/websocket-api-reference.mdx

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ Here is an example JSON payload for submitting a new bid:
118118
</Tabs.Tab>
119119
</Tabs>
120120

121-
122121
A successful response to a bid submission has the following schema:
123122

124123
```json
@@ -292,25 +291,26 @@ Refer to the examples below, one for each of the status options in EVM and SVM:
292291
```
293292
</Tabs.Tab>
294293

295-
<Tabs.Tab>
296-
```json
297-
// expired
298-
// /// The bid expired without being submitted on chain.
299-
{
300-
"type": "bid_status_update",
301-
"status": {
302-
"id": "beedbeed-0e42-400f-a8ef-d78aa5422252",
303-
"bid_status": {
304-
// the enum for the bid_status
305-
"type": "expired",
306-
// the hash of the transaction that the bid's calldata was included in
307-
"result": "Jb2urXPyEh4xiBgzYvwEFe4q1iMxG1DNxWGGQg94AmKgqFTwLAiTiHrYiYxwHUB4DV8u5ahNEVtMMDm3sNSRdTg",
308-
}
309-
}
310-
}
311-
```
312-
</Tabs.Tab>
313-
</Tabs>
294+
<Tabs.Tab>
295+
```json
296+
// expired
297+
// /// The bid expired without being submitted on chain.
298+
{
299+
"type": "bid_status_update",
300+
"status": {
301+
"id": "beedbeed-0e42-400f-a8ef-d78aa5422252",
302+
"bid_status": {
303+
// the enum for the bid_status
304+
"type": "expired",
305+
// the hash of the transaction that the bid's calldata was included in
306+
"result": "Jb2urXPyEh4xiBgzYvwEFe4q1iMxG1DNxWGGQg94AmKgqFTwLAiTiHrYiYxwHUB4DV8u5ahNEVtMMDm3sNSRdTg",
307+
}
308+
}
309+
}
310+
```
311+
</Tabs.Tab>
312+
</Tabs>
313+
314314
</Tabs.Tab>
315315
</Tabs>
316316

0 commit comments

Comments
 (0)