We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c6e2fe + 78228c1 commit 5ac44adCopy full SHA for 5ac44ad
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pythnetwork/client",
3
- "version": "2.3.0",
+ "version": "2.3.1",
4
"description": "Client for consuming Pyth price data",
5
"homepage": "https://pyth.network",
6
"main": "lib/index.js",
src/index.ts
@@ -305,3 +305,6 @@ export const parsePriceData = (data: Buffer): PriceData => {
305
priceComponents,
306
}
307
308
+
309
+export { PythConnection } from './PythConnection';
310
+export { getPythProgramKeyForCluster } from './cluster';
0 commit comments