Sfoglia il codice sorgente

Fix workspace references

Connor Prussin 1 anno fa
parent
commit
51d5217a57

+ 4 - 4
apps/price_pusher/package.json

@@ -55,11 +55,11 @@
     "@injectivelabs/networks": "^1.14.6",
     "@injectivelabs/sdk-ts": "1.10.72",
     "@mysten/sui.js": "^0.49.1",
-    "@pythnetwork/price-service-client": "*",
+    "@pythnetwork/price-service-client": "workspace:*",
     "@pythnetwork/price-service-sdk": "workspace:^",
-    "@pythnetwork/pyth-sdk-solidity": "*",
-    "@pythnetwork/pyth-solana-receiver": "*",
-    "@pythnetwork/pyth-sui-js": "*",
+    "@pythnetwork/pyth-sdk-solidity": "workspace:*",
+    "@pythnetwork/pyth-solana-receiver": "workspace:*",
+    "@pythnetwork/pyth-sui-js": "workspace:*",
     "@pythnetwork/solana-utils": "workspace:*",
     "@truffle/hdwallet-provider": "^2.1.3",
     "aptos": "^1.8.5",

+ 4 - 4
contract_manager/package.json

@@ -29,11 +29,11 @@
     "@mysten/sui.js": "^0.49.1",
     "@pythnetwork/client": "^2.21.0",
     "@pythnetwork/contract-manager": "workspace:*",
-    "@pythnetwork/cosmwasm-deploy-tools": "*",
-    "@pythnetwork/entropy-sdk-solidity": "*",
-    "@pythnetwork/price-service-client": "*",
+    "@pythnetwork/cosmwasm-deploy-tools": "workspace:*",
+    "@pythnetwork/entropy-sdk-solidity": "workspace:*",
+    "@pythnetwork/price-service-client": "workspace:*",
     "@pythnetwork/pyth-sdk-solidity": "workspace:^",
-    "@pythnetwork/pyth-sui-js": "*",
+    "@pythnetwork/pyth-sui-js": "workspace:*",
     "@pythnetwork/solana-utils": "workspace:^",
     "@pythnetwork/xc-admin-common": "workspace:*",
     "@sqds/mesh": "^1.0.6",

+ 4 - 4
express_relay/examples/easy_lend/package.json

@@ -21,11 +21,11 @@
   },
   "dependencies": {
     "@openzeppelin/contracts": "^4.5.0",
-    "@pythnetwork/express-relay-evm-js": "*",
-    "@pythnetwork/express-relay-sdk-solidity": "*",
+    "@pythnetwork/express-relay-evm-js": "workspace:*",
+    "@pythnetwork/express-relay-sdk-solidity": "workspace:*",
     "@pythnetwork/price-service-client": "workspace:^",
-    "@pythnetwork/pyth-evm-js": "*",
-    "@pythnetwork/pyth-sdk-solidity": "*",
+    "@pythnetwork/pyth-evm-js": "workspace:*",
+    "@pythnetwork/pyth-sdk-solidity": "workspace:*",
     "ts-node": "^10.9.1",
     "typescript": "^5.3.3",
     "viem": "^2.7.6"

+ 1 - 1
express_relay/sdk/js/package.json

@@ -42,7 +42,7 @@
     "ws": "^8.16.0"
   },
   "devDependencies": {
-    "@pythnetwork/pyth-evm-js": "*",
+    "@pythnetwork/pyth-evm-js": "workspace:*",
     "@types/node": "^20.12.7",
     "@types/yargs": "^17.0.10",
     "@typescript-eslint/eslint-plugin": "^6.0.0",

+ 1 - 1
express_relay/sdk/solidity/package.json

@@ -29,6 +29,6 @@
   "devDependencies": {
     "prettier": "^2.7.1",
     "prettier-plugin-solidity": "^1.0.0-rc.1",
-    "abi_generator": "*"
+    "abi_generator": "workspace:*"
   }
 }

