Skip to content

Commit

Permalink
Merge branch 'master' into contracts-generate
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Jul 1, 2024
2 parents 7e4524e + be165b4 commit f43d8c7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
6 changes: 4 additions & 2 deletions docs/Reference/Contracts/Auctioneer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ description: Auctioneer Contract

# Auctioneer.sol

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/maaster/src/Auctioneer.sol)
> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/Auctioneer.sol)
!!! note Implements an auction mechanism for selling block space.
!!! note

Implements an auction mechanism for selling block space.

## Methods

Expand Down
8 changes: 5 additions & 3 deletions docs/Reference/Contracts/Bidder.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
description: Bidder
title: Bidder
---

# Bidder.sol

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/maaster/src/Bidder.sol)
> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/Bidder.sol)
## Methods

Expand All @@ -14,7 +14,9 @@ description: Bidder
function getBid(uint256 slot) external view returns (uint256[] packedBids)
```

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

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

#### Parameters

Expand Down
4 changes: 2 additions & 2 deletions docs/Reference/Contracts/IAccountant.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
description: IAccountant
title: Interface Accountant
---

# IAccountant.sol

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/maaster/src/IAccountant.sol)
> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/IAccountant.sol)
## Methods

Expand Down
4 changes: 2 additions & 2 deletions docs/Reference/Contracts/IERC6909.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
description: ERC6909 Core Interface
title: ERC6909 Core Interface
---

# IERC6909.sol

Check warning on line 5 in docs/Reference/Contracts/IERC6909.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (IERC)

Check warning on line 5 in docs/Reference/Contracts/IERC6909.md

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (IERC)

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/maaster/src/IERC6909.sol)
> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/IERC6909.sol)
## Methods

Expand Down
6 changes: 4 additions & 2 deletions docs/Reference/Contracts/SettlementHouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ description: SettlementHouse

# SettlementHouse.sol

> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/maaster/src/SettlementHouse.sol)
> [Read code on GitHub](https://github.com/manifoldfinance/xga-auctioneer-v1/blob/master/src/SettlementHouse.sol)
!!! note A contract for managing bundles of transactions for a futures token.
!!! note

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

## Methods

Expand Down

0 comments on commit f43d8c7

Please sign in to comment.