File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
wallets/galaxy-station-mobile/src/wallet-connect Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -41,21 +41,13 @@ export const GalaxyStationMobileInfo: Wallet = {
41
41
} ,
42
42
} ,
43
43
formatNativeUrl : (
44
- appUrl : string ,
44
+ _appUrl : string ,
45
45
wcUri : string ,
46
- os : OS | undefined ,
46
+ _os : OS | undefined ,
47
47
_name : string
48
48
) : string => {
49
- const plainAppUrl = appUrl . split ( ':' ) [ 0 ] ;
50
49
const encodedWcUrl = encodeURIComponent ( wcUri ) ;
51
- switch ( os ) {
52
- case 'ios' :
53
- return `https://station.hexxagon.io/wcV2?${ encodedWcUrl } ` ;
54
- case 'android' :
55
- return `https://station.hexxagon.io/wcV2?${ encodedWcUrl } ` ;
56
- default :
57
- return `https://station.hexxagon.io/wcV2?${ encodedWcUrl } ` ;
58
- }
50
+ return `https://station.hexxagon.io/wcV2?${ encodedWcUrl } ` ;
59
51
} ,
60
52
} ,
61
53
} ;
You can’t perform that action at this time.
0 commit comments