Skip to content

Commit

Permalink
fix trust wallet mobile connection
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Nov 16, 2023
1 parent d275efb commit 60c7a24
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/coinbase-wallet-sdk@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/walletconnect-v1@1"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/walletconnect-v2@2"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/[email protected].4"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/[email protected].5"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/[email protected]"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/[email protected]"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-payments@13"></script>
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/esm/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ var allWallets = [{
"ios": {
"native": "trust:",
"universal": "https://link.trustwallet.com",
"connect": "WalletConnectV2",
"connect": "WalletConnectV1",
"qr": "WalletConnectV1"
},
"android": {
"native": "trust:",
"universal": "https://link.trustwallet.com",
"connect": "WalletConnectV2",
"connect": "WalletConnectV1",
"qr": "WalletConnectV1"
}
},
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.evm.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ var allWallets = [{
"ios": {
"native": "trust:",
"universal": "https://link.trustwallet.com",
"connect": "WalletConnectV2",
"connect": "WalletConnectV1",
"qr": "WalletConnectV1"
},
"android": {
"native": "trust:",
"universal": "https://link.trustwallet.com",
"connect": "WalletConnectV2",
"connect": "WalletConnectV1",
"qr": "WalletConnectV1"
}
},
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/esm/index.solana.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ var allWallets = [{
"ios": {
"native": "trust:",
"universal": "https://link.trustwallet.com",
"connect": "WalletConnectV2",
"connect": "WalletConnectV1",
"qr": "WalletConnectV1"
},
"android": {
"native": "trust:",
"universal": "https://link.trustwallet.com",
"connect": "WalletConnectV2",
"connect": "WalletConnectV1",
"qr": "WalletConnectV1"
}
},
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.solana.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/index.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/umd/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@
"ios": {
"native": "trust:",
"universal": "https://link.trustwallet.com",
"connect": "WalletConnectV2",
"connect": "WalletConnectV1",
"qr": "WalletConnectV1"
},
"android": {
"native": "trust:",
"universal": "https://link.trustwallet.com",
"connect": "WalletConnectV2",
"connect": "WalletConnectV1",
"qr": "WalletConnectV1"
}
},
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/index.evm.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/umd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@
"ios": {
"native": "trust:",
"universal": "https://link.trustwallet.com",
"connect": "WalletConnectV2",
"connect": "WalletConnectV1",
"qr": "WalletConnectV1"
},
"android": {
"native": "trust:",
"universal": "https://link.trustwallet.com",
"connect": "WalletConnectV2",
"connect": "WalletConnectV1",
"qr": "WalletConnectV1"
}
},
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/umd/index.solana.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@
"ios": {
"native": "trust:",
"universal": "https://link.trustwallet.com",
"connect": "WalletConnectV2",
"connect": "WalletConnectV1",
"qr": "WalletConnectV1"
},
"android": {
"native": "trust:",
"universal": "https://link.trustwallet.com",
"connect": "WalletConnectV2",
"connect": "WalletConnectV1",
"qr": "WalletConnectV1"
}
},
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/index.solana.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.evm.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@depay/web3-exchanges-evm": "^13.7.0",
"@depay/web3-payments-evm": "^13.6.5",
"@depay/web3-tokens-evm": "^10.3.0",
"@depay/web3-wallets-evm": "^16.3.4",
"@depay/web3-wallets-evm": "^16.3.5",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@uiw/copy-to-clipboard": "^1.0.14",
"decimal.js": "^10.4.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@depay/web3-exchanges": "^13.7.0",
"@depay/web3-payments": "^13.6.5",
"@depay/web3-tokens": "^10.3.0",
"@depay/web3-wallets": "^16.3.4",
"@depay/web3-wallets": "^16.3.5",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@uiw/copy-to-clipboard": "^1.0.14",
"decimal.js": "^10.4.3",
Expand Down
2 changes: 1 addition & 1 deletion package.solana.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@depay/web3-exchanges-solana": "^13.7.0",
"@depay/web3-payments-solana": "^13.6.5",
"@depay/web3-tokens-solana": "^10.3.0",
"@depay/web3-wallets-solana": "^16.3.4",
"@depay/web3-wallets-solana": "^16.3.5",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@uiw/copy-to-clipboard": "^1.0.14",
"decimal.js": "^10.4.3",
Expand Down
4 changes: 2 additions & 2 deletions src/helpers/allWallets.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export default [
"extensions": ["TrustEVM", "TrustSVM"],
"desktop": { "qr": "WalletConnectV1" },
"mobile": {
"ios": { "native": "trust:", "universal": "https://link.trustwallet.com", "connect": "WalletConnectV2", "qr": "WalletConnectV1" },
"android": { "native": "trust:", "universal": "https://link.trustwallet.com", "connect": "WalletConnectV2", "qr": "WalletConnectV1" },
"ios": { "native": "trust:", "universal": "https://link.trustwallet.com", "connect": "WalletConnectV1", "qr": "WalletConnectV1" },
"android": { "native": "trust:", "universal": "https://link.trustwallet.com", "connect": "WalletConnectV1", "qr": "WalletConnectV1" },
},
"logo": wallets.TrustEVM?.info?.logo,
"blockchains": [...supported.evm]
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1340,10 +1340,10 @@
resolved "https://registry.yarnpkg.com/@depay/web3-tokens/-/web3-tokens-10.3.0.tgz#11f19ed154c65329739afc29e74cd254030f811f"
integrity sha512-r/98yZx+j0NLm5Z6wiUwyJvsWE/sq4//B1j4S4q1zzm62S3kLs3+H/5XEVEcInzekvr2NruC0oFgV+1Lfvwmtw==

"@depay/web3-wallets@^16.3.4":
version "16.3.4"
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-16.3.4.tgz#fcee98f2029cdeeff512e1dad25668ef7e1cebd3"
integrity sha512-3WITZVJdReFbM/1cJd/86zc8PvtPRvZ6HTMBx8o8QNnwD4jjtm2BqrLN/SxxNrSMrPNhUfkolcbBXSg0mB2ycQ==
"@depay/web3-wallets@^16.3.5":
version "16.3.5"
resolved "https://registry.yarnpkg.com/@depay/web3-wallets/-/web3-wallets-16.3.5.tgz#7875af94665bcdaf696ec47baa7a987df6c59503"
integrity sha512-DKQoK2B4dzmq5YMT8LlX/otQSRTTW086Kvu2zoG2cXAtR6sKkxvSl+a8rZHHqiEJDu1STSHxJGaNdXfupPu6XA==

"@eslint/eslintrc@^0.4.3":
version "0.4.3"
Expand Down

0 comments on commit 60c7a24

Please sign in to comment.