File tree Expand file tree Collapse file tree 4 files changed +24
-6
lines changed Expand file tree Collapse file tree 4 files changed +24
-6
lines changed Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change 1
- import { Tabs } from " nextra/components" ;
1
+ import { Tabs , Callout } from " nextra/components" ;
2
2
import AddressSvmTable from " ../../../components/AddressSvmTable" ;
3
3
4
- Express Relay is currently deployed on the following SVM networks :
4
+ Express Relay is currently deployed on the following SVM environments :
5
5
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 >
7
13
8
14
<Tabs.Tab >
9
15
Auction Server endpoint: https://per-staging.dourolabs.app/
Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change 1
1
import { Cards , Card } from " nextra/components" ;
2
2
import CodeIcon from " ../../components/icons/CodeIcon" ;
3
3
4
- # Integrating as a Searcher
4
+ # How to Integrate Express Relay as a Searcher
5
5
6
6
Express Relay allows searchers to integrate once and access all existing and future opportunities across integrated DeFi protocols.
7
7
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
19
19
<Cards >
20
20
<Card
21
21
icon = { <CodeIcon />}
22
- title = " Integrate with Express Relay on EVM"
22
+ title = " Integrate with Express Relay on EVM Chains "
23
23
href = " /express-relay/integrate-as-searcher/evm"
24
24
/>
25
25
26
26
<Card
27
27
icon = { <CodeIcon />}
28
- title = " Integrate with Express Relay on SVM"
28
+ title = " Integrate with Express Relay on SVM Chains "
29
29
href = " /express-relay/integrate-as-searcher/svm"
30
30
/>
31
31
</Cards >
You can’t perform that action at this time.
0 commit comments