+ 1 - 1
governance/xc_admin/packages/crank_executor/package.json

@@ -23,7 +23,7 @@
     "@coral-xyz/anchor": "^0.29.0",
     "@project-serum/anchor": "^0.25.0",
     "@pythnetwork/client": "^2.9.0",
-    "@pythnetwork/xc-admin-common": "*",
+    "@pythnetwork/xc-admin-common": "workspace:*",
     "@solana/web3.js": "^1.73.0",
     "@sqds/mesh": "^1.0.6",
     "ts-node": "^10.9.1"

+ 1 - 1
governance/xc_admin/packages/crank_pythnet_relayer/package.json

@@ -25,6 +25,6 @@
     "@solana/web3.js": "^1.73.0",
     "@sqds/mesh": "^1.0.6",
     "ts-node": "^10.9.1",
-    "@pythnetwork/xc-admin-common": "*"
+    "@pythnetwork/xc-admin-common": "workspace:*"
   }
 }

+ 1 - 1
governance/xc_admin/packages/proposer_server/package.json

@@ -21,7 +21,7 @@
   "dependencies": {
     "@coral-xyz/anchor": "^0.29.0",
     "@pythnetwork/client": "^2.17.0",
-    "@pythnetwork/xc-admin-common": "*",
+    "@pythnetwork/xc-admin-common": "workspace:*",
     "@solana/web3.js": "^1.76.0",
     "@sqds/mesh": "^1.0.6",
     "@types/cors": "^2.8.17",

+ 2 - 2
governance/xc_admin/packages/xc_admin_cli/package.json

@@ -24,9 +24,9 @@
     "@ledgerhq/hw-transport": "^6.27.10",
     "@ledgerhq/hw-transport-node-hid": "^6.27.10",
     "@pythnetwork/client": "^2.9.0",
-    "@pythnetwork/pyth-solana-receiver": "*",
+    "@pythnetwork/pyth-solana-receiver": "workspace:*",
     "@pythnetwork/solana-utils": "workspace:^",
-    "@pythnetwork/xc-admin-common": "*",
+    "@pythnetwork/xc-admin-common": "workspace:*",
     "@solana/spl-token": "^0.3.7",
     "@solana/web3.js": "^1.73.0",
     "@sqds/mesh": "^1.0.6",

+ 2 - 2
governance/xc_admin/packages/xc_admin_common/package.json

@@ -31,8 +31,8 @@
     "@injectivelabs/token-metadata": "~1.10.42",
     "@project-serum/anchor": "^0.25.0",
     "@pythnetwork/client": "^2.17.0",
-    "@pythnetwork/pyth-solana-receiver": "*",
-    "@pythnetwork/solana-utils": "*",
+    "@pythnetwork/pyth-solana-receiver": "workspace:*",
+    "@pythnetwork/solana-utils": "workspace:*",
     "@solana/buffer-layout": "^4.0.1",
     "@solana/web3.js": "^1.73.0",
     "@sqds/mesh": "^1.0.6",

+ 1 - 1
governance/xc_admin/packages/xc_admin_frontend/package.json

@@ -13,7 +13,7 @@
     "@headlessui/react": "^1.7.7",
     "@pythnetwork/client": "^2.21.0",
     "@pythnetwork/solana-utils": "workspace:^",
-    "@pythnetwork/xc-admin-common": "*",
+    "@pythnetwork/xc-admin-common": "workspace:*",
     "@radix-ui/react-label": "^2.0.0",
     "@radix-ui/react-tooltip": "^1.0.3",
     "@solana/spl-token": "^0.3.7",

+ 41 - 41
pnpm-lock.yaml

@@ -95,19 +95,19 @@ importers:
         specifier: ^0.49.1
         version: 0.49.1
       '@pythnetwork/price-service-client':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../price_service/client/js
       '@pythnetwork/price-service-sdk':
         specifier: workspace:^
         version: link:../../price_service/sdk/js
       '@pythnetwork/pyth-sdk-solidity':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../target_chains/ethereum/sdk/solidity
       '@pythnetwork/pyth-solana-receiver':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../target_chains/solana/sdk/js/pyth_solana_receiver
       '@pythnetwork/pyth-sui-js':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../target_chains/sui/sdk/js
       '@pythnetwork/solana-utils':
         specifier: workspace:*
@@ -201,19 +201,19 @@ importers:
         specifier: workspace:*
         version: 'link:'
       '@pythnetwork/cosmwasm-deploy-tools':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../target_chains/cosmwasm/tools
       '@pythnetwork/entropy-sdk-solidity':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../target_chains/ethereum/entropy_sdk/solidity
       '@pythnetwork/price-service-client':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../price_service/client/js
       '@pythnetwork/pyth-sdk-solidity':
         specifier: workspace:^
         version: link:../target_chains/ethereum/sdk/solidity
       '@pythnetwork/pyth-sui-js':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../target_chains/sui/sdk/js
       '@pythnetwork/solana-utils':
         specifier: workspace:^
@@ -268,19 +268,19 @@ importers:
         specifier: ^4.5.0
         version: 4.8.1
       '@pythnetwork/express-relay-evm-js':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../sdk/js
       '@pythnetwork/express-relay-sdk-solidity':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../sdk/solidity
       '@pythnetwork/price-service-client':
         specifier: workspace:^
         version: link:../../../price_service/client/js
       '@pythnetwork/pyth-evm-js':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../target_chains/ethereum/sdk/js
       '@pythnetwork/pyth-sdk-solidity':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../target_chains/ethereum/sdk/solidity
       ts-node:
         specifier: ^10.9.1
@@ -330,7 +330,7 @@ importers:
         version: 8.16.0(bufferutil@4.0.7)(utf-8-validate@5.0.10)
     devDependencies:
       '@pythnetwork/pyth-evm-js':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../target_chains/ethereum/sdk/js
       '@types/node':
         specifier: ^20.12.7
@@ -363,7 +363,7 @@ importers:
   express_relay/sdk/solidity:
     devDependencies:
       abi_generator:
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../target_chains/ethereum/abi_generator
       prettier:
         specifier: ^2.7.1
@@ -460,7 +460,7 @@ importers:
         specifier: ^2.9.0
         version: 2.21.0(@solana/web3.js@1.90.0)
       '@pythnetwork/xc-admin-common':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../xc_admin_common
       '@solana/web3.js':
         specifier: ^1.73.0
@@ -488,7 +488,7 @@ importers:
         specifier: ^2.9.0
         version: 2.21.0(@solana/web3.js@1.90.0)
       '@pythnetwork/xc-admin-common':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../xc_admin_common
       '@solana/web3.js':
         specifier: ^1.73.0
@@ -509,7 +509,7 @@ importers:
         specifier: ^2.17.0
         version: 2.21.0(@solana/web3.js@1.90.0)
       '@pythnetwork/xc-admin-common':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../xc_admin_common
       '@solana/web3.js':
         specifier: ^1.76.0
@@ -546,13 +546,13 @@ importers:
         specifier: ^2.9.0
         version: 2.21.0(@solana/web3.js@1.90.0)
       '@pythnetwork/pyth-solana-receiver':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../../target_chains/solana/sdk/js/pyth_solana_receiver
       '@pythnetwork/solana-utils':
         specifier: workspace:^
         version: link:../../../../target_chains/solana/sdk/js/solana_utils
       '@pythnetwork/xc-admin-common':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../xc_admin_common
       '@solana/spl-token':
         specifier: ^0.3.7
@@ -591,10 +591,10 @@ importers:
         specifier: ^2.17.0
         version: 2.21.0(@solana/web3.js@1.90.0)
       '@pythnetwork/pyth-solana-receiver':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../../target_chains/solana/sdk/js/pyth_solana_receiver
       '@pythnetwork/solana-utils':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../../target_chains/solana/sdk/js/solana_utils
       '@solana/buffer-layout':
         specifier: ^4.0.1
@@ -658,7 +658,7 @@ importers:
         specifier: workspace:^
         version: link:../../../../target_chains/solana/sdk/js/solana_utils
       '@pythnetwork/xc-admin-common':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../xc_admin_common
       '@radix-ui/react-label':
         specifier: ^2.0.0
@@ -767,7 +767,7 @@ importers:
   price_service/client/js:
     dependencies:
       '@pythnetwork/price-service-sdk':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../sdk/js
       '@types/ws':
         specifier: ^8.5.3
@@ -899,7 +899,7 @@ importers:
   target_chains/aptos/sdk/js:
     dependencies:
       '@pythnetwork/price-service-client':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../../price_service/client/js
       aptos:
         specifier: ^1.3.14
@@ -963,10 +963,10 @@ importers:
         specifier: ^1.38.0
         version: 1.38.0
       '@pythnetwork/contract-manager':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../contract_manager
       '@pythnetwork/cosmwasm-deploy-tools':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../tools
       '@pythnetwork/xc-admin-common':
         specifier: workspace:^
@@ -1024,10 +1024,10 @@ importers:
         specifier: ^1.38.0
         version: 1.38.0
       '@pythnetwork/price-service-client':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../price_service/client/js
       '@pythnetwork/xc-admin-common':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../governance/xc_admin/packages/xc_admin_common
       '@terra-money/terra.js':
         specifier: ^3.1.10
@@ -1118,19 +1118,19 @@ importers:
         specifier: ^1.22.1
         version: 1.22.1(@nomiclabs/hardhat-ethers@2.2.2)(@nomiclabs/hardhat-etherscan@3.1.7)(ethers@5.7.2)(hardhat@2.12.6)
       '@pythnetwork/contract-manager':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../contract_manager
       '@pythnetwork/entropy-sdk-solidity':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../entropy_sdk/solidity
       '@pythnetwork/pyth-multisig-wh-message-builder':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../governance/multisig_wh_message_builder
       '@pythnetwork/pyth-sdk-solidity':
         specifier: ^3.0.0
         version: link:../sdk/solidity
       '@pythnetwork/xc-admin-common':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../governance/xc_admin/packages/xc_admin_common
       dotenv:
         specifier: ^10.0.0
@@ -1212,7 +1212,7 @@ importers:
   target_chains/ethereum/entropy_sdk/solidity:
     devDependencies:
       abi_generator:
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../abi_generator
       prettier:
         specifier: ^2.7.1
@@ -1224,10 +1224,10 @@ importers:
   target_chains/ethereum/examples/coin_flip/app:
     dependencies:
       '@pythnetwork/pyth-evm-js':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../sdk/js
       '@pythnetwork/pyth-sdk-solidity':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../sdk/solidity
       '@truffle/hdwallet-provider':
         specifier: ^2.1.15
@@ -1267,14 +1267,14 @@ importers:
   target_chains/ethereum/sdk/js:
     dependencies:
       '@pythnetwork/price-service-client':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../../price_service/client/js
       buffer:
         specifier: ^6.0.3
         version: 6.0.3
     devDependencies:
       '@pythnetwork/pyth-sdk-solidity':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../solidity
       '@truffle/hdwallet-provider':
         specifier: ^2.1.5
@@ -1325,7 +1325,7 @@ importers:
   target_chains/ethereum/sdk/solidity:
     devDependencies:
       abi_generator:
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../abi_generator
       prettier:
         specifier: ^2.7.1
@@ -1349,7 +1349,7 @@ importers:
         specifier: '>=1.6.0'
         version: link:../../../../../price_service/sdk/js
       '@pythnetwork/solana-utils':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../solana_utils
       '@solana/web3.js':
         specifier: ^1.90.0
@@ -1438,7 +1438,7 @@ importers:
         specifier: ^2.17.0
         version: 2.21.0(@solana/web3.js@1.90.0)
       '@pythnetwork/contract-manager':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../contract_manager
       '@pythnetwork/price-service-client':
         specifier: ^1.4.0
@@ -1469,7 +1469,7 @@ importers:
         specifier: ^0.49.1
         version: 0.49.1
       '@pythnetwork/price-service-client':
-        specifier: '*'
+        specifier: workspace:*
         version: link:../../../../price_service/client/js
       buffer:
         specifier: ^6.0.3

+ 1 - 1
price_service/client/js/package.json

@@ -48,7 +48,7 @@
     "yargs": "^17.4.1"
   },
   "dependencies": {
-    "@pythnetwork/price-service-sdk": "*",
+    "@pythnetwork/price-service-sdk": "workspace:*",
     "@types/ws": "^8.5.3",
     "axios": "^1.5.1",
     "axios-retry": "^4.0.0",

+ 1 - 1
target_chains/aptos/sdk/js/package.json

@@ -52,7 +52,7 @@
     "yargs": "^17.4.1"
   },
   "dependencies": {
-    "@pythnetwork/price-service-client": "*",
+    "@pythnetwork/price-service-client": "workspace:*",
     "aptos": "^1.3.14",
     "buffer": "^6.0.3"
   }

