Skip to content

Commit a84f41f

Browse files
authored
Merge pull request #65 from pyth-network/guibescos/import-pythconnection-from-package
Make import consistent
2 parents f827e04 + c18f726 commit a84f41f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/example_ws_usage.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Connection } from '@solana/web3.js'
2-
import { PythConnection } from './PythConnection'
3-
import { getPythClusterApiUrl, getPythProgramKeyForCluster, PythCluster, PriceStatus } from '.'
2+
import { getPythClusterApiUrl, getPythProgramKeyForCluster, PythCluster, PriceStatus, PythConnection } from '.'
43

54
const PYTHNET_CLUSTER_NAME: PythCluster = 'pythnet'
65
const connection = new Connection(getPythClusterApiUrl(PYTHNET_CLUSTER_NAME))

0 commit comments

Comments
 (0)