Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try coinbase mobile link #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/worldcoin-precompiled@0.0.33"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/qr-code-styling@1"></script>
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ class WalletLink {
}

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

Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/umd/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@
}

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

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
740 changes: 468 additions & 272 deletions yarn.lock

Large diffs are not rendered by default.

Loading