Skip to content

Commit 9c9b916

Browse files
authored
Merge pull request #220 from amiromayer/master
Fix trust deep link. Closes #221
2 parents 280cdd4 + c6647cd commit 9c9b916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/select/wallets/trust.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { WalletModule, Helpers, CommonWalletOptions } from '../../../interfaces'
33

44
import trustIcon from '../wallet-icons/icon-trust'
55

6-
function trust(options: CommonWalletOptions): WalletModule {
6+
function trust (options: CommonWalletOptions): WalletModule {
77
const { preferred, label, iconSrc, svg } = options
88

99
return {
@@ -24,7 +24,7 @@ function trust(options: CommonWalletOptions): WalletModule {
2424
}
2525
},
2626
type: 'injected',
27-
link: `https://links.trustwalletapp.com/a/key_live_lfvIpVeI9TFWxPCqwU8rZnogFqhnzs4D?&event=openURL&url=${window.location.href}`,
27+
link: `https://link.trustwallet.com/open_url?coin_id=60&url=${window.location.href}`,
2828
installMessage: mobileWalletInstallMessage,
2929
mobile: true,
3030
preferred

0 commit comments

Comments
 (0)