+ 2 - 2
target_chains/cosmwasm/deploy-scripts/package.json

@@ -14,8 +14,8 @@
   "dependencies": {
     "@cosmjs/crypto": "^0.32.3",
     "@ltd/j-toml": "^1.38.0",
-    "@pythnetwork/contract-manager": "*",
-    "@pythnetwork/cosmwasm-deploy-tools": "*",
+    "@pythnetwork/contract-manager": "workspace:*",
+    "@pythnetwork/cosmwasm-deploy-tools": "workspace:*",
     "@pythnetwork/xc-admin-common": "workspace:^",
     "adm-zip": "^0.5.10",
     "node-downloader-helper": "^2.1.7",

+ 2 - 2
target_chains/cosmwasm/tools/package.json

@@ -20,8 +20,8 @@
     "@injectivelabs/networks": "^1.14.6",
     "@injectivelabs/sdk-ts": "1.14.7",
     "@ltd/j-toml": "^1.38.0",
-    "@pythnetwork/price-service-client": "*",
-    "@pythnetwork/xc-admin-common": "*",
+    "@pythnetwork/price-service-client": "workspace:*",
+    "@pythnetwork/xc-admin-common": "workspace:*",
     "@terra-money/terra.js": "^3.1.10",
     "adm-zip": "^0.5.10",
     "chain-registry": "^1.45.1",

+ 4 - 4
target_chains/ethereum/contracts/package.json

@@ -34,10 +34,10 @@
     "@openzeppelin/contracts": "^4.5.0",
     "@openzeppelin/contracts-upgradeable": "^4.5.2",
     "@openzeppelin/hardhat-upgrades": "^1.22.1",
-    "@pythnetwork/pyth-multisig-wh-message-builder": "*",
+    "@pythnetwork/pyth-multisig-wh-message-builder": "workspace:*",
     "@pythnetwork/pyth-sdk-solidity": "^3.0.0",
-    "@pythnetwork/entropy-sdk-solidity": "*",
-    "@pythnetwork/contract-manager": "*",
+    "@pythnetwork/entropy-sdk-solidity": "workspace:*",
+    "@pythnetwork/contract-manager": "workspace:*",
     "dotenv": "^10.0.0",
     "elliptic": "^6.5.2",
     "ethers": "^5.7.2",
@@ -52,7 +52,7 @@
     "web3": "^1.2.2",
     "web3-eth-abi": "^1.2.2",
     "web3-utils": "^1.2.2",
-    "@pythnetwork/xc-admin-common": "*",
+    "@pythnetwork/xc-admin-common": "workspace:*",
     "zksync-web3": "^0.13.4"
   }
 }

