We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f827e04 + c18f726 commit a84f41fCopy full SHA for a84f41f
src/example_ws_usage.ts
@@ -1,6 +1,5 @@
1
import { Connection } from '@solana/web3.js'
2
-import { PythConnection } from './PythConnection'
3
-import { getPythClusterApiUrl, getPythProgramKeyForCluster, PythCluster, PriceStatus } from '.'
+import { getPythClusterApiUrl, getPythProgramKeyForCluster, PythCluster, PriceStatus, PythConnection } from '.'
4
5
const PYTHNET_CLUSTER_NAME: PythCluster = 'pythnet'
6
const connection = new Connection(getPythClusterApiUrl(PYTHNET_CLUSTER_NAME))
0 commit comments