Skip to content

Commit

Permalink
docs(foundation): add comments to failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed Jul 15, 2024
1 parent f869a21 commit 933c9b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/foundation/src/Foundation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ describe('Given the foundation plugin', () => {
})

test('should simulate a mint with a dutch auction', async () => {
// ! fails when using live data (dutch auction not supported)
const mint = {
chainId: Chains.BASE,
contractAddress: '0x6a41fcce9d075a9f6324b626af56cf632c509ec9',
Expand Down Expand Up @@ -367,6 +368,7 @@ describe('Given the foundation plugin', () => {
})

test('should simulate a mint with an 1155 OE mint', async () => {
// ! fails when using live data (mint expired)
const mint = {
chainId: Chains.BASE,
contractAddress: '0x1d2550d198197df1a10af515cf2ea0d790889b93',
Expand Down

0 comments on commit 933c9b4

Please sign in to comment.