Skip to content

Commit

Permalink
Merge pull request #243 from radixdlt/main
Browse files Browse the repository at this point in the history
Merge main to develop
  • Loading branch information
dawidsowardx authored Feb 22, 2024
2 parents b05b16d + d96dba7 commit 3273721
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@mui/material": "^5.14.0",
"@radixdlt/babylon-gateway-api-sdk": "^1.2.7",
"@radixdlt/radix-connect-schemas": "^1.2.0",
"@radixdlt/radix-connect-webrtc": "^1.0.4",
"@radixdlt/radix-connect-webrtc": "^1.2.1",
"@stitches/react": "^1.2.8",
"@types/blake2b": "^2.1.0",
"bech32": "^2.0.0",
Expand Down Expand Up @@ -112,4 +112,4 @@
"jest": "$jest"
}
}
}
}
1 change: 1 addition & 0 deletions src/chrome/offscreen/offscreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const connectorClient = ConnectorClient({
target: 'wallet',
isInitiator: config.webRTC.isInitiator,
logger,
negotiationTimeout: 10_000,
})

connectorClient.connect()
Expand Down
1 change: 1 addition & 0 deletions src/pairing/pairing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const Paring = () => {
target: 'wallet',
isInitiator: config.webRTC.isInitiator,
logger: logger.getSubLogger({ name: 'pairing' }),
negotiationTimeout: 10_000,
})

getExtensionOptions().map((options) => {
Expand Down

0 comments on commit 3273721

Please sign in to comment.