Skip to content

Commit

Permalink
docs(fixup): update links
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha committed Jul 11, 2024
1 parent a72b45f commit 0e5a8be
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
15 changes: 15 additions & 0 deletions docs/Developers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ description: Developer related information for builders, searchers and intergrat

[Payment Methods](./payment-methods.md)

## API Endpoints and Analytics

| URL | Description |
| ---------------------------------------------------------------- | ------------------------------- |
| [eth.xga.com](https://eth.xga.com) | auction mev-boost-relay |
| [dashboard-auth.xga.com](https://dashboard-auth.xga.com) | auction dashboard, auth |
| [blockscout.xga.com](https://blockscout.xga.com) | blockscout |

Check warning on line 34 in docs/Developers/index.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (blockscout)

Check warning on line 34 in docs/Developers/index.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (blockscout)
| [rpc.xga.com](https://rpc.xga.com) | mainnet RPC |
| [op.xga.com](https://op.xga.com) | mainnet XGA RPC |
| [holesky-dashboard.xga.com](https://holesky-dashboard.xga.com) | holesky auction stash board |
| [holesky-blockscout.xga.com](https://holesky-blockscout.xga.com) | holesky blockscout |

Check warning on line 38 in docs/Developers/index.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (blockscout)

Check warning on line 38 in docs/Developers/index.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (blockscout)
| [holesky-op.xga.com](https://holesky-op.xga.com) | holesky XGA RPC |
| [holesky-eth.xga.com](https://holesky-eth.xga.com) | holesky auction mev-boost-relay |
| [holesky-rpc.xga.com](https://holesky-rpc.xga.com) | holesky RPC |

## RPC Endpoints

Holesky: https://holesky-eth.xga.com/ - Relay
Expand Down
4 changes: 2 additions & 2 deletions docs/Reference/Contracts/Auctioneer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ description: Auctioneer Contract

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/Auctioneer.sol)
!!! note
!!! note

Implements an auction mechanism for selling block space.
Implements an auction mechanism for selling block space.

## Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/Reference/Contracts/Bidder.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ title: Bidder
function getBid(uint256 slot) external view returns (uint256[] packedBids)
```

!!! info
!!! info

Get the bid from a bidder for a specific slot and round.

Expand Down
2 changes: 1 addition & 1 deletion docs/Reference/Contracts/SettlementHouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: SettlementHouse

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/SettlementHouse.sol)
!!! note
!!! note

A contract for managing bundles of transactions for a futures token.

Expand Down
13 changes: 13 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,19 @@ supported by Licalzi[^6], aims to mitigate dramatic underpricing.

## Suggested Links

| URL | Description |
| ---------------------------------------------------------------- | ------------------------------- |
| [eth.xga.com](https://eth.xga.com) | auction mev-boost-relay |
| [dashboard-auth.xga.com](https://dashboard-auth.xga.com) | mainnet dashboard |
| [blockscout.xga.com](https://blockscout.xga.com) | blockscout |
| [rpc.xga.com](https://rpc.xga.com) | mainnet RPC |
| [op.xga.com](https://op.xga.com) | mainnet XGA RPC |
| [holesky-dashboard.xga.com](https://holesky-dashboard.xga.com) | holesky auction stash board |
| [holesky-blockscout.xga.com](https://holesky-blockscout.xga.com) | holesky blockscout |
| [holesky-op.xga.com](https://holesky-op.xga.com) | holesky XGA RPC |
| [holesky-eth.xga.com](https://holesky-eth.xga.com) | holesky auction mev-boost-relay |
| [holesky-rpc.xga.com](https://holesky-rpc.xga.com) | holesky RPC |

## Footnotes

[^1]: Previously this was called 'above'
Expand Down

0 comments on commit 0e5a8be

Please sign in to comment.