Skip to content

Commit a4cef11

Browse files
committed
address comments
1 parent 6fba91c commit a4cef11

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Contract Addresses
2+
3+
This section covers the contract addresses for Express Relay on different networks. Please navigate to the relevant section below.
4+
5+
- [EVM](contract-addresses/evm)
6+
- [SVM](contract-addresses/svm)

pages/express-relay/contract-addresses/svm.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
import { Tabs } from "nextra/components";
1+
import { Tabs, Callout } from "nextra/components";
22
import AddressSvmTable from "../../../components/AddressSvmTable";
33

4-
Express Relay is currently deployed on the following SVM networks:
4+
Express Relay is currently deployed on the following SVM environments:
55

6-
<Tabs items={['Testing']}>
6+
<Tabs items={['Solana Mainnet-Beta Testing']}>
7+
8+
<Callout type="warning" emoji="⚠️">
9+
To simulate real performance conditions and activity, the staging/testing
10+
environment for Solana is on the mainnet-beta network. This environment is not
11+
for production use and should only be used for testing.
12+
</Callout>
713

814
<Tabs.Tab>
915
Auction Server endpoint: https://per-staging.dourolabs.app/

pages/express-relay/errors.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Error Codes
2+
3+
This section covers error codes one may run into during integration. Please see the relevant section below for the environment of interest.
4+
5+
- [EVM](errors/evm)
6+
- [SVM](errors/svm)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Cards, Card } from "nextra/components";
22
import CodeIcon from "../../components/icons/CodeIcon";
33

4-
# Integrating as a Searcher
4+
# How to Integrate Express Relay as a Searcher
55

66
Express Relay allows searchers to integrate once and access all existing and future opportunities across integrated DeFi protocols.
77
Searchers **bid** on these opportunities exposed by Express Relay.
@@ -19,13 +19,13 @@ Searchers can integrate with Express Relay on Ethereum Virtual Machine (EVM) and
1919
<Cards>
2020
<Card
2121
icon={<CodeIcon />}
22-
title="Integrate with Express Relay on EVM"
22+
title="Integrate with Express Relay on EVM Chains"
2323
href="/express-relay/integrate-as-searcher/evm"
2424
/>
2525

2626
<Card
2727
icon={<CodeIcon />}
28-
title="Integrate with Express Relay on SVM"
28+
title="Integrate with Express Relay on SVM Chains"
2929
href="/express-relay/integrate-as-searcher/svm"
3030
/>
3131
</Cards>

0 commit comments

Comments
 (0)