Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 30160a7

Browse files
victorbdaviddias
authored andcommitted
fix: add multiaddrs for API and Gateway
1 parent eb93377 commit 30160a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/swarm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ module.exports = (common) => {
114114
return {
115115
Addresses: {
116116
Swarm: addresses,
117-
API: null,
118-
Gateway: null
117+
API: '/ip4/127.0.0.1/tcp/0',
118+
Gateway: '/ip4/127.0.0.1/tcp/0'
119119
}
120120
}
121121
}

0 commit comments

Comments
 (0)