Skip to content

Commit ae6e087

Browse files
committed
ugh precommit
1 parent 9019b15 commit ae6e087

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

pages/express-relay/integrate-as-searcher/evm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,4 @@ Consult [`Websocket API reference`](./websocket-api-reference.mdx) for more deta
249249

250250
</Tabs.Tab>
251251
</Tabs>
252-
</Steps>
252+
</Steps>
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"opportunity-adapter": "Prepare Assets for Opportunity Adapter",
3-
"custom-contract": "Use a Custom Contract"
2+
"opportunity-adapter": "Prepare Assets for Opportunity Adapter",
3+
"custom-contract": "Use a Custom Contract"
44
}
5-

pages/express-relay/integrate-as-searcher/svm.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const handleOpporunity = async (opportunity: Opportunity) => {
126126
const bid = await generateBid(opportunity as OpportunitySvm, this.recentBlockhash[this.chainId]);
127127
await client.submitBid(bid);
128128
}
129-
````
129+
```
130130

131131
</Tabs.Tab>
132132
<Tabs.Tab>
@@ -192,4 +192,4 @@ Consult [`Websocket API reference`](./websocket-api-reference.mdx) for more deta
192192

193193
</Tabs.Tab>
194194
</Tabs>
195-
</Steps>
195+
</Steps>

0 commit comments

Comments
 (0)