File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,14 +139,14 @@ jobs:
139139 # Extract package versions from the parent package.json
140140 SDK_VERSION=$(node -e "console.log(require('../package.json').version)")
141141 LONG_VERSION=$(node -e "console.log(require('../package.json').dependencies.long)")
142- PROTO_VERSION=$(node -e "console.log(require('../package.json').dependencies['@hashgraph /proto'])")
142+ PROTO_VERSION=$(node -e "console.log(require('../package.json').dependencies['@hiero-ledger /proto'])")
143143
144144 echo "Using SDK version: ${SDK_VERSION}"
145145 echo "Using long version: ${LONG_VERSION}"
146146 echo "Using proto version: ${PROTO_VERSION}"
147147
148148 # Install with the extracted versions
149- pnpm add @hashgraph /sdk@^${SDK_VERSION} long@${LONG_VERSION} @hashgraph /proto@${PROTO_VERSION}
149+ pnpm add @hiero-ledger /sdk@^${SDK_VERSION} long@${LONG_VERSION} @hiero-ledger /proto@${PROTO_VERSION}
150150 pnpm install
151151 nohup pnpm start &
152152 server_pid=$!
You can’t perform that action at this time.
0 commit comments