We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503fa41 commit e6dd77aCopy full SHA for e6dd77a
sdk/src/adminClient.ts
@@ -84,11 +84,8 @@ import { PROGRAM_ID as PHOENIX_PROGRAM_ID } from '@ellipsis-labs/phoenix-sdk';
84
import { DRIFT_ORACLE_RECEIVER_ID } from './config';
85
import { getFeedIdUint8Array } from './util/pythOracleUtils';
86
import { FUEL_RESET_LOG_ACCOUNT } from './constants/txConstants';
87
-import {
88
- JupiterClient,
89
- QuoteResponse,
90
- SwapMode,
91
-} from './jupiter/jupiterClient';
+import { JupiterClient, QuoteResponse } from './jupiter/jupiterClient';
+import { SwapMode } from './swap/UnifiedSwapClient';
92
93
const OPENBOOK_PROGRAM_ID = new PublicKey(
94
'opnb2LAfJYbRMAHHvqjCwQxanZn7ReEHp1k81EohpZb'
0 commit comments