+ 1 - 1
target_chains/ethereum/entropy_sdk/solidity/package.json

@@ -29,6 +29,6 @@
   "devDependencies": {
     "prettier": "^2.7.1",
     "prettier-plugin-solidity": "^1.0.0-rc.1",
-    "abi_generator": "*"
+    "abi_generator": "workspace:*"
   }
 }

+ 2 - 2
target_chains/ethereum/examples/coin_flip/app/package.json

@@ -3,8 +3,8 @@
   "version": "0.1.0",
   "private": true,
   "dependencies": {
-    "@pythnetwork/pyth-evm-js": "*",
-    "@pythnetwork/pyth-sdk-solidity": "*",
+    "@pythnetwork/pyth-evm-js": "workspace:*",
+    "@pythnetwork/pyth-sdk-solidity": "workspace:*",
     "@truffle/hdwallet-provider": "^2.1.15",
     "@types/jest": "^27.5.2",
     "@types/node": "^16.11.64",

+ 2 - 2
target_chains/ethereum/sdk/js/package.json

@@ -37,7 +37,7 @@
   ],
   "license": "Apache-2.0",
   "devDependencies": {
-    "@pythnetwork/pyth-sdk-solidity": "*",
+    "@pythnetwork/pyth-sdk-solidity": "workspace:*",
     "@truffle/hdwallet-provider": "^2.1.5",
     "@types/ethereum-protocol": "^1.0.2",
     "@types/jest": "^29.4.0",
@@ -55,7 +55,7 @@
     "yargs": "^17.4.1"
   },
   "dependencies": {
-    "@pythnetwork/price-service-client": "*",
+    "@pythnetwork/price-service-client": "workspace:*",
     "buffer": "^6.0.3"
   }
 }

