Skip to content

Commit

Permalink
Merge pull request #673 from WalletConnect/redirect-mobile-on-network…
Browse files Browse the repository at this point in the history
…-switch

Redirect to wallet when switching or adding chains
  • Loading branch information
pedrouid authored Jan 5, 2022
2 parents b3aa54d + 8850274 commit 7031275
Show file tree
Hide file tree
Showing 49 changed files with 7,569 additions and 3,576 deletions.
355 changes: 190 additions & 165 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ All contributions are welcome! Feel free to create an Issue or make a PR in this

## License

LGPL-3.0
Apache 2.0
21 changes: 21 additions & 0 deletions example/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 WalletConnect, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
3 changes: 2 additions & 1 deletion example/package-lock.json

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

4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"web3",
"crypto"
],
"author": "WalletConnect <walletconnect.org>",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/WalletConnect/walletconnect-monorepo/",
"license": "LGPL-3.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/walletconnect/walletconnect-monorepo.git"
Expand Down
3 changes: 0 additions & 3 deletions example/public/walletconnect.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ function onInit() {
connector = new WalletConnect({
bridge: DEFAULT_BRIDGE, // Required
qrcodeModal: WalletConnectQRCodeModal,
qrcodeModalOptions: {
mobileLinks: ["rainbow"],
},
});

// Check if connection is already established
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.2",
"version": "1.7.0",
"packages": [
"packages/**/*"
]
Expand Down
Loading

0 comments on commit 7031275

Please sign in to comment.