Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 1d04426

Browse files
committed
chore: fix up interop tests
1 parent 86d9775 commit 1d04426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ipfs-cli/src/commands/daemon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = {
105105
print(`HTTP API listening on ${apiServer.info.ma}`)
106106
})
107107
// @ts-ignore - _grpcServer is possibly undefined
108-
print(`gRPC listening on ${daemon._grpcServer.multiaddr}`)
108+
print(`gRPC listening on ${daemon._grpcServer.info.ma}`)
109109
// @ts-ignore - _httpGateway is possibly undefined
110110
daemon._httpGateway._gatewayServers.forEach(gatewayServer => {
111111
print(`Gateway (read only) listening on ${gatewayServer.info.ma}`)

packages/ipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"ipfs-client": "^0.3.4",
5757
"ipfs-core-types": "^0.3.1",
5858
"ipfs-http-client": "^49.0.4",
59-
"ipfs-interop": "^4.0.3",
59+
"ipfs-interop": "ipfs/interop#chore/use-ipfsd-ctl-branch-with-http-client-create",
6060
"ipfs-utils": "^6.0.4",
6161
"ipfsd-ctl": "ipfs/js-ipfsd-ctl#chore/switch-to-create-for-http-client",
6262
"iso-url": "^1.0.0",

0 commit comments

Comments
 (0)