Skip to content
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

Fix/err #1347

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix/err #1347

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
2 changes: 1 addition & 1 deletion docs/OrderValidator.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The contract is deployed to the following addresses:

Special thanks to:
- [arr00](https://github.com/arr00), who deployed an earlier version of a SeaportValidator contract which can be found [here](https://etherscan.io/address/0xF75194740067D6E4000000003b350688DD770000#code)
- [stephankmin](https://github.com/stephankmin), who extended the SeaportValidator contract to support more errors/warnings and arbitary Seaport instances with compatible versions
- [stephankmin](https://github.com/stephankmin), who extended the SeaportValidator contract to support more errors/warnings and arbitrary Seaport instances with compatible versions
- [horsefacts](https://github.com/horsefacts), who implemented support for a ready-only version of the helper contract

## Errors and Warnings
Expand Down
2 changes: 1 addition & 1 deletion test/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3112,7 +3112,7 @@ describe(`Basic buy now or accept offer flows (Seaport v${VERSION})`, function (
);
return receipt;
});
it("ERC721 <=> ERC20 (restriced match checked post-execution)", async () => {
it("ERC721 <=> ERC20 (restricted match checked post-execution)", async () => {
// Buyer mints nft
const nftId = await mint721(buyer);

Expand Down