Skip to content

Commit

Permalink
try coinbase mobile link
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Nov 18, 2024
1 parent 691b5d5 commit d720257
Show file tree
Hide file tree
Showing 3 changed files with 470 additions and 274 deletions.
2 changes: 1 addition & 1 deletion dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-blockchains@9"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-client@10"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/walletconnect-v2@2"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/coinbase-wallet-sdk@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/coinbase-wallet-sdk@3.8.4"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/web3-tokens@10"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/@depay/[email protected]"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/qr-code-styling@1"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/wallets/WalletLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class WalletLink {
}

newWalletLinkInstance() {
let instance = new CoinbaseWalletSDK({}).makeWeb3Provider()
let instance = new CoinbaseWalletSDK({ enableMobileWalletLink: true }).makeWeb3Provider()
return instance
}

Expand Down
Loading

0 comments on commit d720257

Please sign in to comment.