Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit d9f1263

Browse files
committed
re-enable a test
1 parent ada0970 commit d9f1263

File tree

2 files changed

+125
-154
lines changed

2 files changed

+125
-154
lines changed

solana/ts/src/protocol/matchingEngine.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ import {
2828
SolanaTransaction,
2929
SolanaUnsignedTransaction,
3030
} from "@wormhole-foundation/sdk-solana";
31-
import { AuctionParameters, MatchingEngineProgram, ProgramId } from "../matchingEngine";
31+
import {
32+
AuctionInfo,
33+
AuctionParameters,
34+
MatchingEngineProgram,
35+
ProgramId,
36+
} from "../matchingEngine";
3237

3338
export interface SolanaMatchingEngineContracts {
3439
matchingEngine: string;

0 commit comments

Comments
 (0)