Skip to content

Commit

Permalink
chore(deps): bump @libp2p/circuit-relay-v2 from 2.1.5 to 3.1.3 (#266)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: droak <[email protected]>
  • Loading branch information
dependabot[bot] and d-roak authored Dec 8, 2024
1 parent 4168699 commit 1828da0
Show file tree
Hide file tree
Showing 3 changed files with 1,010 additions and 1,017 deletions.
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@chainsafe/libp2p-yamux": "^7.0.1",
"@libp2p/autonat": "^2.0.6",
"@libp2p/bootstrap": "^11.0.6",
"@libp2p/circuit-relay-v2": "^2.1.2",
"@libp2p/circuit-relay-v2": "^3.1.3",
"@libp2p/crypto": "^5.0.5",
"@libp2p/dcutr": "^2.0.6",
"@libp2p/devtools-metrics": "^1.1.5",
Expand Down
1 change: 0 additions & 1 deletion packages/network/src/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export class DRPNetworkNode {
streamMuxers: [yamux()],
transports: [
circuitRelayTransport({
discoverRelays: 2,
reservationConcurrency: 1,
}),
webRTC(),
Expand Down
Loading

0 comments on commit 1828da0

Please sign in to comment.