Skip to content

Commit 62039cf

Browse files
fix: proper number parsing for chunking (#2539)
* fix: proper number parsing for chunking * chore: cleanup * refactor: allow parralel broadcasting * chore: bump version --------- Co-authored-by: Ali Behjati <[email protected]>
1 parent a258bdb commit 62039cf

File tree

3 files changed

+255
-559
lines changed

3 files changed

+255
-559
lines changed

apps/price_pusher/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/price-pusher",
3-
"version": "9.2.0",
3+
"version": "9.3.0",
44
"description": "Pyth Price Pusher",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",
@@ -61,8 +61,8 @@
6161
"dependencies": {
6262
"@coral-xyz/anchor": "^0.30.0",
6363
"@injectivelabs/networks": "1.14.47",
64-
"@injectivelabs/utils": "^1.14.47",
65-
"@injectivelabs/sdk-ts": "1.14.49",
64+
"@injectivelabs/utils": "^1.14.48",
65+
"@injectivelabs/sdk-ts": "1.14.50",
6666
"@mysten/sui": "^1.3.0",
6767
"@pythnetwork/hermes-client": "^1.3.1",
6868
"@pythnetwork/price-service-sdk": "workspace:^",

0 commit comments

Comments
 (0)