ts client: fix imports (#898)

This commit is contained in:
Serge Farny 2024-03-01 11:21:58 +01:00 committed by GitHub
parent 6aa8a883f4
commit 53517f876b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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,