Skip to content

Commit 482d30e

Browse files
authored
chore: switch hashgraph to hiero-ledger packages in tck regression workflow (#22300)
1 parent b11aeb7 commit 482d30e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zxc-tck-regression.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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=$!

0 commit comments

Comments
 (0)