Skip to content

Commit 671ca2f

Browse files
authored
explicitly bind grpc-js for fabric 2.4 connector (#1344)
Signed-off-by: fraVlaca <ocsenarf@outlook.com>
1 parent 4bbb40c commit 671ca2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/caliper-cli/lib/lib/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sut:
4343
packages: ['fabric-network@2.2.12']
4444
2.2: *fabric-v2-lts
4545
2.4:
46-
packages: ['@hyperledger/fabric-gateway@1.0.1']
46+
packages: ['@hyperledger/fabric-gateway@1.0.1', '@grpc/grpc-js@1.6.7']
4747
latest: *fabric-v1-lts
4848
latest-v2-lts: *fabric-v2-lts
4949
latest-v2: *fabric-v2-lts

0 commit comments

Comments
 (0)