File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
pages/express-relay/integrate-as-searcher Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -249,4 +249,4 @@ Consult [`Websocket API reference`](./websocket-api-reference.mdx) for more deta
249
249
250
250
</Tabs.Tab >
251
251
</Tabs >
252
- </Steps >
252
+ </Steps >
Original file line number Diff line number Diff line change 1
1
{
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"
4
4
}
5
-
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ const handleOpporunity = async (opportunity: Opportunity) => {
126
126
const bid = await generateBid (opportunity as OpportunitySvm , this .recentBlockhash [this .chainId ]);
127
127
await client .submitBid (bid );
128
128
}
129
- ````
129
+ ```
130
130
131
131
</Tabs.Tab >
132
132
<Tabs.Tab >
@@ -192,4 +192,4 @@ Consult [`Websocket API reference`](./websocket-api-reference.mdx) for more deta
192
192
193
193
</Tabs.Tab >
194
194
</Tabs >
195
- < / Steps >
195
+ </Steps >
You can’t perform that action at this time.
0 commit comments