We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a169baa commit e1227afCopy full SHA for e1227af
packages/adapters/trust/src/utils.ts
@@ -12,7 +12,7 @@ export const isTrustApp = function () {
12
};
13
export function openTrustWallet() {
14
if (!isTrustApp() && isInMobileBrowser()) {
15
- window.location.href = 'https://link.trustwallet.com?source=' + encodeURIComponent(window.location.href);
+ window.location.href = 'https://link.trustwallet.com/open_url?url=' + encodeURIComponent(window.location.href);
16
return true;
17
}
18
0 commit comments