1
0
mirror of https://github.com/fluencelabs/js-libp2p synced 2025-03-31 06:41:08 +00:00
Vasco Santos 8506414ea1
chore: config types and dependencies update ()
BREAKING CHANGES:

top level types were updated, multiaddr@9.0.0 is used, dialer and keychain internal property names changed and connectionManager minPeers is not supported anymore
2021-04-15 09:40:02 +02:00

8 lines
205 B
JavaScript

'use strict'
const { Multiaddr } = require('multiaddr')
module.exports.MULTIADDRS_WEBSOCKETS = [
new Multiaddr('/ip4/127.0.0.1/tcp/15001/ws/p2p/12D3KooWHFKTMzwerBtsVmtz4ZZEQy2heafxzWw6wNn5PPYkBxJ5')
]