diff --git a/src/example_ws_usage.ts b/src/example_ws_usage.ts index 7e152dd..30156e2 100644 --- a/src/example_ws_usage.ts +++ b/src/example_ws_usage.ts @@ -1,6 +1,5 @@ import { Connection } from '@solana/web3.js' -import { PythConnection } from './PythConnection' -import { getPythClusterApiUrl, getPythProgramKeyForCluster, PythCluster, PriceStatus } from '.' +import { getPythClusterApiUrl, getPythProgramKeyForCluster, PythCluster, PriceStatus, PythConnection } from '.' const PYTHNET_CLUSTER_NAME: PythCluster = 'pythnet' const connection = new Connection(getPythClusterApiUrl(PYTHNET_CLUSTER_NAME))