Skip to content

(fix:Express Relay)Protocol Guides Link #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/express-relay/integrate-as-protocol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ The [Contract Address](./contract-addresses.mdx) page lists the addresses of Exp

### Error Codes

The [Error Codes](./error-codes.mdx) page lists the error codes returned by Express Relay.
The [Error Codes](./errors.mdx) page lists the error codes returned by Express Relay.

### API Reference

The [API Reference](https://per-staging.dourolabs.app/redoc/) provides detailed information on Express Relay APIs for submitting opportunities.
The [API Reference](https://per-staging.dourolabs.app/redoc) provides detailed information on Express Relay APIs for submitting opportunities.
2 changes: 1 addition & 1 deletion pages/express-relay/integrate-as-searcher.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The server responds with opportunities in the following format:
### Construct the Bid

Searchers should construct a bid by evaluating the fetched opportunity.
The SDKs provide an easy way to construct a bid using the [`OpportunityAdapter`](./integrate-as-searcher/opportunity-adapter.mdx) contract.
The SDKs provide an easy way to construct a bid using the [`OpportunityAdapter`](https://github.com/pyth-network/per/blob/main/contracts/src/opportunity-adapter/OpportunityAdapter.sol) contract.
The `OpportunityAdapter` contract handles asset transfers and ensures the opportunity is executed correctly.

<Callout type="warning" emoji="⚠️">
Expand Down
Loading