+ 1 - 1
target_chains/ethereum/sdk/solidity/package.json

@@ -25,7 +25,7 @@
   },
   "homepage": "https://github.com/pyth-network/pyth-crosschain/tree/main/target_chains/ethereum/sdk/solidity",
   "devDependencies": {
-    "abi_generator": "*",
+    "abi_generator": "workspace:*",
     "prettier": "^2.7.1",
     "prettier-plugin-solidity": "^1.0.0-rc.1",
     "solc": "^0.8.25"

+ 1 - 1
target_chains/solana/sdk/js/pyth_solana_receiver/package.json

@@ -45,7 +45,7 @@
     "@coral-xyz/anchor": "^0.29.0",
     "@noble/hashes": "^1.4.0",
     "@pythnetwork/price-service-sdk": ">=1.6.0",
-    "@pythnetwork/solana-utils": "*",
+    "@pythnetwork/solana-utils": "workspace:*",
     "@solana/web3.js": "^1.90.0"
   }
 }

+ 1 - 1
target_chains/sui/cli/package.json

@@ -13,7 +13,7 @@
     "@certusone/wormhole-sdk": "^0.9.12",
     "@mysten/sui.js": "^0.49.1",
     "@pythnetwork/client": "^2.17.0",
-    "@pythnetwork/contract-manager": "*",
+    "@pythnetwork/contract-manager": "workspace:*",
     "@pythnetwork/price-service-client": "^1.4.0",
     "@pythnetwork/price-service-sdk": "^1.2.0",
     "@pythnetwork/xc-admin-common": "^0.0.0",

+ 1 - 1
target_chains/sui/sdk/js/package.json

@@ -54,7 +54,7 @@
   },
   "dependencies": {
     "@mysten/sui.js": "^0.49.1",
-    "@pythnetwork/price-service-client": "*",
+    "@pythnetwork/price-service-client": "workspace:*",
     "buffer": "^6.0.3"
   }
 }