Skip to content

Commit e1ca664

Browse files
committed
websocket rework
1 parent 29bfe8f commit e1ca664

File tree

5 files changed

+3713
-3514
lines changed

5 files changed

+3713
-3514
lines changed

packages/wallet-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coinbase/wallet-sdk",
3-
"version": "3.9.4",
3+
"version": "3.9.6",
44
"description": "Coinbase Wallet JavaScript SDK",
55
"keywords": [
66
"cipher",

packages/wallet-sdk/src/relay/mobile/MobileRelayUI.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export class MobileRelayUI implements RelayUI {
2323

2424
setConnected(_connected: boolean) {} // no-op
2525

26-
2726
private redirectToCoinbaseWallet(walletLinkUrl?: string): void {
2827
const url = new URL('https://go.cb-w.com/walletlink');
2928

0 commit comments

Comments
 (0)