ts client: fix imports (#898)

(cherry picked from commit 53517f876b)
This commit is contained in:
Serge Farny 2024-03-01 11:21:58 +01:00 committed by Christian Kamm
parent 0fee3d69c0
commit bc166ea54b
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,10 @@
import { AnchorProvider, BN, Program, Wallet } from '@coral-xyz/anchor';
import {
AnchorProvider,
BN,
Program,
Provider,
Wallet,
} from '@coral-xyz/anchor';
import { OpenOrders, decodeEventQueue } from '@project-serum/serum';
import {
createAccount,
@ -63,6 +69,7 @@ import {
} from './accounts/serum3';
import {
IxGateParams,
PerpEditParams,
TokenEditParams,
TokenRegisterParams,
buildIxGate,